Shades of Deep Cerise #DD2288
Tints of Deep Cerise #DD2288
RGB
CMYK
RGB Variations
Color information
#DD2288 (or 0xDD2288) is known color: Deep Cerise. HEX triplet: DD, 22 and 88. RGB value is (221,34,136). Sum of RGB (Red+Green+Blue) = 221+34+136=391 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.52% from 391); Green value is 34 (13.67% from 255 or 8.70% from 391); Blue value is 136 (53.52% from 255 or 34.78% from 391); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2288 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2288 is #22DD77. Grayscale: #656565. Windows color (decimal): -2284920 or 8921821. OLE color: 8921821.
HSL color Cylindrical-coordinate representation of color #DD2288: hue angle of 327.27º 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 #DD2288 is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 34 | 136 | - |
| CMYK | 0 | 0.85 | 0.38 | 0.13 |
| HSL | 327.27º | 0.73% | 0.5% | - |
| HSV(B) | 327.27º | 0.85% | 0.87% | - |
| XYZ | 34.83 | 18.29 | 24.99 | - |
| YUV | 101.54 | 147.45 | 213.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 34 | 136 | 0 | 0.85 | 0.38 | 0.13 | 327.27 | 0.73 | 0.5 |
| Hex | DD | 22 | 88 | 0 | 55 | 26 | D | 147 | 49 | 32 |
| Octal | 335 | 42 | 210 | 0 | 125 | 46 | 15 | 507 | 111 | 62 |
| Binary | 11011101 | 100010 | 10001000 | 0 | 1010101 | 100110 | 1101 | 101000111 | 1001001 | 110010 |
Color Harmonies of #DD2288
Complementary color
Monochromatic Colors of #DD2288
Black with #DD2288
Text Example
Text Example
White with #DD2288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2288; }
p { color: rgb(221,34,136); }
H1.HeaderClassName
{
color: #DD2288;
}
.AnyTagClassName
{
color: #DD2288;
}
</style>
background-color css
<style>
a { background-color: #DD2288; }
a { background-color: rgb(221,34,136); }
div.DivClassName
{
background-color: #DD2288;
}
.BgClassName
{
background-color: #DD2288;
}
</style>
border-color css
<style>
span { border-color: #DD2288; }
span { border-color: rgb(221,34,136); }
td.TdClassName
{
border-color: #DD2288;
}
.TagClassName
{
border-color: #DD2288;
}
</style>