Shades of Deep Cerise #DD22A0
Tints of Deep Cerise #DD22A0
RGB
CMYK
RGB Variations
Color information
#DD22A0 (or 0xDD22A0) is known color: Deep Cerise. HEX triplet: DD, 22 and A0. RGB value is (221,34,160). Sum of RGB (Red+Green+Blue) = 221+34+160=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 34 (13.67% from 255 or 8.19% from 415); Blue value is 160 (62.89% from 255 or 38.55% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DD22A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD22A0 is #22DD5F. Grayscale: #676767. Windows color (decimal): -2284896 or 10494685. OLE color: 10494685.
HSL color Cylindrical-coordinate representation of color #DD22A0: hue angle of 319.57º 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 #DD22A0 is Cyan = 0, Magento = 0.85, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 34 | 160 | - |
| CMYK | 0 | 0.85 | 0.28 | 0.13 |
| HSL | 319.57º | 0.73% | 0.5% | - |
| HSV(B) | 319.57º | 0.85% | 0.87% | - |
| XYZ | 36.74 | 19.05 | 35 | - |
| YUV | 104.28 | 159.45 | 211.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 34 | 160 | 0 | 0.85 | 0.28 | 0.13 | 319.57 | 0.73 | 0.5 |
| Hex | DD | 22 | A0 | 0 | 55 | 1C | D | 140 | 49 | 32 |
| Octal | 335 | 42 | 240 | 0 | 125 | 34 | 15 | 500 | 111 | 62 |
| Binary | 11011101 | 100010 | 10100000 | 0 | 1010101 | 11100 | 1101 | 101000000 | 1001001 | 110010 |
Color Harmonies of #DD22A0
Complementary color
Monochromatic Colors of #DD22A0
Black with #DD22A0
Text Example
Text Example
White with #DD22A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD22A0; }
p { color: rgb(221,34,160); }
H1.HeaderClassName
{
color: #DD22A0;
}
.AnyTagClassName
{
color: #DD22A0;
}
</style>
background-color css
<style>
a { background-color: #DD22A0; }
a { background-color: rgb(221,34,160); }
div.DivClassName
{
background-color: #DD22A0;
}
.BgClassName
{
background-color: #DD22A0;
}
</style>
border-color css
<style>
span { border-color: #DD22A0; }
span { border-color: rgb(221,34,160); }
td.TdClassName
{
border-color: #DD22A0;
}
.TagClassName
{
border-color: #DD22A0;
}
</style>