Shades of Spicy Pink #DD20AC
Tints of Spicy Pink #DD20AC
RGB
CMYK
RGB Variations
Color information
#DD20AC (or 0xDD20AC) is known color: Spicy Pink. HEX triplet: DD, 20 and AC. RGB value is (221,32,172). Sum of RGB (Red+Green+Blue) = 221+32+172=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 32 (12.89% from 255 or 7.53% from 425); Blue value is 172 (67.58% from 255 or 40.47% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DD20AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD20AC is #22DF53. Grayscale: #686868. Windows color (decimal): -2285396 or 11280605. OLE color: 11280605.
HSL color Cylindrical-coordinate representation of color #DD20AC: hue angle of 315.56º 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 #DD20AC is Cyan = 0, Magento = 0.86, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 32 | 172 | - |
| CMYK | 0 | 0.86 | 0.22 | 0.13 |
| HSL | 315.56º | 0.75% | 0.5% | - |
| HSV(B) | 315.56º | 0.86% | 0.87% | - |
| XYZ | 37.78 | 19.38 | 40.78 | - |
| YUV | 104.47 | 166.12 | 211.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 32 | 172 | 0 | 0.86 | 0.22 | 0.13 | 315.56 | 0.75 | 0.5 |
| Hex | DD | 20 | AC | 0 | 56 | 16 | D | 13C | 4B | 32 |
| Octal | 335 | 40 | 254 | 0 | 126 | 26 | 15 | 474 | 113 | 62 |
| Binary | 11011101 | 100000 | 10101100 | 0 | 1010110 | 10110 | 1101 | 100111100 | 1001011 | 110010 |
Color Harmonies of #DD20AC
Complementary color
Monochromatic Colors of #DD20AC
Black with #DD20AC
Text Example
Text Example
White with #DD20AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD20AC; }
p { color: rgb(221,32,172); }
H1.HeaderClassName
{
color: #DD20AC;
}
.AnyTagClassName
{
color: #DD20AC;
}
</style>
background-color css
<style>
a { background-color: #DD20AC; }
a { background-color: rgb(221,32,172); }
div.DivClassName
{
background-color: #DD20AC;
}
.BgClassName
{
background-color: #DD20AC;
}
</style>
border-color css
<style>
span { border-color: #DD20AC; }
span { border-color: rgb(221,32,172); }
td.TdClassName
{
border-color: #DD20AC;
}
.TagClassName
{
border-color: #DD20AC;
}
</style>