Shades of Spicy Pink #DD20B4
Tints of Spicy Pink #DD20B4
RGB
CMYK
RGB Variations
Color information
#DD20B4 (or 0xDD20B4) is known color: Spicy Pink. HEX triplet: DD, 20 and B4. RGB value is (221,32,180). Sum of RGB (Red+Green+Blue) = 221+32+180=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 32 (12.89% from 255 or 7.39% from 433); Blue value is 180 (70.70% from 255 or 41.57% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DD20B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD20B4 is #22DF4B. Grayscale: #686868. Windows color (decimal): -2285388 or 11804893. OLE color: 11804893.
HSL color Cylindrical-coordinate representation of color #DD20B4: hue angle of 313.02º 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 #DD20B4 is Cyan = 0, Magento = 0.86, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 32 | 180 | - |
| CMYK | 0 | 0.86 | 0.19 | 0.13 |
| HSL | 313.02º | 0.75% | 0.5% | - |
| HSV(B) | 313.02º | 0.86% | 0.87% | - |
| XYZ | 38.57 | 19.7 | 44.95 | - |
| YUV | 105.38 | 170.12 | 210.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 32 | 180 | 0 | 0.86 | 0.19 | 0.13 | 313.02 | 0.75 | 0.5 |
| Hex | DD | 20 | B4 | 0 | 56 | 13 | D | 139 | 4B | 32 |
| Octal | 335 | 40 | 264 | 0 | 126 | 23 | 15 | 471 | 113 | 62 |
| Binary | 11011101 | 100000 | 10110100 | 0 | 1010110 | 10011 | 1101 | 100111001 | 1001011 | 110010 |
Color Harmonies of #DD20B4
Complementary color
Monochromatic Colors of #DD20B4
Black with #DD20B4
Text Example
Text Example
White with #DD20B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD20B4; }
p { color: rgb(221,32,180); }
H1.HeaderClassName
{
color: #DD20B4;
}
.AnyTagClassName
{
color: #DD20B4;
}
</style>
background-color css
<style>
a { background-color: #DD20B4; }
a { background-color: rgb(221,32,180); }
div.DivClassName
{
background-color: #DD20B4;
}
.BgClassName
{
background-color: #DD20B4;
}
</style>
border-color css
<style>
span { border-color: #DD20B4; }
span { border-color: rgb(221,32,180); }
td.TdClassName
{
border-color: #DD20B4;
}
.TagClassName
{
border-color: #DD20B4;
}
</style>