Shades of Deep Cerise #DE4389
Tints of Deep Cerise #DE4389
RGB
CMYK
RGB Variations
Color information
#DE4389 (or 0xDE4389) is known color: Deep Cerise. HEX triplet: DE, 43 and 89. RGB value is (222,67,137). Sum of RGB (Red+Green+Blue) = 222+67+137=426 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.11% from 426); Green value is 67 (26.56% from 255 or 15.73% from 426); Blue value is 137 (53.91% from 255 or 32.16% from 426); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4389 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE4389 is #21BC76. Grayscale: #797979. Windows color (decimal): -2210935 or 8995806. OLE color: 8995806.
HSL color Cylindrical-coordinate representation of color #DE4389: hue angle of 332.9º 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 #DE4389 is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 67 | 137 | - |
| CMYK | 0 | 0.70 | 0.38 | 0.13 |
| HSL | 332.9º | 0.7% | 0.57% | - |
| HSV(B) | 332.9º | 0.7% | 0.87% | - |
| XYZ | 36.65 | 21.35 | 25.86 | - |
| YUV | 121.33 | 136.85 | 199.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 67 | 137 | 0 | 0.70 | 0.38 | 0.13 | 332.9 | 0.7 | 0.57 |
| Hex | DE | 43 | 89 | 0 | 46 | 26 | D | 14D | 46 | 39 |
| Octal | 336 | 103 | 211 | 0 | 106 | 46 | 15 | 515 | 106 | 71 |
| Binary | 11011110 | 1000011 | 10001001 | 0 | 1000110 | 100110 | 1101 | 101001101 | 1000110 | 111001 |
Color Harmonies of #DE4389
Complementary color
Monochromatic Colors of #DE4389
Black with #DE4389
Text Example
Text Example
White with #DE4389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4389; }
p { color: rgb(222,67,137); }
H1.HeaderClassName
{
color: #DE4389;
}
.AnyTagClassName
{
color: #DE4389;
}
</style>
background-color css
<style>
a { background-color: #DE4389; }
a { background-color: rgb(222,67,137); }
div.DivClassName
{
background-color: #DE4389;
}
.BgClassName
{
background-color: #DE4389;
}
</style>
border-color css
<style>
span { border-color: #DE4389; }
span { border-color: rgb(222,67,137); }
td.TdClassName
{
border-color: #DE4389;
}
.TagClassName
{
border-color: #DE4389;
}
</style>