Shades of Deep Cerise #DE2292
Tints of Deep Cerise #DE2292
RGB
CMYK
RGB Variations
Color information
#DE2292 (or 0xDE2292) is known color: Deep Cerise. HEX triplet: DE, 22 and 92. RGB value is (222,34,146). Sum of RGB (Red+Green+Blue) = 222+34+146=402 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.22% from 402); Green value is 34 (13.67% from 255 or 8.46% from 402); Blue value is 146 (57.42% from 255 or 36.32% from 402); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2292 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE2292 is #21DD6D. Grayscale: #666666. Windows color (decimal): -2219374 or 9577182. OLE color: 9577182.
HSL color Cylindrical-coordinate representation of color #DE2292: hue angle of 324.26º 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 #DE2292 is Cyan = 0, Magento = 0.85, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 34 | 146 | - |
| CMYK | 0 | 0.85 | 0.34 | 0.13 |
| HSL | 324.26º | 0.74% | 0.5% | - |
| HSV(B) | 324.26º | 0.85% | 0.87% | - |
| XYZ | 35.88 | 18.75 | 28.92 | - |
| YUV | 102.98 | 152.28 | 212.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 34 | 146 | 0 | 0.85 | 0.34 | 0.13 | 324.26 | 0.74 | 0.5 |
| Hex | DE | 22 | 92 | 0 | 55 | 22 | D | 144 | 4A | 32 |
| Octal | 336 | 42 | 222 | 0 | 125 | 42 | 15 | 504 | 112 | 62 |
| Binary | 11011110 | 100010 | 10010010 | 0 | 1010101 | 100010 | 1101 | 101000100 | 1001010 | 110010 |
Color Harmonies of #DE2292
Complementary color
Monochromatic Colors of #DE2292
Black with #DE2292
Text Example
Text Example
White with #DE2292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2292; }
p { color: rgb(222,34,146); }
H1.HeaderClassName
{
color: #DE2292;
}
.AnyTagClassName
{
color: #DE2292;
}
</style>
background-color css
<style>
a { background-color: #DE2292; }
a { background-color: rgb(222,34,146); }
div.DivClassName
{
background-color: #DE2292;
}
.BgClassName
{
background-color: #DE2292;
}
</style>
border-color css
<style>
span { border-color: #DE2292; }
span { border-color: rgb(222,34,146); }
td.TdClassName
{
border-color: #DE2292;
}
.TagClassName
{
border-color: #DE2292;
}
</style>