Shades of Spicy Pink #DF21AE
Tints of Spicy Pink #DF21AE
RGB
CMYK
RGB Variations
Color information
#DF21AE (or 0xDF21AE) is known color: Spicy Pink. HEX triplet: DF, 21 and AE. RGB value is (223,33,174). Sum of RGB (Red+Green+Blue) = 223+33+174=430 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.86% from 430); Green value is 33 (13.28% from 255 or 7.67% from 430); Blue value is 174 (68.36% from 255 or 40.47% from 430); Max value from RGB is 223 - color contains mainly: red. Hex color #DF21AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF21AE is #20DE51. Grayscale: #696969. Windows color (decimal): -2154066 or 11411935. OLE color: 11411935.
HSL color Cylindrical-coordinate representation of color #DF21AE: hue angle of 315.47º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DF21AE is Cyan = 0, Magento = 0.85, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 33 | 174 | - |
| CMYK | 0 | 0.85 | 0.22 | 0.13 |
| HSL | 315.47º | 0.75% | 0.5% | - |
| HSV(B) | 315.47º | 0.85% | 0.87% | - |
| XYZ | 38.62 | 19.83 | 41.84 | - |
| YUV | 105.88 | 166.45 | 211.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 33 | 174 | 0 | 0.85 | 0.22 | 0.13 | 315.47 | 0.75 | 0.5 |
| Hex | DF | 21 | AE | 0 | 55 | 16 | D | 13B | 4B | 32 |
| Octal | 337 | 41 | 256 | 0 | 125 | 26 | 15 | 473 | 113 | 62 |
| Binary | 11011111 | 100001 | 10101110 | 0 | 1010101 | 10110 | 1101 | 100111011 | 1001011 | 110010 |
Color Harmonies of #DF21AE
Complementary color
Monochromatic Colors of #DF21AE
Black with #DF21AE
Text Example
Text Example
White with #DF21AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF21AE; }
p { color: rgb(223,33,174); }
H1.HeaderClassName
{
color: #DF21AE;
}
.AnyTagClassName
{
color: #DF21AE;
}
</style>
background-color css
<style>
a { background-color: #DF21AE; }
a { background-color: rgb(223,33,174); }
div.DivClassName
{
background-color: #DF21AE;
}
.BgClassName
{
background-color: #DF21AE;
}
</style>
border-color css
<style>
span { border-color: #DF21AE; }
span { border-color: rgb(223,33,174); }
td.TdClassName
{
border-color: #DF21AE;
}
.TagClassName
{
border-color: #DF21AE;
}
</style>