Shades of Spicy Pink #DF21A6
Tints of Spicy Pink #DF21A6
RGB
CMYK
RGB Variations
Color information
#DF21A6 (or 0xDF21A6) is known color: Spicy Pink. HEX triplet: DF, 21 and A6. RGB value is (223,33,166). Sum of RGB (Red+Green+Blue) = 223+33+166=422 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.84% from 422); Green value is 33 (13.28% from 255 or 7.82% from 422); Blue value is 166 (65.23% from 255 or 39.34% from 422); Max value from RGB is 223 - color contains mainly: red. Hex color #DF21A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF21A6 is #20DE59. Grayscale: #686868. Windows color (decimal): -2154074 or 10887647. OLE color: 10887647.
HSL color Cylindrical-coordinate representation of color #DF21A6: hue angle of 318º 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 #DF21A6 is Cyan = 0, Magento = 0.85, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 33 | 166 | - |
| CMYK | 0 | 0.85 | 0.26 | 0.13 |
| HSL | 318º | 0.75% | 0.5% | - |
| HSV(B) | 318º | 0.85% | 0.87% | - |
| XYZ | 37.86 | 19.53 | 37.85 | - |
| YUV | 104.97 | 162.45 | 212.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 33 | 166 | 0 | 0.85 | 0.26 | 0.13 | 318 | 0.75 | 0.5 |
| Hex | DF | 21 | A6 | 0 | 55 | 1A | D | 13E | 4B | 32 |
| Octal | 337 | 41 | 246 | 0 | 125 | 32 | 15 | 476 | 113 | 62 |
| Binary | 11011111 | 100001 | 10100110 | 0 | 1010101 | 11010 | 1101 | 100111110 | 1001011 | 110010 |
Color Harmonies of #DF21A6
Complementary color
Monochromatic Colors of #DF21A6
Black with #DF21A6
Text Example
Text Example
White with #DF21A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF21A6; }
p { color: rgb(223,33,166); }
H1.HeaderClassName
{
color: #DF21A6;
}
.AnyTagClassName
{
color: #DF21A6;
}
</style>
background-color css
<style>
a { background-color: #DF21A6; }
a { background-color: rgb(223,33,166); }
div.DivClassName
{
background-color: #DF21A6;
}
.BgClassName
{
background-color: #DF21A6;
}
</style>
border-color css
<style>
span { border-color: #DF21A6; }
span { border-color: rgb(223,33,166); }
td.TdClassName
{
border-color: #DF21A6;
}
.TagClassName
{
border-color: #DF21A6;
}
</style>