Color spaces of #df213f
RGB | 223 | 33 | 63 |
---|---|---|---|
HSL | 0.97 | 0.75 | 0.50 |
HSV | 351° | 85° | 87° |
CMYK | 0.00 | 0.85 | 0.72 0.13 |
XYZ | 31.8725 | 17.1346 | 6.3301 |
Yxy | 17.1346 | 0.5760 | 0.3096 |
Hunter Lab | 41.3940 | 65.0019 | 19.9090 |
CIE-Lab | 48.4292 | 69.6609 | 33.6065 |
#df213f color RGB value is (223,33,63).
#df213f hex color red value is 223, green value is 33 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #df213f hue: 0.97 , saturation: 0.75 and the lightness value of df213f is 0.50.
The process color (four color CMYK) of #df213f color hex is 0.00, 0.85, 0.72, 0.13. Web safe color of #df213f is #cc3333. Color #df213f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 00100001 | 00111111 |
Octal | 337 | 41 | 77 |
Decimal | 223 | 33 | 63 |
Hex | DF | 21 | 3F |
Shades of #df213f
Tints of #df213f
RGB Percentages of Color #df213f
CMYK Percentages of Color #df213f
Complementary Color
#df213f | #21dfc1 |
#df213f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#df213f Color Preview on White Background
Lorem ipsum dolor sit amet.
#df213f Color CSS Codes
.mybgcolor {background-color:#df213f; } .myforecolor {color:#df213f; } .mybordercolor {border:3px solid #df213f; }
#df213f Text Font Color
<p style="color:#df213f">Text here</p>
This sample text font color is #df213f
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.
#df213f Background Color
<div style="background-color:#df213f">
Div content here</div>
This div background color is #df213f
#df213f Border Color
<div style="border:3px solid #df213f">
Div here</div>
This div border color is #df213f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,33,63, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #df213f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #df213f; -webkit-box-shadow: 1px 1px 3px 2px #df213f; box-shadow: 1px 1px 3px 2px #df213f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,33,63, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #df213f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #df213f; -webkit-box-shadow: 1px 1px 3px 2px #df213f; box-shadow: 1px 1px 3px 2px #df213f;">
Div content here</div>
This div box has shadow with color #df213f
Comments
No comments written yet.
Please login to write comment.