Color spaces of #df21dc
RGB | 223 | 33 | 220 |
---|---|---|---|
HSL | 0.84 | 0.75 | 0.50 |
HSV | 301° | 85° | 87° |
CMYK | 0.00 | 0.85 | 0.01 0.13 |
XYZ | 43.8935 | 21.9430 | 69.6321 |
Yxy | 21.9430 | 0.3240 | 0.1620 |
Hunter Lab | 46.8434 | 85.2835 | -55.3435 |
CIE-Lab | 53.9665 | 84.8976 | -51.6792 |
#df21dc color RGB value is (223,33,220).
#df21dc hex color red value is 223, green value is 33 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #df21dc hue: 0.84 , saturation: 0.75 and the lightness value of df21dc is 0.50.
The process color (four color CMYK) of #df21dc color hex is 0.00, 0.85, 0.01, 0.13. Web safe color of #df21dc is #cc33cc. Color #df21dc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 00100001 | 11011100 |
Octal | 337 | 41 | 334 |
Decimal | 223 | 33 | 220 |
Hex | DF | 21 | DC |
Shades of #df21dc
Tints of #df21dc
RGB Percentages of Color #df21dc
CMYK Percentages of Color #df21dc
Complementary Color
#df21dc | #21df24 |
#df21dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#df21dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#df21dc Color CSS Codes
.mybgcolor {background-color:#df21dc; } .myforecolor {color:#df21dc; } .mybordercolor {border:3px solid #df21dc; }
#df21dc Text Font Color
<p style="color:#df21dc">Text here</p>
This sample text font color is #df21dc
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.
#df21dc Background Color
<div style="background-color:#df21dc">
Div content here</div>
This div background color is #df21dc
#df21dc Border Color
<div style="border:3px solid #df21dc">
Div here</div>
This div border color is #df21dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,33,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #df21dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #df21dc; -webkit-box-shadow: 1px 1px 3px 2px #df21dc; box-shadow: 1px 1px 3px 2px #df21dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,33,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #df21dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #df21dc; -webkit-box-shadow: 1px 1px 3px 2px #df21dc; box-shadow: 1px 1px 3px 2px #df21dc;">
Div content here</div>
This div box has shadow with color #df21dc
Comments
No comments written yet.
Please login to write comment.