Shades of Spicy Pink #DD20B0
Tints of Spicy Pink #DD20B0
RGB
CMYK
RGB Variations
Color information
#DD20B0 (or 0xDD20B0) is known color: Spicy Pink. HEX triplet: DD, 20 and B0. RGB value is (221,32,176). Sum of RGB (Red+Green+Blue) = 221+32+176=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 32 (12.89% from 255 or 7.46% from 429); Blue value is 176 (69.14% from 255 or 41.03% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DD20B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD20B0 is #22DF4F. Grayscale: #686868. Windows color (decimal): -2285392 or 11542749. OLE color: 11542749.
HSL color Cylindrical-coordinate representation of color #DD20B0: hue angle of 314.29º 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 #DD20B0 is Cyan = 0, Magento = 0.86, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 32 | 176 | - |
| CMYK | 0 | 0.86 | 0.20 | 0.13 |
| HSL | 314.29º | 0.75% | 0.5% | - |
| HSV(B) | 314.29º | 0.86% | 0.87% | - |
| XYZ | 38.17 | 19.54 | 42.83 | - |
| YUV | 104.93 | 168.12 | 210.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 32 | 176 | 0 | 0.86 | 0.20 | 0.13 | 314.29 | 0.75 | 0.5 |
| Hex | DD | 20 | B0 | 0 | 56 | 14 | D | 13A | 4B | 32 |
| Octal | 335 | 40 | 260 | 0 | 126 | 24 | 15 | 472 | 113 | 62 |
| Binary | 11011101 | 100000 | 10110000 | 0 | 1010110 | 10100 | 1101 | 100111010 | 1001011 | 110010 |
Color Harmonies of #DD20B0
Complementary color
Monochromatic Colors of #DD20B0
Black with #DD20B0
Text Example
Text Example
White with #DD20B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD20B0; }
p { color: rgb(221,32,176); }
H1.HeaderClassName
{
color: #DD20B0;
}
.AnyTagClassName
{
color: #DD20B0;
}
</style>
background-color css
<style>
a { background-color: #DD20B0; }
a { background-color: rgb(221,32,176); }
div.DivClassName
{
background-color: #DD20B0;
}
.BgClassName
{
background-color: #DD20B0;
}
</style>
border-color css
<style>
span { border-color: #DD20B0; }
span { border-color: rgb(221,32,176); }
td.TdClassName
{
border-color: #DD20B0;
}
.TagClassName
{
border-color: #DD20B0;
}
</style>