Shades of Spicy Pink #DC20AA
Tints of Spicy Pink #DC20AA
RGB
CMYK
RGB Variations
Color information
#DC20AA (or 0xDC20AA) is known color: Spicy Pink. HEX triplet: DC, 20 and AA. RGB value is (220,32,170). Sum of RGB (Red+Green+Blue) = 220+32+170=422 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.13% from 422); Green value is 32 (12.89% from 255 or 7.58% from 422); Blue value is 170 (66.80% from 255 or 40.28% from 422); Max value from RGB is 220 - color contains mainly: red. Hex color #DC20AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC20AA is #23DF55. Grayscale: #676767. Windows color (decimal): -2350934 or 11149532. OLE color: 11149532.
HSL color Cylindrical-coordinate representation of color #DC20AA: hue angle of 315.96º 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 #DC20AA is Cyan = 0, Magento = 0.85, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 32 | 170 | - |
| CMYK | 0 | 0.85 | 0.23 | 0.14 |
| HSL | 315.96º | 0.75% | 0.49% | - |
| HSV(B) | 315.96º | 0.85% | 0.86% | - |
| XYZ | 37.29 | 19.15 | 39.76 | - |
| YUV | 103.94 | 165.28 | 210.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 32 | 170 | 0 | 0.85 | 0.23 | 0.14 | 315.96 | 0.75 | 0.49 |
| Hex | DC | 20 | AA | 0 | 55 | 17 | E | 13C | 4B | 31 |
| Octal | 334 | 40 | 252 | 0 | 125 | 27 | 16 | 474 | 113 | 61 |
| Binary | 11011100 | 100000 | 10101010 | 0 | 1010101 | 10111 | 1110 | 100111100 | 1001011 | 110001 |
Color Harmonies of #DC20AA
Complementary color
Monochromatic Colors of #DC20AA
Black with #DC20AA
Text Example
Text Example
White with #DC20AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC20AA; }
p { color: rgb(220,32,170); }
H1.HeaderClassName
{
color: #DC20AA;
}
.AnyTagClassName
{
color: #DC20AA;
}
</style>
background-color css
<style>
a { background-color: #DC20AA; }
a { background-color: rgb(220,32,170); }
div.DivClassName
{
background-color: #DC20AA;
}
.BgClassName
{
background-color: #DC20AA;
}
</style>
border-color css
<style>
span { border-color: #DC20AA; }
span { border-color: rgb(220,32,170); }
td.TdClassName
{
border-color: #DC20AA;
}
.TagClassName
{
border-color: #DC20AA;
}
</style>