Shades of Deep Cerise #DD2E9E
Tints of Deep Cerise #DD2E9E
RGB
CMYK
RGB Variations
Color information
#DD2E9E (or 0xDD2E9E) is known color: Deep Cerise. HEX triplet: DD, 2E and 9E. RGB value is (221,46,158). Sum of RGB (Red+Green+Blue) = 221+46+158=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 46 (18.36% from 255 or 10.82% from 425); Blue value is 158 (62.11% from 255 or 37.18% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2E9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2E9E is #22D161. Grayscale: #6E6E6E. Windows color (decimal): -2281826 or 10366685. OLE color: 10366685.
HSL color Cylindrical-coordinate representation of color #DD2E9E: hue angle of 321.6º 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 #DD2E9E is Cyan = 0, Magento = 0.79, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 46 | 158 | - |
| CMYK | 0 | 0.79 | 0.29 | 0.13 |
| HSL | 321.6º | 0.72% | 0.52% | - |
| HSV(B) | 321.6º | 0.79% | 0.87% | - |
| XYZ | 36.97 | 19.79 | 34.22 | - |
| YUV | 111.09 | 154.48 | 206.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 46 | 158 | 0 | 0.79 | 0.29 | 0.13 | 321.6 | 0.72 | 0.52 |
| Hex | DD | 2E | 9E | 0 | 4F | 1D | D | 142 | 48 | 34 |
| Octal | 335 | 56 | 236 | 0 | 117 | 35 | 15 | 502 | 110 | 64 |
| Binary | 11011101 | 101110 | 10011110 | 0 | 1001111 | 11101 | 1101 | 101000010 | 1001000 | 110100 |
Color Harmonies of #DD2E9E
Complementary color
Monochromatic Colors of #DD2E9E
Black with #DD2E9E
Text Example
Text Example
White with #DD2E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2E9E; }
p { color: rgb(221,46,158); }
H1.HeaderClassName
{
color: #DD2E9E;
}
.AnyTagClassName
{
color: #DD2E9E;
}
</style>
background-color css
<style>
a { background-color: #DD2E9E; }
a { background-color: rgb(221,46,158); }
div.DivClassName
{
background-color: #DD2E9E;
}
.BgClassName
{
background-color: #DD2E9E;
}
</style>
border-color css
<style>
span { border-color: #DD2E9E; }
span { border-color: rgb(221,46,158); }
td.TdClassName
{
border-color: #DD2E9E;
}
.TagClassName
{
border-color: #DD2E9E;
}
</style>