Shades of Deep Cerise #DD2199
Tints of Deep Cerise #DD2199
RGB
CMYK
RGB Variations
Color information
#DD2199 (or 0xDD2199) is known color: Deep Cerise. HEX triplet: DD, 21 and 99. RGB value is (221,33,153). Sum of RGB (Red+Green+Blue) = 221+33+153=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 33 (13.28% from 255 or 8.11% from 407); Blue value is 153 (60.16% from 255 or 37.59% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2199 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2199 is #22DE66. Grayscale: #666666. Windows color (decimal): -2285159 or 10035677. OLE color: 10035677.
HSL color Cylindrical-coordinate representation of color #DD2199: hue angle of 321.7º 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 #DD2199 is Cyan = 0, Magento = 0.85, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 33 | 153 | - |
| CMYK | 0 | 0.85 | 0.31 | 0.13 |
| HSL | 321.7º | 0.74% | 0.5% | - |
| HSV(B) | 321.7º | 0.85% | 0.87% | - |
| XYZ | 36.11 | 18.76 | 31.85 | - |
| YUV | 102.89 | 156.28 | 212.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 33 | 153 | 0 | 0.85 | 0.31 | 0.13 | 321.7 | 0.74 | 0.5 |
| Hex | DD | 21 | 99 | 0 | 55 | 1F | D | 142 | 4A | 32 |
| Octal | 335 | 41 | 231 | 0 | 125 | 37 | 15 | 502 | 112 | 62 |
| Binary | 11011101 | 100001 | 10011001 | 0 | 1010101 | 11111 | 1101 | 101000010 | 1001010 | 110010 |
Color Harmonies of #DD2199
Complementary color
Monochromatic Colors of #DD2199
Black with #DD2199
Text Example
Text Example
White with #DD2199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2199; }
p { color: rgb(221,33,153); }
H1.HeaderClassName
{
color: #DD2199;
}
.AnyTagClassName
{
color: #DD2199;
}
</style>
background-color css
<style>
a { background-color: #DD2199; }
a { background-color: rgb(221,33,153); }
div.DivClassName
{
background-color: #DD2199;
}
.BgClassName
{
background-color: #DD2199;
}
</style>
border-color css
<style>
span { border-color: #DD2199; }
span { border-color: rgb(221,33,153); }
td.TdClassName
{
border-color: #DD2199;
}
.TagClassName
{
border-color: #DD2199;
}
</style>