Shades of Deep Cerise #DE369E
Tints of Deep Cerise #DE369E
RGB
CMYK
RGB Variations
Color information
#DE369E (or 0xDE369E) is known color: Deep Cerise. HEX triplet: DE, 36 and 9E. RGB value is (222,54,158). Sum of RGB (Red+Green+Blue) = 222+54+158=434 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.15% from 434); Green value is 54 (21.48% from 255 or 12.44% from 434); Blue value is 158 (62.11% from 255 or 36.41% from 434); Max value from RGB is 222 - color contains mainly: red. Hex color #DE369E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE369E is #21C961. Grayscale: #737373. Windows color (decimal): -2214242 or 10368734. OLE color: 10368734.
HSL color Cylindrical-coordinate representation of color #DE369E: hue angle of 322.86º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DE369E is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 54 | 158 | - |
| CMYK | 0 | 0.76 | 0.29 | 0.13 |
| HSL | 322.86º | 0.72% | 0.54% | - |
| HSV(B) | 322.86º | 0.76% | 0.87% | - |
| XYZ | 37.61 | 20.64 | 34.35 | - |
| YUV | 116.09 | 151.66 | 203.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 54 | 158 | 0 | 0.76 | 0.29 | 0.13 | 322.86 | 0.72 | 0.54 |
| Hex | DE | 36 | 9E | 0 | 4C | 1D | D | 143 | 48 | 36 |
| Octal | 336 | 66 | 236 | 0 | 114 | 35 | 15 | 503 | 110 | 66 |
| Binary | 11011110 | 110110 | 10011110 | 0 | 1001100 | 11101 | 1101 | 101000011 | 1001000 | 110110 |
Color Harmonies of #DE369E
Complementary color
Monochromatic Colors of #DE369E
Black with #DE369E
Text Example
Text Example
White with #DE369E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE369E; }
p { color: rgb(222,54,158); }
H1.HeaderClassName
{
color: #DE369E;
}
.AnyTagClassName
{
color: #DE369E;
}
</style>
background-color css
<style>
a { background-color: #DE369E; }
a { background-color: rgb(222,54,158); }
div.DivClassName
{
background-color: #DE369E;
}
.BgClassName
{
background-color: #DE369E;
}
</style>
border-color css
<style>
span { border-color: #DE369E; }
span { border-color: rgb(222,54,158); }
td.TdClassName
{
border-color: #DE369E;
}
.TagClassName
{
border-color: #DE369E;
}
</style>