Shades of Spicy Pink #DF20AA
Tints of Spicy Pink #DF20AA
RGB
CMYK
RGB Variations
Color information
#DF20AA (or 0xDF20AA) is known color: Spicy Pink. HEX triplet: DF, 20 and AA. RGB value is (223,32,170). Sum of RGB (Red+Green+Blue) = 223+32+170=425 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.47% from 425); Green value is 32 (12.89% from 255 or 7.53% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 223 - color contains mainly: red. Hex color #DF20AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF20AA is #20DF55. Grayscale: #686868. Windows color (decimal): -2154326 or 11149535. OLE color: 11149535.
HSL color Cylindrical-coordinate representation of color #DF20AA: hue angle of 316.65º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DF20AA is Cyan = 0, Magento = 0.86, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 32 | 170 | - |
| CMYK | 0 | 0.86 | 0.24 | 0.13 |
| HSL | 316.65º | 0.75% | 0.5% | - |
| HSV(B) | 316.65º | 0.86% | 0.87% | - |
| XYZ | 38.2 | 19.62 | 39.8 | - |
| YUV | 104.84 | 164.78 | 212.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 32 | 170 | 0 | 0.86 | 0.24 | 0.13 | 316.65 | 0.75 | 0.5 |
| Hex | DF | 20 | AA | 0 | 56 | 18 | D | 13D | 4B | 32 |
| Octal | 337 | 40 | 252 | 0 | 126 | 30 | 15 | 475 | 113 | 62 |
| Binary | 11011111 | 100000 | 10101010 | 0 | 1010110 | 11000 | 1101 | 100111101 | 1001011 | 110010 |
Color Harmonies of #DF20AA
Complementary color
Monochromatic Colors of #DF20AA
Black with #DF20AA
Text Example
Text Example
White with #DF20AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF20AA; }
p { color: rgb(223,32,170); }
H1.HeaderClassName
{
color: #DF20AA;
}
.AnyTagClassName
{
color: #DF20AA;
}
</style>
background-color css
<style>
a { background-color: #DF20AA; }
a { background-color: rgb(223,32,170); }
div.DivClassName
{
background-color: #DF20AA;
}
.BgClassName
{
background-color: #DF20AA;
}
</style>
border-color css
<style>
span { border-color: #DF20AA; }
span { border-color: rgb(223,32,170); }
td.TdClassName
{
border-color: #DF20AA;
}
.TagClassName
{
border-color: #DF20AA;
}
</style>