Shades of Spicy Pink #DD21AB
Tints of Spicy Pink #DD21AB
RGB
CMYK
RGB Variations
Color information
#DD21AB (or 0xDD21AB) is known color: Spicy Pink. HEX triplet: DD, 21 and AB. RGB value is (221,33,171). Sum of RGB (Red+Green+Blue) = 221+33+171=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 33 (13.28% from 255 or 7.76% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DD21AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD21AB is #22DE54. Grayscale: #686868. Windows color (decimal): -2285141 or 11215325. OLE color: 11215325.
HSL color Cylindrical-coordinate representation of color #DD21AB: hue angle of 315.96º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DD21AB is Cyan = 0, Magento = 0.85, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 33 | 171 | - |
| CMYK | 0 | 0.85 | 0.23 | 0.13 |
| HSL | 315.96º | 0.74% | 0.5% | - |
| HSV(B) | 315.96º | 0.85% | 0.87% | - |
| XYZ | 37.71 | 19.4 | 40.28 | - |
| YUV | 104.94 | 165.28 | 210.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 33 | 171 | 0 | 0.85 | 0.23 | 0.13 | 315.96 | 0.74 | 0.5 |
| Hex | DD | 21 | AB | 0 | 55 | 17 | D | 13C | 4A | 32 |
| Octal | 335 | 41 | 253 | 0 | 125 | 27 | 15 | 474 | 112 | 62 |
| Binary | 11011101 | 100001 | 10101011 | 0 | 1010101 | 10111 | 1101 | 100111100 | 1001010 | 110010 |
Color Harmonies of #DD21AB
Complementary color
Monochromatic Colors of #DD21AB
Black with #DD21AB
Text Example
Text Example
White with #DD21AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD21AB; }
p { color: rgb(221,33,171); }
H1.HeaderClassName
{
color: #DD21AB;
}
.AnyTagClassName
{
color: #DD21AB;
}
</style>
background-color css
<style>
a { background-color: #DD21AB; }
a { background-color: rgb(221,33,171); }
div.DivClassName
{
background-color: #DD21AB;
}
.BgClassName
{
background-color: #DD21AB;
}
</style>
border-color css
<style>
span { border-color: #DD21AB; }
span { border-color: rgb(221,33,171); }
td.TdClassName
{
border-color: #DD21AB;
}
.TagClassName
{
border-color: #DD21AB;
}
</style>