Shades of Deep Cerise #DD2E76
Tints of Deep Cerise #DD2E76
RGB
CMYK
RGB Variations
Color information
#DD2E76 (or 0xDD2E76) is known color: Deep Cerise. HEX triplet: DD, 2E and 76. RGB value is (221,46,118). Sum of RGB (Red+Green+Blue) = 221+46+118=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 46 (18.36% from 255 or 11.95% from 385); Blue value is 118 (46.48% from 255 or 30.65% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2E76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2E76 is #22D189. Grayscale: #6A6A6A. Windows color (decimal): -2281866 or 7745245. OLE color: 7745245.
HSL color Cylindrical-coordinate representation of color #DD2E76: hue angle of 335.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 #DD2E76 is Cyan = 0, Magento = 0.79, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 46 | 118 | - |
| CMYK | 0 | 0.79 | 0.47 | 0.13 |
| HSL | 335.31º | 0.72% | 0.52% | - |
| HSV(B) | 335.31º | 0.79% | 0.87% | - |
| XYZ | 34.07 | 18.63 | 18.94 | - |
| YUV | 106.53 | 134.48 | 209.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 46 | 118 | 0 | 0.79 | 0.47 | 0.13 | 335.31 | 0.72 | 0.52 |
| Hex | DD | 2E | 76 | 0 | 4F | 2F | D | 14F | 48 | 34 |
| Octal | 335 | 56 | 166 | 0 | 117 | 57 | 15 | 517 | 110 | 64 |
| Binary | 11011101 | 101110 | 1110110 | 0 | 1001111 | 101111 | 1101 | 101001111 | 1001000 | 110100 |
Color Harmonies of #DD2E76
Complementary color
Monochromatic Colors of #DD2E76
Black with #DD2E76
Text Example
Text Example
White with #DD2E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2E76; }
p { color: rgb(221,46,118); }
H1.HeaderClassName
{
color: #DD2E76;
}
.AnyTagClassName
{
color: #DD2E76;
}
</style>
background-color css
<style>
a { background-color: #DD2E76; }
a { background-color: rgb(221,46,118); }
div.DivClassName
{
background-color: #DD2E76;
}
.BgClassName
{
background-color: #DD2E76;
}
</style>
border-color css
<style>
span { border-color: #DD2E76; }
span { border-color: rgb(221,46,118); }
td.TdClassName
{
border-color: #DD2E76;
}
.TagClassName
{
border-color: #DD2E76;
}
</style>