Shades of Spicy Pink #DF20AF
Tints of Spicy Pink #DF20AF
RGB
CMYK
RGB Variations
Color information
#DF20AF (or 0xDF20AF) is known color: Spicy Pink. HEX triplet: DF, 20 and AF. RGB value is (223,32,175). Sum of RGB (Red+Green+Blue) = 223+32+175=430 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.86% from 430); Green value is 32 (12.89% from 255 or 7.44% from 430); Blue value is 175 (68.75% from 255 or 40.70% from 430); Max value from RGB is 223 - color contains mainly: red. Hex color #DF20AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF20AF is #20DF50. Grayscale: #696969. Windows color (decimal): -2154321 or 11477215. OLE color: 11477215.
HSL color Cylindrical-coordinate representation of color #DF20AF: hue angle of 315.08º 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 #DF20AF is Cyan = 0, Magento = 0.86, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 32 | 175 | - |
| CMYK | 0 | 0.86 | 0.22 | 0.13 |
| HSL | 315.08º | 0.75% | 0.5% | - |
| HSV(B) | 315.08º | 0.86% | 0.87% | - |
| XYZ | 38.69 | 19.82 | 42.34 | - |
| YUV | 105.41 | 167.28 | 211.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 32 | 175 | 0 | 0.86 | 0.22 | 0.13 | 315.08 | 0.75 | 0.5 |
| Hex | DF | 20 | AF | 0 | 56 | 16 | D | 13B | 4B | 32 |
| Octal | 337 | 40 | 257 | 0 | 126 | 26 | 15 | 473 | 113 | 62 |
| Binary | 11011111 | 100000 | 10101111 | 0 | 1010110 | 10110 | 1101 | 100111011 | 1001011 | 110010 |
Color Harmonies of #DF20AF
Complementary color
Monochromatic Colors of #DF20AF
Black with #DF20AF
Text Example
Text Example
White with #DF20AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF20AF; }
p { color: rgb(223,32,175); }
H1.HeaderClassName
{
color: #DF20AF;
}
.AnyTagClassName
{
color: #DF20AF;
}
</style>
background-color css
<style>
a { background-color: #DF20AF; }
a { background-color: rgb(223,32,175); }
div.DivClassName
{
background-color: #DF20AF;
}
.BgClassName
{
background-color: #DF20AF;
}
</style>
border-color css
<style>
span { border-color: #DF20AF; }
span { border-color: rgb(223,32,175); }
td.TdClassName
{
border-color: #DF20AF;
}
.TagClassName
{
border-color: #DF20AF;
}
</style>