Shades of Deep Cerise #DD2489
Tints of Deep Cerise #DD2489
RGB
CMYK
RGB Variations
Color information
#DD2489 (or 0xDD2489) is known color: Deep Cerise. HEX triplet: DD, 24 and 89. RGB value is (221,36,137). Sum of RGB (Red+Green+Blue) = 221+36+137=394 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.09% from 394); Green value is 36 (14.45% from 255 or 9.14% from 394); Blue value is 137 (53.91% from 255 or 34.77% from 394); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2489 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2489 is #22DB76. Grayscale: #666666. Windows color (decimal): -2284407 or 8987869. OLE color: 8987869.
HSL color Cylindrical-coordinate representation of color #DD2489: hue angle of 327.24º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD2489 is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 36 | 137 | - |
| CMYK | 0 | 0.84 | 0.38 | 0.13 |
| HSL | 327.24º | 0.73% | 0.5% | - |
| HSV(B) | 327.24º | 0.84% | 0.87% | - |
| XYZ | 34.97 | 18.44 | 25.38 | - |
| YUV | 102.83 | 147.29 | 212.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 36 | 137 | 0 | 0.84 | 0.38 | 0.13 | 327.24 | 0.73 | 0.5 |
| Hex | DD | 24 | 89 | 0 | 54 | 26 | D | 147 | 49 | 32 |
| Octal | 335 | 44 | 211 | 0 | 124 | 46 | 15 | 507 | 111 | 62 |
| Binary | 11011101 | 100100 | 10001001 | 0 | 1010100 | 100110 | 1101 | 101000111 | 1001001 | 110010 |
Color Harmonies of #DD2489
Complementary color
Monochromatic Colors of #DD2489
Black with #DD2489
Text Example
Text Example
White with #DD2489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2489; }
p { color: rgb(221,36,137); }
H1.HeaderClassName
{
color: #DD2489;
}
.AnyTagClassName
{
color: #DD2489;
}
</style>
background-color css
<style>
a { background-color: #DD2489; }
a { background-color: rgb(221,36,137); }
div.DivClassName
{
background-color: #DD2489;
}
.BgClassName
{
background-color: #DD2489;
}
</style>
border-color css
<style>
span { border-color: #DD2489; }
span { border-color: rgb(221,36,137); }
td.TdClassName
{
border-color: #DD2489;
}
.TagClassName
{
border-color: #DD2489;
}
</style>