Shades of Spicy Pink #DF20AC
Tints of Spicy Pink #DF20AC
RGB
CMYK
RGB Variations
Color information
#DF20AC (or 0xDF20AC) is known color: Spicy Pink. HEX triplet: DF, 20 and AC. RGB value is (223,32,172). Sum of RGB (Red+Green+Blue) = 223+32+172=427 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.22% from 427); Green value is 32 (12.89% from 255 or 7.49% from 427); Blue value is 172 (67.58% from 255 or 40.28% from 427); Max value from RGB is 223 - color contains mainly: red. Hex color #DF20AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF20AC is #20DF53. Grayscale: #686868. Windows color (decimal): -2154324 or 11280607. OLE color: 11280607.
HSL color Cylindrical-coordinate representation of color #DF20AC: hue angle of 316.02º 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 #DF20AC is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 32 | 172 | - |
| CMYK | 0 | 0.86 | 0.23 | 0.13 |
| HSL | 316.02º | 0.75% | 0.5% | - |
| HSV(B) | 316.02º | 0.86% | 0.87% | - |
| XYZ | 38.39 | 19.7 | 40.81 | - |
| YUV | 105.07 | 165.78 | 212.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 32 | 172 | 0 | 0.86 | 0.23 | 0.13 | 316.02 | 0.75 | 0.5 |
| Hex | DF | 20 | AC | 0 | 56 | 17 | D | 13C | 4B | 32 |
| Octal | 337 | 40 | 254 | 0 | 126 | 27 | 15 | 474 | 113 | 62 |
| Binary | 11011111 | 100000 | 10101100 | 0 | 1010110 | 10111 | 1101 | 100111100 | 1001011 | 110010 |
Color Harmonies of #DF20AC
Complementary color
Monochromatic Colors of #DF20AC
Black with #DF20AC
Text Example
Text Example
White with #DF20AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF20AC; }
p { color: rgb(223,32,172); }
H1.HeaderClassName
{
color: #DF20AC;
}
.AnyTagClassName
{
color: #DF20AC;
}
</style>
background-color css
<style>
a { background-color: #DF20AC; }
a { background-color: rgb(223,32,172); }
div.DivClassName
{
background-color: #DF20AC;
}
.BgClassName
{
background-color: #DF20AC;
}
</style>
border-color css
<style>
span { border-color: #DF20AC; }
span { border-color: rgb(223,32,172); }
td.TdClassName
{
border-color: #DF20AC;
}
.TagClassName
{
border-color: #DF20AC;
}
</style>