Shades of Deep Cerise #DE2C76
Tints of Deep Cerise #DE2C76
RGB
CMYK
RGB Variations
Color information
#DE2C76 (or 0xDE2C76) is known color: Deep Cerise. HEX triplet: DE, 2C and 76. RGB value is (222,44,118). Sum of RGB (Red+Green+Blue) = 222+44+118=384 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.81% from 384); Green value is 44 (17.58% from 255 or 11.46% from 384); Blue value is 118 (46.48% from 255 or 30.73% from 384); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2C76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2C76 is #21D389. Grayscale: #696969. Windows color (decimal): -2216842 or 7744734. OLE color: 7744734.
HSL color Cylindrical-coordinate representation of color #DE2C76: hue angle of 335.06º degrees, saturation: 0.73, 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 #DE2C76 is Cyan = 0, Magento = 0.80, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 44 | 118 | - |
| CMYK | 0 | 0.80 | 0.47 | 0.13 |
| HSL | 335.06º | 0.73% | 0.52% | - |
| HSV(B) | 335.06º | 0.8% | 0.87% | - |
| XYZ | 34.29 | 18.64 | 18.93 | - |
| YUV | 105.66 | 134.97 | 210.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 44 | 118 | 0 | 0.80 | 0.47 | 0.13 | 335.06 | 0.73 | 0.52 |
| Hex | DE | 2C | 76 | 0 | 50 | 2F | D | 14F | 49 | 34 |
| Octal | 336 | 54 | 166 | 0 | 120 | 57 | 15 | 517 | 111 | 64 |
| Binary | 11011110 | 101100 | 1110110 | 0 | 1010000 | 101111 | 1101 | 101001111 | 1001001 | 110100 |
Color Harmonies of #DE2C76
Complementary color
Monochromatic Colors of #DE2C76
Black with #DE2C76
Text Example
Text Example
White with #DE2C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2C76; }
p { color: rgb(222,44,118); }
H1.HeaderClassName
{
color: #DE2C76;
}
.AnyTagClassName
{
color: #DE2C76;
}
</style>
background-color css
<style>
a { background-color: #DE2C76; }
a { background-color: rgb(222,44,118); }
div.DivClassName
{
background-color: #DE2C76;
}
.BgClassName
{
background-color: #DE2C76;
}
</style>
border-color css
<style>
span { border-color: #DE2C76; }
span { border-color: rgb(222,44,118); }
td.TdClassName
{
border-color: #DE2C76;
}
.TagClassName
{
border-color: #DE2C76;
}
</style>