Color spaces of #db606d
RGB | 219 | 96 | 109 |
---|---|---|---|
HSL | 0.98 | 0.63 | 0.62 |
HSV | 354° | 56° | 86° |
CMYK | 0.00 | 0.56 | 0.50 0.14 |
XYZ | 36.1566 | 24.5299 | 17.2971 |
Yxy | 24.5299 | 0.4636 | 0.3146 |
Hunter Lab | 49.5277 | 43.6366 | 13.9629 |
CIE-Lab | 56.6145 | 49.2938 | 16.8793 |
#db606d color RGB value is (219,96,109).
#db606d hex color red value is 219, green value is 96 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #db606d hue: 0.98 , saturation: 0.63 and the lightness value of db606d is 0.62.
The process color (four color CMYK) of #db606d color hex is 0.00, 0.56, 0.50, 0.14. Web safe color of #db606d is #cc6666. Color #db606d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 01100000 | 01101101 |
Octal | 333 | 140 | 155 |
Decimal | 219 | 96 | 109 |
Hex | DB | 60 | 6D |
Shades of #db606d
Tints of #db606d
RGB Percentages of Color #db606d
CMYK Percentages of Color #db606d
Complementary Color
#db606d | #60dbce |
#db606d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#db606d Color Preview on White Background
Lorem ipsum dolor sit amet.
#db606d Color CSS Codes
.mybgcolor {background-color:#db606d; } .myforecolor {color:#db606d; } .mybordercolor {border:3px solid #db606d; }
#db606d Text Font Color
<p style="color:#db606d">Text here</p>
This sample text font color is #db606d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#db606d Background Color
<div style="background-color:#db606d">
Div content here</div>
This div background color is #db606d
#db606d Border Color
<div style="border:3px solid #db606d">
Div here</div>
This div border color is #db606d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,96,109, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #db606d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #db606d; -webkit-box-shadow: 1px 1px 3px 2px #db606d; box-shadow: 1px 1px 3px 2px #db606d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,96,109, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #db606d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #db606d; -webkit-box-shadow: 1px 1px 3px 2px #db606d; box-shadow: 1px 1px 3px 2px #db606d;">
Div content here</div>
This div box has shadow with color #db606d
Comments
No comments written yet.
Please login to write comment.