Shades of Spicy Pink #DD22A8
Tints of Spicy Pink #DD22A8
RGB
CMYK
RGB Variations
Color information
#DD22A8 (or 0xDD22A8) is known color: Spicy Pink. HEX triplet: DD, 22 and A8. RGB value is (221,34,168). Sum of RGB (Red+Green+Blue) = 221+34+168=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 34 (13.67% from 255 or 8.04% from 423); Blue value is 168 (66.02% from 255 or 39.72% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DD22A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD22A8 is #22DD57. Grayscale: #686868. Windows color (decimal): -2284888 or 11018973. OLE color: 11018973.
HSL color Cylindrical-coordinate representation of color #DD22A8: hue angle of 317.01º 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 #DD22A8 is Cyan = 0, Magento = 0.85, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 34 | 168 | - |
| CMYK | 0 | 0.85 | 0.24 | 0.13 |
| HSL | 317.01º | 0.73% | 0.5% | - |
| HSV(B) | 317.01º | 0.85% | 0.87% | - |
| XYZ | 37.46 | 19.34 | 38.81 | - |
| YUV | 105.19 | 163.45 | 210.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 34 | 168 | 0 | 0.85 | 0.24 | 0.13 | 317.01 | 0.73 | 0.5 |
| Hex | DD | 22 | A8 | 0 | 55 | 18 | D | 13D | 49 | 32 |
| Octal | 335 | 42 | 250 | 0 | 125 | 30 | 15 | 475 | 111 | 62 |
| Binary | 11011101 | 100010 | 10101000 | 0 | 1010101 | 11000 | 1101 | 100111101 | 1001001 | 110010 |
Color Harmonies of #DD22A8
Complementary color
Monochromatic Colors of #DD22A8
Black with #DD22A8
Text Example
Text Example
White with #DD22A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD22A8; }
p { color: rgb(221,34,168); }
H1.HeaderClassName
{
color: #DD22A8;
}
.AnyTagClassName
{
color: #DD22A8;
}
</style>
background-color css
<style>
a { background-color: #DD22A8; }
a { background-color: rgb(221,34,168); }
div.DivClassName
{
background-color: #DD22A8;
}
.BgClassName
{
background-color: #DD22A8;
}
</style>
border-color css
<style>
span { border-color: #DD22A8; }
span { border-color: rgb(221,34,168); }
td.TdClassName
{
border-color: #DD22A8;
}
.TagClassName
{
border-color: #DD22A8;
}
</style>