Shades of Spicy Pink #DD22AB
Tints of Spicy Pink #DD22AB
RGB
CMYK
RGB Variations
Color information
#DD22AB (or 0xDD22AB) is known color: Spicy Pink. HEX triplet: DD, 22 and AB. RGB value is (221,34,171). Sum of RGB (Red+Green+Blue) = 221+34+171=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 34 (13.67% from 255 or 7.98% from 426); Blue value is 171 (67.19% from 255 or 40.14% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DD22AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD22AB is #22DD54. Grayscale: #696969. Windows color (decimal): -2284885 or 11215581. OLE color: 11215581.
HSL color Cylindrical-coordinate representation of color #DD22AB: hue angle of 316.04º degrees, saturation: 0.73, 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 #DD22AB is Cyan = 0, Magento = 0.85, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 34 | 171 | - |
| CMYK | 0 | 0.85 | 0.23 | 0.13 |
| HSL | 316.04º | 0.73% | 0.5% | - |
| HSV(B) | 316.04º | 0.85% | 0.87% | - |
| XYZ | 37.74 | 19.46 | 40.29 | - |
| YUV | 105.53 | 164.95 | 210.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 34 | 171 | 0 | 0.85 | 0.23 | 0.13 | 316.04 | 0.73 | 0.5 |
| Hex | DD | 22 | AB | 0 | 55 | 17 | D | 13C | 49 | 32 |
| Octal | 335 | 42 | 253 | 0 | 125 | 27 | 15 | 474 | 111 | 62 |
| Binary | 11011101 | 100010 | 10101011 | 0 | 1010101 | 10111 | 1101 | 100111100 | 1001001 | 110010 |
Color Harmonies of #DD22AB
Complementary color
Monochromatic Colors of #DD22AB
Black with #DD22AB
Text Example
Text Example
White with #DD22AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD22AB; }
p { color: rgb(221,34,171); }
H1.HeaderClassName
{
color: #DD22AB;
}
.AnyTagClassName
{
color: #DD22AB;
}
</style>
background-color css
<style>
a { background-color: #DD22AB; }
a { background-color: rgb(221,34,171); }
div.DivClassName
{
background-color: #DD22AB;
}
.BgClassName
{
background-color: #DD22AB;
}
</style>
border-color css
<style>
span { border-color: #DD22AB; }
span { border-color: rgb(221,34,171); }
td.TdClassName
{
border-color: #DD22AB;
}
.TagClassName
{
border-color: #DD22AB;
}
</style>