Shades of Deep Cerise #DE2996
Tints of Deep Cerise #DE2996
RGB
CMYK
RGB Variations
Color information
#DE2996 (or 0xDE2996) is known color: Deep Cerise. HEX triplet: DE, 29 and 96. RGB value is (222,41,150). Sum of RGB (Red+Green+Blue) = 222+41+150=413 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.75% from 413); Green value is 41 (16.41% from 255 or 9.93% from 413); Blue value is 150 (58.98% from 255 or 36.32% from 413); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2996 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE2996 is #21D669. Grayscale: #6B6B6B. Windows color (decimal): -2217578 or 9841118. OLE color: 9841118.
HSL color Cylindrical-coordinate representation of color #DE2996: hue angle of 323.87º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DE2996 is Cyan = 0, Magento = 0.82, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 41 | 150 | - |
| CMYK | 0 | 0.82 | 0.32 | 0.13 |
| HSL | 323.87º | 0.73% | 0.52% | - |
| HSV(B) | 323.87º | 0.82% | 0.87% | - |
| XYZ | 36.42 | 19.32 | 30.66 | - |
| YUV | 107.55 | 151.97 | 209.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 41 | 150 | 0 | 0.82 | 0.32 | 0.13 | 323.87 | 0.73 | 0.52 |
| Hex | DE | 29 | 96 | 0 | 52 | 20 | D | 144 | 49 | 34 |
| Octal | 336 | 51 | 226 | 0 | 122 | 40 | 15 | 504 | 111 | 64 |
| Binary | 11011110 | 101001 | 10010110 | 0 | 1010010 | 100000 | 1101 | 101000100 | 1001001 | 110100 |
Color Harmonies of #DE2996
Complementary color
Monochromatic Colors of #DE2996
Black with #DE2996
Text Example
Text Example
White with #DE2996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2996; }
p { color: rgb(222,41,150); }
H1.HeaderClassName
{
color: #DE2996;
}
.AnyTagClassName
{
color: #DE2996;
}
</style>
background-color css
<style>
a { background-color: #DE2996; }
a { background-color: rgb(222,41,150); }
div.DivClassName
{
background-color: #DE2996;
}
.BgClassName
{
background-color: #DE2996;
}
</style>
border-color css
<style>
span { border-color: #DE2996; }
span { border-color: rgb(222,41,150); }
td.TdClassName
{
border-color: #DE2996;
}
.TagClassName
{
border-color: #DE2996;
}
</style>