Hex | de5b89 |
RGB | 222 , 91 , 137 |
RGB % | 49.3, 20.2, 30.4 |
HSL | 338.9, 66.5, 61.4 |
HSV | 338.9, 59, 87.1 |
CMYK | 0,150.5,97.6,33 |
XYZ | 0.384, 0.248, 0.264 |
xyY | 0.428, 0.277, 0.248 |
CIE-LAB | 0.569, 0.553, 0.009 |
CIE-LUV | 0.569, 0.854, -0.092 |
CIE-HCL | 0.962, 0.554, 0.569 |
Binary | 11011110,01011011,10001001 |
#de5b89 HTML/CSS Color Name is Dark Pink / Blush / Red.
In a RGB color space, #de5b89 color RGB value is (Red:222,Green:91,Blue:137). it is composed of 49.3% red, 20.2% green and 30.4% blue. The process color (four color CMYK) of #de5b89 color hex is 0,150.5,97.6,33. HSL of color #de5b89 hue: 338.9 , saturation: 66.5 and the lightness value of de5b89 is 61.4. Mainly color is Red. Reverse color is: #21a476.
The color codes conversion takes 2.108215 milliseconds.
.bgcolor {background-color:#de5b89; .textcolor {color:#de5b89; } .bordercolor {border:3px solid #de5b89; }
<p style="color:#de5b89">Text here</p>
<p style="background-color:#de5b89;">Content here</p>
<div style="border:1px solid #de5b89;">Content here</div>
.textShadow { text-shadow: 4px 4px 2px #de5b89; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #de5b89; -webkit-box-shadow: 1px 1px 3px 2px #de5b89; box-shadow: 1px 1px 3px 2px #de5b89; }
<p style="text-shadow: 4px 4px 2px #de5b89">Text here</p>
<div style="-moz-box-shadow: 1px 1px 3px 2px #de5b89; -webkit-box-shadow: 1px 1px 3px 2px #de5b89; box-shadow: 1px 1px 3px 2px #de5b89;">
Content here</div>