Shades of Deep Cerise #DE3096
Tints of Deep Cerise #DE3096
RGB
CMYK
RGB Variations
Color information
#DE3096 (or 0xDE3096) is known color: Deep Cerise. HEX triplet: DE, 30 and 96. RGB value is (222,48,150). Sum of RGB (Red+Green+Blue) = 222+48+150=420 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.86% from 420); Green value is 48 (19.14% from 255 or 11.43% from 420); Blue value is 150 (58.98% from 255 or 35.71% from 420); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3096 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE3096 is #21CF69. Grayscale: #6F6F6F. Windows color (decimal): -2215786 or 9842910. OLE color: 9842910.
HSL color Cylindrical-coordinate representation of color #DE3096: hue angle of 324.83º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DE3096 is Cyan = 0, Magento = 0.78, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 48 | 150 | - |
| CMYK | 0 | 0.78 | 0.32 | 0.13 |
| HSL | 324.83º | 0.73% | 0.53% | - |
| HSV(B) | 324.83º | 0.78% | 0.87% | - |
| XYZ | 36.69 | 19.85 | 30.75 | - |
| YUV | 111.65 | 149.65 | 206.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 48 | 150 | 0 | 0.78 | 0.32 | 0.13 | 324.83 | 0.73 | 0.53 |
| Hex | DE | 30 | 96 | 0 | 4E | 20 | D | 145 | 48 | 35 |
| Octal | 336 | 60 | 226 | 0 | 116 | 40 | 15 | 505 | 110 | 65 |
| Binary | 11011110 | 110000 | 10010110 | 0 | 1001110 | 100000 | 1101 | 101000101 | 1001000 | 110101 |
Color Harmonies of #DE3096
Complementary color
Monochromatic Colors of #DE3096
Black with #DE3096
Text Example
Text Example
White with #DE3096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE3096; }
p { color: rgb(222,48,150); }
H1.HeaderClassName
{
color: #DE3096;
}
.AnyTagClassName
{
color: #DE3096;
}
</style>
background-color css
<style>
a { background-color: #DE3096; }
a { background-color: rgb(222,48,150); }
div.DivClassName
{
background-color: #DE3096;
}
.BgClassName
{
background-color: #DE3096;
}
</style>
border-color css
<style>
span { border-color: #DE3096; }
span { border-color: rgb(222,48,150); }
td.TdClassName
{
border-color: #DE3096;
}
.TagClassName
{
border-color: #DE3096;
}
</style>