Shades of Deep Cerise #DE2D76
Tints of Deep Cerise #DE2D76
RGB
CMYK
RGB Variations
Color information
#DE2D76 (or 0xDE2D76) is known color: Deep Cerise. HEX triplet: DE, 2D and 76. RGB value is (222,45,118). Sum of RGB (Red+Green+Blue) = 222+45+118=385 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.66% from 385); Green value is 45 (17.97% from 255 or 11.69% from 385); Blue value is 118 (46.48% from 255 or 30.65% from 385); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2D76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2D76 is #21D289. Grayscale: #6A6A6A. Windows color (decimal): -2216586 or 7744990. OLE color: 7744990.
HSL color Cylindrical-coordinate representation of color #DE2D76: hue angle of 335.25º 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 #DE2D76 is Cyan = 0, Magento = 0.80, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 45 | 118 | - |
| CMYK | 0 | 0.80 | 0.47 | 0.13 |
| HSL | 335.25º | 0.73% | 0.52% | - |
| HSV(B) | 335.25º | 0.8% | 0.87% | - |
| XYZ | 34.33 | 18.71 | 18.94 | - |
| YUV | 106.25 | 134.64 | 210.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 45 | 118 | 0 | 0.80 | 0.47 | 0.13 | 335.25 | 0.73 | 0.52 |
| Hex | DE | 2D | 76 | 0 | 50 | 2F | D | 14F | 49 | 34 |
| Octal | 336 | 55 | 166 | 0 | 120 | 57 | 15 | 517 | 111 | 64 |
| Binary | 11011110 | 101101 | 1110110 | 0 | 1010000 | 101111 | 1101 | 101001111 | 1001001 | 110100 |
Color Harmonies of #DE2D76
Complementary color
Monochromatic Colors of #DE2D76
Black with #DE2D76
Text Example
Text Example
White with #DE2D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2D76; }
p { color: rgb(222,45,118); }
H1.HeaderClassName
{
color: #DE2D76;
}
.AnyTagClassName
{
color: #DE2D76;
}
</style>
background-color css
<style>
a { background-color: #DE2D76; }
a { background-color: rgb(222,45,118); }
div.DivClassName
{
background-color: #DE2D76;
}
.BgClassName
{
background-color: #DE2D76;
}
</style>
border-color css
<style>
span { border-color: #DE2D76; }
span { border-color: rgb(222,45,118); }
td.TdClassName
{
border-color: #DE2D76;
}
.TagClassName
{
border-color: #DE2D76;
}
</style>