Shades of Deep Cerise #DE3389
Tints of Deep Cerise #DE3389
RGB
CMYK
RGB Variations
Color information
#DE3389 (or 0xDE3389) is known color: Deep Cerise. HEX triplet: DE, 33 and 89. RGB value is (222,51,137). Sum of RGB (Red+Green+Blue) = 222+51+137=410 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.15% from 410); Green value is 51 (20.31% from 255 or 12.44% from 410); Blue value is 137 (53.91% from 255 or 33.41% from 410); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3389 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE3389 is #21CC76. Grayscale: #6F6F6F. Windows color (decimal): -2215031 or 8991710. OLE color: 8991710.
HSL color Cylindrical-coordinate representation of color #DE3389: hue angle of 329.82º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DE3389 is Cyan = 0, Magento = 0.77, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 51 | 137 | - |
| CMYK | 0 | 0.77 | 0.38 | 0.13 |
| HSL | 329.82º | 0.72% | 0.54% | - |
| HSV(B) | 329.82º | 0.77% | 0.87% | - |
| XYZ | 35.82 | 19.7 | 25.58 | - |
| YUV | 111.93 | 142.15 | 206.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 51 | 137 | 0 | 0.77 | 0.38 | 0.13 | 329.82 | 0.72 | 0.54 |
| Hex | DE | 33 | 89 | 0 | 4D | 26 | D | 14A | 48 | 36 |
| Octal | 336 | 63 | 211 | 0 | 115 | 46 | 15 | 512 | 110 | 66 |
| Binary | 11011110 | 110011 | 10001001 | 0 | 1001101 | 100110 | 1101 | 101001010 | 1001000 | 110110 |
Color Harmonies of #DE3389
Complementary color
Monochromatic Colors of #DE3389
Black with #DE3389
Text Example
Text Example
White with #DE3389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE3389; }
p { color: rgb(222,51,137); }
H1.HeaderClassName
{
color: #DE3389;
}
.AnyTagClassName
{
color: #DE3389;
}
</style>
background-color css
<style>
a { background-color: #DE3389; }
a { background-color: rgb(222,51,137); }
div.DivClassName
{
background-color: #DE3389;
}
.BgClassName
{
background-color: #DE3389;
}
</style>
border-color css
<style>
span { border-color: #DE3389; }
span { border-color: rgb(222,51,137); }
td.TdClassName
{
border-color: #DE3389;
}
.TagClassName
{
border-color: #DE3389;
}
</style>