Shades of Deep Cerise #DD2E9B
Tints of Deep Cerise #DD2E9B
RGB
CMYK
RGB Variations
Color information
#DD2E9B (or 0xDD2E9B) is known color: Deep Cerise. HEX triplet: DD, 2E and 9B. RGB value is (221,46,155). Sum of RGB (Red+Green+Blue) = 221+46+155=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 46 (18.36% from 255 or 10.90% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2E9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2E9B is #22D164. Grayscale: #6E6E6E. Windows color (decimal): -2281829 or 10170077. OLE color: 10170077.
HSL color Cylindrical-coordinate representation of color #DD2E9B: hue angle of 322.63º 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 #DD2E9B is Cyan = 0, Magento = 0.79, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 46 | 155 | - |
| CMYK | 0 | 0.79 | 0.30 | 0.13 |
| HSL | 322.63º | 0.72% | 0.52% | - |
| HSV(B) | 322.63º | 0.79% | 0.87% | - |
| XYZ | 36.71 | 19.69 | 32.88 | - |
| YUV | 110.75 | 152.98 | 206.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 46 | 155 | 0 | 0.79 | 0.30 | 0.13 | 322.63 | 0.72 | 0.52 |
| Hex | DD | 2E | 9B | 0 | 4F | 1E | D | 143 | 48 | 34 |
| Octal | 335 | 56 | 233 | 0 | 117 | 36 | 15 | 503 | 110 | 64 |
| Binary | 11011101 | 101110 | 10011011 | 0 | 1001111 | 11110 | 1101 | 101000011 | 1001000 | 110100 |
Color Harmonies of #DD2E9B
Complementary color
Monochromatic Colors of #DD2E9B
Black with #DD2E9B
Text Example
Text Example
White with #DD2E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2E9B; }
p { color: rgb(221,46,155); }
H1.HeaderClassName
{
color: #DD2E9B;
}
.AnyTagClassName
{
color: #DD2E9B;
}
</style>
background-color css
<style>
a { background-color: #DD2E9B; }
a { background-color: rgb(221,46,155); }
div.DivClassName
{
background-color: #DD2E9B;
}
.BgClassName
{
background-color: #DD2E9B;
}
</style>
border-color css
<style>
span { border-color: #DD2E9B; }
span { border-color: rgb(221,46,155); }
td.TdClassName
{
border-color: #DD2E9B;
}
.TagClassName
{
border-color: #DD2E9B;
}
</style>