Color spaces of #db414d
RGB | 219 | 65 | 77 |
---|---|---|---|
HSL | 0.99 | 0.68 | 0.56 |
HSV | 355° | 70° | 86° |
CMYK | 0.00 | 0.70 | 0.65 0.14 |
XYZ | 32.4433 | 19.3765 | 9.0513 |
Yxy | 19.3765 | 0.5330 | 0.3183 |
Hunter Lab | 44.0187 | 54.5277 | 18.6217 |
CIE-Lab | 51.1248 | 60.1032 | 28.4460 |
#db414d color RGB value is (219,65,77).
#db414d hex color red value is 219, green value is 65 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #db414d hue: 0.99 , saturation: 0.68 and the lightness value of db414d is 0.56.
The process color (four color CMYK) of #db414d color hex is 0.00, 0.70, 0.65, 0.14. Web safe color of #db414d is #cc3366. Color #db414d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 01000001 | 01001101 |
Octal | 333 | 101 | 115 |
Decimal | 219 | 65 | 77 |
Hex | DB | 41 | 4D |
Shades of #db414d
Tints of #db414d
RGB Percentages of Color #db414d
CMYK Percentages of Color #db414d
Complementary Color
#db414d | #41dbcf |
#db414d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#db414d Color Preview on White Background
Lorem ipsum dolor sit amet.
#db414d Color CSS Codes
.mybgcolor {background-color:#db414d; } .myforecolor {color:#db414d; } .mybordercolor {border:3px solid #db414d; }
#db414d Text Font Color
<p style="color:#db414d">Text here</p>
This sample text font color is #db414d
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.
#db414d Background Color
<div style="background-color:#db414d">
Div content here</div>
This div background color is #db414d
#db414d Border Color
<div style="border:3px solid #db414d">
Div here</div>
This div border color is #db414d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,65,77, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #db414d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #db414d; -webkit-box-shadow: 1px 1px 3px 2px #db414d; box-shadow: 1px 1px 3px 2px #db414d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,65,77, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #db414d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #db414d; -webkit-box-shadow: 1px 1px 3px 2px #db414d; box-shadow: 1px 1px 3px 2px #db414d;">
Div content here</div>
This div box has shadow with color #db414d
Comments
No comments written yet.
Please login to write comment.