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