Shades of Deep Cerise #DE4896
Tints of Deep Cerise #DE4896
RGB
CMYK
RGB Variations
Color information
#DE4896 (or 0xDE4896) is known color: Deep Cerise. HEX triplet: DE, 48 and 96. RGB value is (222,72,150). Sum of RGB (Red+Green+Blue) = 222+72+150=444 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50% from 444); Green value is 72 (28.52% from 255 or 16.22% from 444); Blue value is 150 (58.98% from 255 or 33.78% from 444); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4896 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE4896 is #21B769. Grayscale: #7D7D7D. Windows color (decimal): -2209642 or 9849054. OLE color: 9849054.
HSL color Cylindrical-coordinate representation of color #DE4896: hue angle of 328.8º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DE4896 is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 72 | 150 | - |
| CMYK | 0 | 0.68 | 0.32 | 0.13 |
| HSL | 328.8º | 0.69% | 0.58% | - |
| HSV(B) | 328.8º | 0.68% | 0.87% | - |
| XYZ | 37.95 | 22.37 | 31.17 | - |
| YUV | 125.74 | 141.7 | 196.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 72 | 150 | 0 | 0.68 | 0.32 | 0.13 | 328.8 | 0.69 | 0.58 |
| Hex | DE | 48 | 96 | 0 | 44 | 20 | D | 149 | 45 | 3A |
| Octal | 336 | 110 | 226 | 0 | 104 | 40 | 15 | 511 | 105 | 72 |
| Binary | 11011110 | 1001000 | 10010110 | 0 | 1000100 | 100000 | 1101 | 101001001 | 1000101 | 111010 |
Color Harmonies of #DE4896
Complementary color
Monochromatic Colors of #DE4896
Black with #DE4896
Text Example
Text Example
White with #DE4896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4896; }
p { color: rgb(222,72,150); }
H1.HeaderClassName
{
color: #DE4896;
}
.AnyTagClassName
{
color: #DE4896;
}
</style>
background-color css
<style>
a { background-color: #DE4896; }
a { background-color: rgb(222,72,150); }
div.DivClassName
{
background-color: #DE4896;
}
.BgClassName
{
background-color: #DE4896;
}
</style>
border-color css
<style>
span { border-color: #DE4896; }
span { border-color: rgb(222,72,150); }
td.TdClassName
{
border-color: #DE4896;
}
.TagClassName
{
border-color: #DE4896;
}
</style>