Shades of Spicy Pink #DD20A8
Tints of Spicy Pink #DD20A8
RGB
CMYK
RGB Variations
Color information
#DD20A8 (or 0xDD20A8) is known color: Spicy Pink. HEX triplet: DD, 20 and A8. RGB value is (221,32,168). Sum of RGB (Red+Green+Blue) = 221+32+168=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 32 (12.89% from 255 or 7.60% from 421); Blue value is 168 (66.02% from 255 or 39.90% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DD20A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD20A8 is #22DF57. Grayscale: #676767. Windows color (decimal): -2285400 or 11018461. OLE color: 11018461.
HSL color Cylindrical-coordinate representation of color #DD20A8: hue angle of 316.83º 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 #DD20A8 is Cyan = 0, Magento = 0.86, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 32 | 168 | - |
| CMYK | 0 | 0.86 | 0.24 | 0.13 |
| HSL | 316.83º | 0.75% | 0.5% | - |
| HSV(B) | 316.83º | 0.86% | 0.87% | - |
| XYZ | 37.4 | 19.23 | 38.79 | - |
| YUV | 104.02 | 164.12 | 211.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 32 | 168 | 0 | 0.86 | 0.24 | 0.13 | 316.83 | 0.75 | 0.5 |
| Hex | DD | 20 | A8 | 0 | 56 | 18 | D | 13D | 4B | 32 |
| Octal | 335 | 40 | 250 | 0 | 126 | 30 | 15 | 475 | 113 | 62 |
| Binary | 11011101 | 100000 | 10101000 | 0 | 1010110 | 11000 | 1101 | 100111101 | 1001011 | 110010 |
Color Harmonies of #DD20A8
Complementary color
Monochromatic Colors of #DD20A8
Black with #DD20A8
Text Example
Text Example
White with #DD20A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD20A8; }
p { color: rgb(221,32,168); }
H1.HeaderClassName
{
color: #DD20A8;
}
.AnyTagClassName
{
color: #DD20A8;
}
</style>
background-color css
<style>
a { background-color: #DD20A8; }
a { background-color: rgb(221,32,168); }
div.DivClassName
{
background-color: #DD20A8;
}
.BgClassName
{
background-color: #DD20A8;
}
</style>
border-color css
<style>
span { border-color: #DD20A8; }
span { border-color: rgb(221,32,168); }
td.TdClassName
{
border-color: #DD20A8;
}
.TagClassName
{
border-color: #DD20A8;
}
</style>