Shades of Deep Cerise #DE2C90
Tints of Deep Cerise #DE2C90
RGB
CMYK
RGB Variations
Color information
#DE2C90 (or 0xDE2C90) is known color: Deep Cerise. HEX triplet: DE, 2C and 90. RGB value is (222,44,144). Sum of RGB (Red+Green+Blue) = 222+44+144=410 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.15% from 410); Green value is 44 (17.58% from 255 or 10.73% from 410); Blue value is 144 (56.64% from 255 or 35.12% from 410); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2C90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE2C90 is #21D36F. Grayscale: #6C6C6C. Windows color (decimal): -2216816 or 9448670. OLE color: 9448670.
HSL color Cylindrical-coordinate representation of color #DE2C90: hue angle of 326.29º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DE2C90 is Cyan = 0, Magento = 0.80, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 44 | 144 | - |
| CMYK | 0 | 0.80 | 0.35 | 0.13 |
| HSL | 326.29º | 0.73% | 0.52% | - |
| HSV(B) | 326.29º | 0.8% | 0.87% | - |
| XYZ | 36.06 | 19.34 | 28.22 | - |
| YUV | 108.62 | 147.97 | 208.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 44 | 144 | 0 | 0.80 | 0.35 | 0.13 | 326.29 | 0.73 | 0.52 |
| Hex | DE | 2C | 90 | 0 | 50 | 23 | D | 146 | 49 | 34 |
| Octal | 336 | 54 | 220 | 0 | 120 | 43 | 15 | 506 | 111 | 64 |
| Binary | 11011110 | 101100 | 10010000 | 0 | 1010000 | 100011 | 1101 | 101000110 | 1001001 | 110100 |
Color Harmonies of #DE2C90
Complementary color
Monochromatic Colors of #DE2C90
Black with #DE2C90
Text Example
Text Example
White with #DE2C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2C90; }
p { color: rgb(222,44,144); }
H1.HeaderClassName
{
color: #DE2C90;
}
.AnyTagClassName
{
color: #DE2C90;
}
</style>
background-color css
<style>
a { background-color: #DE2C90; }
a { background-color: rgb(222,44,144); }
div.DivClassName
{
background-color: #DE2C90;
}
.BgClassName
{
background-color: #DE2C90;
}
</style>
border-color css
<style>
span { border-color: #DE2C90; }
span { border-color: rgb(222,44,144); }
td.TdClassName
{
border-color: #DE2C90;
}
.TagClassName
{
border-color: #DE2C90;
}
</style>