Shades of Deep Cerise #DE1E97
Tints of Deep Cerise #DE1E97
RGB
CMYK
RGB Variations
Color information
#DE1E97 (or 0xDE1E97) is known color: Deep Cerise. HEX triplet: DE, 1E and 97. RGB value is (222,30,151). Sum of RGB (Red+Green+Blue) = 222+30+151=403 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.09% from 403); Green value is 30 (12.11% from 255 or 7.44% from 403); Blue value is 151 (59.38% from 255 or 37.47% from 403); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1E97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE1E97 is #21E168. Grayscale: #646464. Windows color (decimal): -2220393 or 9903838. OLE color: 9903838.
HSL color Cylindrical-coordinate representation of color #DE1E97: hue angle of 322.19º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DE1E97 is Cyan = 0, Magento = 0.86, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 30 | 151 | - |
| CMYK | 0 | 0.86 | 0.32 | 0.13 |
| HSL | 322.19º | 0.76% | 0.49% | - |
| HSV(B) | 322.19º | 0.86% | 0.87% | - |
| XYZ | 36.17 | 18.69 | 30.98 | - |
| YUV | 101.2 | 156.11 | 214.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 30 | 151 | 0 | 0.86 | 0.32 | 0.13 | 322.19 | 0.76 | 0.49 |
| Hex | DE | 1E | 97 | 0 | 56 | 20 | D | 142 | 4C | 31 |
| Octal | 336 | 36 | 227 | 0 | 126 | 40 | 15 | 502 | 114 | 61 |
| Binary | 11011110 | 11110 | 10010111 | 0 | 1010110 | 100000 | 1101 | 101000010 | 1001100 | 110001 |
Color Harmonies of #DE1E97
Complementary color
Monochromatic Colors of #DE1E97
Black with #DE1E97
Text Example
Text Example
White with #DE1E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1E97; }
p { color: rgb(222,30,151); }
H1.HeaderClassName
{
color: #DE1E97;
}
.AnyTagClassName
{
color: #DE1E97;
}
</style>
background-color css
<style>
a { background-color: #DE1E97; }
a { background-color: rgb(222,30,151); }
div.DivClassName
{
background-color: #DE1E97;
}
.BgClassName
{
background-color: #DE1E97;
}
</style>
border-color css
<style>
span { border-color: #DE1E97; }
span { border-color: rgb(222,30,151); }
td.TdClassName
{
border-color: #DE1E97;
}
.TagClassName
{
border-color: #DE1E97;
}
</style>