Shades of Spicy Pink #DC20A6
Tints of Spicy Pink #DC20A6
RGB
CMYK
RGB Variations
Color information
#DC20A6 (or 0xDC20A6) is known color: Spicy Pink. HEX triplet: DC, 20 and A6. RGB value is (220,32,166). Sum of RGB (Red+Green+Blue) = 220+32+166=418 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.63% from 418); Green value is 32 (12.89% from 255 or 7.66% from 418); Blue value is 166 (65.23% from 255 or 39.71% from 418); Max value from RGB is 220 - color contains mainly: red. Hex color #DC20A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC20A6 is #23DF59. Grayscale: #676767. Windows color (decimal): -2350938 or 10887388. OLE color: 10887388.
HSL color Cylindrical-coordinate representation of color #DC20A6: hue angle of 317.23º 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 #DC20A6 is Cyan = 0, Magento = 0.85, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 32 | 166 | - |
| CMYK | 0 | 0.85 | 0.25 | 0.14 |
| HSL | 317.23º | 0.75% | 0.49% | - |
| HSV(B) | 317.23º | 0.85% | 0.86% | - |
| XYZ | 36.91 | 19 | 37.8 | - |
| YUV | 103.49 | 163.28 | 211.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 32 | 166 | 0 | 0.85 | 0.25 | 0.14 | 317.23 | 0.75 | 0.49 |
| Hex | DC | 20 | A6 | 0 | 55 | 19 | E | 13D | 4B | 31 |
| Octal | 334 | 40 | 246 | 0 | 125 | 31 | 16 | 475 | 113 | 61 |
| Binary | 11011100 | 100000 | 10100110 | 0 | 1010101 | 11001 | 1110 | 100111101 | 1001011 | 110001 |
Color Harmonies of #DC20A6
Complementary color
Monochromatic Colors of #DC20A6
Black with #DC20A6
Text Example
Text Example
White with #DC20A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC20A6; }
p { color: rgb(220,32,166); }
H1.HeaderClassName
{
color: #DC20A6;
}
.AnyTagClassName
{
color: #DC20A6;
}
</style>
background-color css
<style>
a { background-color: #DC20A6; }
a { background-color: rgb(220,32,166); }
div.DivClassName
{
background-color: #DC20A6;
}
.BgClassName
{
background-color: #DC20A6;
}
</style>
border-color css
<style>
span { border-color: #DC20A6; }
span { border-color: rgb(220,32,166); }
td.TdClassName
{
border-color: #DC20A6;
}
.TagClassName
{
border-color: #DC20A6;
}
</style>