Shades of Deep Cerise #DD2D76
Tints of Deep Cerise #DD2D76
RGB
CMYK
RGB Variations
Color information
#DD2D76 (or 0xDD2D76) is known color: Deep Cerise. HEX triplet: DD, 2D and 76. RGB value is (221,45,118). Sum of RGB (Red+Green+Blue) = 221+45+118=384 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.55% from 384); Green value is 45 (17.97% from 255 or 11.72% from 384); Blue value is 118 (46.48% from 255 or 30.73% from 384); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2D76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2D76 is #22D289. Grayscale: #696969. Windows color (decimal): -2282122 or 7744989. OLE color: 7744989.
HSL color Cylindrical-coordinate representation of color #DD2D76: hue angle of 335.11º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD2D76 is Cyan = 0, Magento = 0.80, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 45 | 118 | - |
| CMYK | 0 | 0.80 | 0.47 | 0.13 |
| HSL | 335.11º | 0.72% | 0.52% | - |
| HSV(B) | 335.11º | 0.8% | 0.87% | - |
| XYZ | 34.03 | 18.56 | 18.93 | - |
| YUV | 105.95 | 134.81 | 210.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 45 | 118 | 0 | 0.80 | 0.47 | 0.13 | 335.11 | 0.72 | 0.52 |
| Hex | DD | 2D | 76 | 0 | 50 | 2F | D | 14F | 48 | 34 |
| Octal | 335 | 55 | 166 | 0 | 120 | 57 | 15 | 517 | 110 | 64 |
| Binary | 11011101 | 101101 | 1110110 | 0 | 1010000 | 101111 | 1101 | 101001111 | 1001000 | 110100 |
Color Harmonies of #DD2D76
Complementary color
Monochromatic Colors of #DD2D76
Black with #DD2D76
Text Example
Text Example
White with #DD2D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2D76; }
p { color: rgb(221,45,118); }
H1.HeaderClassName
{
color: #DD2D76;
}
.AnyTagClassName
{
color: #DD2D76;
}
</style>
background-color css
<style>
a { background-color: #DD2D76; }
a { background-color: rgb(221,45,118); }
div.DivClassName
{
background-color: #DD2D76;
}
.BgClassName
{
background-color: #DD2D76;
}
</style>
border-color css
<style>
span { border-color: #DD2D76; }
span { border-color: rgb(221,45,118); }
td.TdClassName
{
border-color: #DD2D76;
}
.TagClassName
{
border-color: #DD2D76;
}
</style>