Shades of Deep Cerise #DE2192
Tints of Deep Cerise #DE2192
RGB
CMYK
RGB Variations
Color information
#DE2192 (or 0xDE2192) is known color: Deep Cerise. HEX triplet: DE, 21 and 92. RGB value is (222,33,146). Sum of RGB (Red+Green+Blue) = 222+33+146=401 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.36% from 401); Green value is 33 (13.28% from 255 or 8.23% from 401); Blue value is 146 (57.42% from 255 or 36.41% from 401); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2192 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE2192 is #21DE6D. Grayscale: #666666. Windows color (decimal): -2219630 or 9576926. OLE color: 9576926.
HSL color Cylindrical-coordinate representation of color #DE2192: hue angle of 324.13º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DE2192 is Cyan = 0, Magento = 0.85, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 33 | 146 | - |
| CMYK | 0 | 0.85 | 0.34 | 0.13 |
| HSL | 324.13º | 0.74% | 0.5% | - |
| HSV(B) | 324.13º | 0.85% | 0.87% | - |
| XYZ | 35.86 | 18.69 | 28.91 | - |
| YUV | 102.39 | 152.62 | 213.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 33 | 146 | 0 | 0.85 | 0.34 | 0.13 | 324.13 | 0.74 | 0.5 |
| Hex | DE | 21 | 92 | 0 | 55 | 22 | D | 144 | 4A | 32 |
| Octal | 336 | 41 | 222 | 0 | 125 | 42 | 15 | 504 | 112 | 62 |
| Binary | 11011110 | 100001 | 10010010 | 0 | 1010101 | 100010 | 1101 | 101000100 | 1001010 | 110010 |
Color Harmonies of #DE2192
Complementary color
Monochromatic Colors of #DE2192
Black with #DE2192
Text Example
Text Example
White with #DE2192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2192; }
p { color: rgb(222,33,146); }
H1.HeaderClassName
{
color: #DE2192;
}
.AnyTagClassName
{
color: #DE2192;
}
</style>
background-color css
<style>
a { background-color: #DE2192; }
a { background-color: rgb(222,33,146); }
div.DivClassName
{
background-color: #DE2192;
}
.BgClassName
{
background-color: #DE2192;
}
</style>
border-color css
<style>
span { border-color: #DE2192; }
span { border-color: rgb(222,33,146); }
td.TdClassName
{
border-color: #DE2192;
}
.TagClassName
{
border-color: #DE2192;
}
</style>