Shades of Spicy Pink #DF20A5
Tints of Spicy Pink #DF20A5
RGB
CMYK
RGB Variations
Color information
#DF20A5 (or 0xDF20A5) is known color: Spicy Pink. HEX triplet: DF, 20 and A5. RGB value is (223,32,165). Sum of RGB (Red+Green+Blue) = 223+32+165=420 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.10% from 420); Green value is 32 (12.89% from 255 or 7.62% from 420); Blue value is 165 (64.84% from 255 or 39.29% from 420); Max value from RGB is 223 - color contains mainly: red. Hex color #DF20A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF20A5 is #20DF5A. Grayscale: #676767. Windows color (decimal): -2154331 or 10821855. OLE color: 10821855.
HSL color Cylindrical-coordinate representation of color #DF20A5: hue angle of 318.22º 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 #DF20A5 is Cyan = 0, Magento = 0.86, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 32 | 165 | - |
| CMYK | 0 | 0.86 | 0.26 | 0.13 |
| HSL | 318.22º | 0.75% | 0.5% | - |
| HSV(B) | 318.22º | 0.86% | 0.87% | - |
| XYZ | 37.74 | 19.44 | 37.36 | - |
| YUV | 104.27 | 162.28 | 212.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 32 | 165 | 0 | 0.86 | 0.26 | 0.13 | 318.22 | 0.75 | 0.5 |
| Hex | DF | 20 | A5 | 0 | 56 | 1A | D | 13E | 4B | 32 |
| Octal | 337 | 40 | 245 | 0 | 126 | 32 | 15 | 476 | 113 | 62 |
| Binary | 11011111 | 100000 | 10100101 | 0 | 1010110 | 11010 | 1101 | 100111110 | 1001011 | 110010 |
Color Harmonies of #DF20A5
Complementary color
Monochromatic Colors of #DF20A5
Black with #DF20A5
Text Example
Text Example
White with #DF20A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF20A5; }
p { color: rgb(223,32,165); }
H1.HeaderClassName
{
color: #DF20A5;
}
.AnyTagClassName
{
color: #DF20A5;
}
</style>
background-color css
<style>
a { background-color: #DF20A5; }
a { background-color: rgb(223,32,165); }
div.DivClassName
{
background-color: #DF20A5;
}
.BgClassName
{
background-color: #DF20A5;
}
</style>
border-color css
<style>
span { border-color: #DF20A5; }
span { border-color: rgb(223,32,165); }
td.TdClassName
{
border-color: #DF20A5;
}
.TagClassName
{
border-color: #DF20A5;
}
</style>