Shades of Deep Cerise #DD2399
Tints of Deep Cerise #DD2399
RGB
CMYK
RGB Variations
Color information
#DD2399 (or 0xDD2399) is known color: Deep Cerise. HEX triplet: DD, 23 and 99. RGB value is (221,35,153). Sum of RGB (Red+Green+Blue) = 221+35+153=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 35 (14.06% from 255 or 8.56% from 409); Blue value is 153 (60.16% from 255 or 37.41% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2399 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2399 is #22DC66. Grayscale: #676767. Windows color (decimal): -2284647 or 10036189. OLE color: 10036189.
HSL color Cylindrical-coordinate representation of color #DD2399: hue angle of 321.94º 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 #DD2399 is Cyan = 0, Magento = 0.84, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 35 | 153 | - |
| CMYK | 0 | 0.84 | 0.31 | 0.13 |
| HSL | 321.94º | 0.73% | 0.5% | - |
| HSV(B) | 321.94º | 0.84% | 0.87% | - |
| XYZ | 36.17 | 18.87 | 31.87 | - |
| YUV | 104.07 | 155.62 | 211.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 35 | 153 | 0 | 0.84 | 0.31 | 0.13 | 321.94 | 0.73 | 0.5 |
| Hex | DD | 23 | 99 | 0 | 54 | 1F | D | 142 | 49 | 32 |
| Octal | 335 | 43 | 231 | 0 | 124 | 37 | 15 | 502 | 111 | 62 |
| Binary | 11011101 | 100011 | 10011001 | 0 | 1010100 | 11111 | 1101 | 101000010 | 1001001 | 110010 |
Color Harmonies of #DD2399
Complementary color
Monochromatic Colors of #DD2399
Black with #DD2399
Text Example
Text Example
White with #DD2399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2399; }
p { color: rgb(221,35,153); }
H1.HeaderClassName
{
color: #DD2399;
}
.AnyTagClassName
{
color: #DD2399;
}
</style>
background-color css
<style>
a { background-color: #DD2399; }
a { background-color: rgb(221,35,153); }
div.DivClassName
{
background-color: #DD2399;
}
.BgClassName
{
background-color: #DD2399;
}
</style>
border-color css
<style>
span { border-color: #DD2399; }
span { border-color: rgb(221,35,153); }
td.TdClassName
{
border-color: #DD2399;
}
.TagClassName
{
border-color: #DD2399;
}
</style>