Shades of Deep Cerise #DE2091
Tints of Deep Cerise #DE2091
RGB
CMYK
RGB Variations
Color information
#DE2091 (or 0xDE2091) is known color: Deep Cerise. HEX triplet: DE, 20 and 91. RGB value is (222,32,145). Sum of RGB (Red+Green+Blue) = 222+32+145=399 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.64% from 399); Green value is 32 (12.89% from 255 or 8.02% from 399); Blue value is 145 (57.03% from 255 or 36.34% from 399); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2091 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE2091 is #21DF6E. Grayscale: #656565. Windows color (decimal): -2219887 or 9511134. OLE color: 9511134.
HSL color Cylindrical-coordinate representation of color #DE2091: hue angle of 324.32º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DE2091 is Cyan = 0, Magento = 0.86, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 32 | 145 | - |
| CMYK | 0 | 0.86 | 0.35 | 0.13 |
| HSL | 324.32º | 0.75% | 0.5% | - |
| HSV(B) | 324.32º | 0.86% | 0.87% | - |
| XYZ | 35.75 | 18.61 | 28.5 | - |
| YUV | 101.69 | 152.45 | 213.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 32 | 145 | 0 | 0.86 | 0.35 | 0.13 | 324.32 | 0.75 | 0.5 |
| Hex | DE | 20 | 91 | 0 | 56 | 23 | D | 144 | 4B | 32 |
| Octal | 336 | 40 | 221 | 0 | 126 | 43 | 15 | 504 | 113 | 62 |
| Binary | 11011110 | 100000 | 10010001 | 0 | 1010110 | 100011 | 1101 | 101000100 | 1001011 | 110010 |
Color Harmonies of #DE2091
Complementary color
Monochromatic Colors of #DE2091
Black with #DE2091
Text Example
Text Example
White with #DE2091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2091; }
p { color: rgb(222,32,145); }
H1.HeaderClassName
{
color: #DE2091;
}
.AnyTagClassName
{
color: #DE2091;
}
</style>
background-color css
<style>
a { background-color: #DE2091; }
a { background-color: rgb(222,32,145); }
div.DivClassName
{
background-color: #DE2091;
}
.BgClassName
{
background-color: #DE2091;
}
</style>
border-color css
<style>
span { border-color: #DE2091; }
span { border-color: rgb(222,32,145); }
td.TdClassName
{
border-color: #DE2091;
}
.TagClassName
{
border-color: #DE2091;
}
</style>