Shades of Deep Cerise #DD2E99
Tints of Deep Cerise #DD2E99
RGB
CMYK
RGB Variations
Color information
#DD2E99 (or 0xDD2E99) is known color: Deep Cerise. HEX triplet: DD, 2E and 99. RGB value is (221,46,153). Sum of RGB (Red+Green+Blue) = 221+46+153=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 46 (18.36% from 255 or 10.95% from 420); Blue value is 153 (60.16% from 255 or 36.43% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2E99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2E99 is #22D166. Grayscale: #6E6E6E. Windows color (decimal): -2281831 or 10039005. OLE color: 10039005.
HSL color Cylindrical-coordinate representation of color #DD2E99: hue angle of 323.31º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD2E99 is Cyan = 0, Magento = 0.79, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 46 | 153 | - |
| CMYK | 0 | 0.79 | 0.31 | 0.13 |
| HSL | 323.31º | 0.72% | 0.52% | - |
| HSV(B) | 323.31º | 0.79% | 0.87% | - |
| XYZ | 36.55 | 19.63 | 32 | - |
| YUV | 110.52 | 151.98 | 206.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 46 | 153 | 0 | 0.79 | 0.31 | 0.13 | 323.31 | 0.72 | 0.52 |
| Hex | DD | 2E | 99 | 0 | 4F | 1F | D | 143 | 48 | 34 |
| Octal | 335 | 56 | 231 | 0 | 117 | 37 | 15 | 503 | 110 | 64 |
| Binary | 11011101 | 101110 | 10011001 | 0 | 1001111 | 11111 | 1101 | 101000011 | 1001000 | 110100 |
Color Harmonies of #DD2E99
Complementary color
Monochromatic Colors of #DD2E99
Black with #DD2E99
Text Example
Text Example
White with #DD2E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2E99; }
p { color: rgb(221,46,153); }
H1.HeaderClassName
{
color: #DD2E99;
}
.AnyTagClassName
{
color: #DD2E99;
}
</style>
background-color css
<style>
a { background-color: #DD2E99; }
a { background-color: rgb(221,46,153); }
div.DivClassName
{
background-color: #DD2E99;
}
.BgClassName
{
background-color: #DD2E99;
}
</style>
border-color css
<style>
span { border-color: #DD2E99; }
span { border-color: rgb(221,46,153); }
td.TdClassName
{
border-color: #DD2E99;
}
.TagClassName
{
border-color: #DD2E99;
}
</style>