Shades of Deep Cerise #DE2191
Tints of Deep Cerise #DE2191
RGB
CMYK
RGB Variations
Color information
#DE2191 (or 0xDE2191) is known color: Deep Cerise. HEX triplet: DE, 21 and 91. RGB value is (222,33,145). Sum of RGB (Red+Green+Blue) = 222+33+145=400 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.5% from 400); Green value is 33 (13.28% from 255 or 8.25% from 400); Blue value is 145 (57.03% from 255 or 36.25% from 400); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2191 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE2191 is #21DE6E. Grayscale: #666666. Windows color (decimal): -2219631 or 9511390. OLE color: 9511390.
HSL color Cylindrical-coordinate representation of color #DE2191: hue angle of 324.44º 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 #DE2191 is Cyan = 0, Magento = 0.85, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 33 | 145 | - |
| CMYK | 0 | 0.85 | 0.35 | 0.13 |
| HSL | 324.44º | 0.74% | 0.5% | - |
| HSV(B) | 324.44º | 0.85% | 0.87% | - |
| XYZ | 35.78 | 18.66 | 28.5 | - |
| YUV | 102.28 | 152.12 | 213.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 33 | 145 | 0 | 0.85 | 0.35 | 0.13 | 324.44 | 0.74 | 0.5 |
| Hex | DE | 21 | 91 | 0 | 55 | 23 | D | 144 | 4A | 32 |
| Octal | 336 | 41 | 221 | 0 | 125 | 43 | 15 | 504 | 112 | 62 |
| Binary | 11011110 | 100001 | 10010001 | 0 | 1010101 | 100011 | 1101 | 101000100 | 1001010 | 110010 |
Color Harmonies of #DE2191
Complementary color
Monochromatic Colors of #DE2191
Black with #DE2191
Text Example
Text Example
White with #DE2191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2191; }
p { color: rgb(222,33,145); }
H1.HeaderClassName
{
color: #DE2191;
}
.AnyTagClassName
{
color: #DE2191;
}
</style>
background-color css
<style>
a { background-color: #DE2191; }
a { background-color: rgb(222,33,145); }
div.DivClassName
{
background-color: #DE2191;
}
.BgClassName
{
background-color: #DE2191;
}
</style>
border-color css
<style>
span { border-color: #DE2191; }
span { border-color: rgb(222,33,145); }
td.TdClassName
{
border-color: #DE2191;
}
.TagClassName
{
border-color: #DE2191;
}
</style>