Shades of Spicy Pink #DC20A8
Tints of Spicy Pink #DC20A8
RGB
CMYK
RGB Variations
Color information
#DC20A8 (or 0xDC20A8) is known color: Spicy Pink. HEX triplet: DC, 20 and A8. RGB value is (220,32,168). Sum of RGB (Red+Green+Blue) = 220+32+168=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 32 (12.89% from 255 or 7.62% from 420); Blue value is 168 (66.02% from 255 or 40% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DC20A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC20A8 is #23DF57. Grayscale: #676767. Windows color (decimal): -2350936 or 11018460. OLE color: 11018460.
HSL color Cylindrical-coordinate representation of color #DC20A8: hue angle of 316.6º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC20A8 is Cyan = 0, Magento = 0.85, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 32 | 168 | - |
| CMYK | 0 | 0.85 | 0.24 | 0.14 |
| HSL | 316.6º | 0.75% | 0.49% | - |
| HSV(B) | 316.6º | 0.85% | 0.86% | - |
| XYZ | 37.1 | 19.08 | 38.77 | - |
| YUV | 103.72 | 164.28 | 210.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 32 | 168 | 0 | 0.85 | 0.24 | 0.14 | 316.6 | 0.75 | 0.49 |
| Hex | DC | 20 | A8 | 0 | 55 | 18 | E | 13D | 4B | 31 |
| Octal | 334 | 40 | 250 | 0 | 125 | 30 | 16 | 475 | 113 | 61 |
| Binary | 11011100 | 100000 | 10101000 | 0 | 1010101 | 11000 | 1110 | 100111101 | 1001011 | 110001 |
Color Harmonies of #DC20A8
Complementary color
Monochromatic Colors of #DC20A8
Black with #DC20A8
Text Example
Text Example
White with #DC20A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC20A8; }
p { color: rgb(220,32,168); }
H1.HeaderClassName
{
color: #DC20A8;
}
.AnyTagClassName
{
color: #DC20A8;
}
</style>
background-color css
<style>
a { background-color: #DC20A8; }
a { background-color: rgb(220,32,168); }
div.DivClassName
{
background-color: #DC20A8;
}
.BgClassName
{
background-color: #DC20A8;
}
</style>
border-color css
<style>
span { border-color: #DC20A8; }
span { border-color: rgb(220,32,168); }
td.TdClassName
{
border-color: #DC20A8;
}
.TagClassName
{
border-color: #DC20A8;
}
</style>