Shades of Deep Cerise #DE2496
Tints of Deep Cerise #DE2496
RGB
CMYK
RGB Variations
Color information
#DE2496 (or 0xDE2496) is known color: Deep Cerise. HEX triplet: DE, 24 and 96. RGB value is (222,36,150). Sum of RGB (Red+Green+Blue) = 222+36+150=408 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.41% from 408); Green value is 36 (14.45% from 255 or 8.82% from 408); Blue value is 150 (58.98% from 255 or 36.76% from 408); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2496 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE2496 is #21DB69. Grayscale: #686868. Windows color (decimal): -2218858 or 9839838. OLE color: 9839838.
HSL color Cylindrical-coordinate representation of color #DE2496: hue angle of 323.23º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DE2496 is Cyan = 0, Magento = 0.84, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 36 | 150 | - |
| CMYK | 0 | 0.84 | 0.32 | 0.13 |
| HSL | 323.23º | 0.74% | 0.51% | - |
| HSV(B) | 323.23º | 0.84% | 0.87% | - |
| XYZ | 36.26 | 18.99 | 30.61 | - |
| YUV | 104.61 | 153.62 | 211.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 36 | 150 | 0 | 0.84 | 0.32 | 0.13 | 323.23 | 0.74 | 0.51 |
| Hex | DE | 24 | 96 | 0 | 54 | 20 | D | 143 | 4A | 33 |
| Octal | 336 | 44 | 226 | 0 | 124 | 40 | 15 | 503 | 112 | 63 |
| Binary | 11011110 | 100100 | 10010110 | 0 | 1010100 | 100000 | 1101 | 101000011 | 1001010 | 110011 |
Color Harmonies of #DE2496
Complementary color
Monochromatic Colors of #DE2496
Black with #DE2496
Text Example
Text Example
White with #DE2496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2496; }
p { color: rgb(222,36,150); }
H1.HeaderClassName
{
color: #DE2496;
}
.AnyTagClassName
{
color: #DE2496;
}
</style>
background-color css
<style>
a { background-color: #DE2496; }
a { background-color: rgb(222,36,150); }
div.DivClassName
{
background-color: #DE2496;
}
.BgClassName
{
background-color: #DE2496;
}
</style>
border-color css
<style>
span { border-color: #DE2496; }
span { border-color: rgb(222,36,150); }
td.TdClassName
{
border-color: #DE2496;
}
.TagClassName
{
border-color: #DE2496;
}
</style>