Shades of Deep Cerise #DE2796
Tints of Deep Cerise #DE2796
RGB
CMYK
RGB Variations
Color information
#DE2796 (or 0xDE2796) is known color: Deep Cerise. HEX triplet: DE, 27 and 96. RGB value is (222,39,150). Sum of RGB (Red+Green+Blue) = 222+39+150=411 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.01% from 411); Green value is 39 (15.62% from 255 or 9.49% from 411); Blue value is 150 (58.98% from 255 or 36.50% from 411); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2796 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE2796 is #21D869. Grayscale: #6A6A6A. Windows color (decimal): -2218090 or 9840606. OLE color: 9840606.
HSL color Cylindrical-coordinate representation of color #DE2796: hue angle of 323.61º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DE2796 is Cyan = 0, Magento = 0.82, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 39 | 150 | - |
| CMYK | 0 | 0.82 | 0.32 | 0.13 |
| HSL | 323.61º | 0.73% | 0.51% | - |
| HSV(B) | 323.61º | 0.82% | 0.87% | - |
| XYZ | 36.35 | 19.18 | 30.64 | - |
| YUV | 106.37 | 152.63 | 210.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 39 | 150 | 0 | 0.82 | 0.32 | 0.13 | 323.61 | 0.73 | 0.51 |
| Hex | DE | 27 | 96 | 0 | 52 | 20 | D | 144 | 49 | 33 |
| Octal | 336 | 47 | 226 | 0 | 122 | 40 | 15 | 504 | 111 | 63 |
| Binary | 11011110 | 100111 | 10010110 | 0 | 1010010 | 100000 | 1101 | 101000100 | 1001001 | 110011 |
Color Harmonies of #DE2796
Complementary color
Monochromatic Colors of #DE2796
Black with #DE2796
Text Example
Text Example
White with #DE2796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2796; }
p { color: rgb(222,39,150); }
H1.HeaderClassName
{
color: #DE2796;
}
.AnyTagClassName
{
color: #DE2796;
}
</style>
background-color css
<style>
a { background-color: #DE2796; }
a { background-color: rgb(222,39,150); }
div.DivClassName
{
background-color: #DE2796;
}
.BgClassName
{
background-color: #DE2796;
}
</style>
border-color css
<style>
span { border-color: #DE2796; }
span { border-color: rgb(222,39,150); }
td.TdClassName
{
border-color: #DE2796;
}
.TagClassName
{
border-color: #DE2796;
}
</style>