Shades of Deep Cerise #DE4392
Tints of Deep Cerise #DE4392
RGB
CMYK
RGB Variations
Color information
#DE4392 (or 0xDE4392) is known color: Deep Cerise. HEX triplet: DE, 43 and 92. RGB value is (222,67,146). Sum of RGB (Red+Green+Blue) = 222+67+146=435 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.03% from 435); Green value is 67 (26.56% from 255 or 15.40% from 435); Blue value is 146 (57.42% from 255 or 33.56% from 435); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4392 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE4392 is #21BC6D. Grayscale: #7A7A7A. Windows color (decimal): -2210926 or 9585630. OLE color: 9585630.
HSL color Cylindrical-coordinate representation of color #DE4392: hue angle of 329.42º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DE4392 is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 67 | 146 | - |
| CMYK | 0 | 0.70 | 0.34 | 0.13 |
| HSL | 329.42º | 0.7% | 0.57% | - |
| HSV(B) | 329.42º | 0.7% | 0.87% | - |
| XYZ | 37.32 | 21.62 | 29.4 | - |
| YUV | 122.35 | 141.35 | 199.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 67 | 146 | 0 | 0.70 | 0.34 | 0.13 | 329.42 | 0.7 | 0.57 |
| Hex | DE | 43 | 92 | 0 | 46 | 22 | D | 149 | 46 | 39 |
| Octal | 336 | 103 | 222 | 0 | 106 | 42 | 15 | 511 | 106 | 71 |
| Binary | 11011110 | 1000011 | 10010010 | 0 | 1000110 | 100010 | 1101 | 101001001 | 1000110 | 111001 |
Color Harmonies of #DE4392
Complementary color
Monochromatic Colors of #DE4392
Black with #DE4392
Text Example
Text Example
White with #DE4392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4392; }
p { color: rgb(222,67,146); }
H1.HeaderClassName
{
color: #DE4392;
}
.AnyTagClassName
{
color: #DE4392;
}
</style>
background-color css
<style>
a { background-color: #DE4392; }
a { background-color: rgb(222,67,146); }
div.DivClassName
{
background-color: #DE4392;
}
.BgClassName
{
background-color: #DE4392;
}
</style>
border-color css
<style>
span { border-color: #DE4392; }
span { border-color: rgb(222,67,146); }
td.TdClassName
{
border-color: #DE4392;
}
.TagClassName
{
border-color: #DE4392;
}
</style>