Shades of Deep Cerise #DE3C88
Tints of Deep Cerise #DE3C88
RGB
CMYK
RGB Variations
Color information
#DE3C88 (or 0xDE3C88) is known color: Deep Cerise. HEX triplet: DE, 3C and 88. RGB value is (222,60,136). Sum of RGB (Red+Green+Blue) = 222+60+136=418 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.11% from 418); Green value is 60 (23.83% from 255 or 14.35% from 418); Blue value is 136 (53.52% from 255 or 32.54% from 418); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3C88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE3C88 is #21C377. Grayscale: #747474. Windows color (decimal): -2212728 or 8928478. OLE color: 8928478.
HSL color Cylindrical-coordinate representation of color #DE3C88: hue angle of 331.85º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DE3C88 is Cyan = 0, Magento = 0.73, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 60 | 136 | - |
| CMYK | 0 | 0.73 | 0.39 | 0.13 |
| HSL | 331.85º | 0.71% | 0.55% | - |
| HSV(B) | 331.85º | 0.73% | 0.87% | - |
| XYZ | 36.18 | 20.54 | 25.35 | - |
| YUV | 117.1 | 138.67 | 202.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 60 | 136 | 0 | 0.73 | 0.39 | 0.13 | 331.85 | 0.71 | 0.55 |
| Hex | DE | 3C | 88 | 0 | 49 | 27 | D | 14C | 47 | 37 |
| Octal | 336 | 74 | 210 | 0 | 111 | 47 | 15 | 514 | 107 | 67 |
| Binary | 11011110 | 111100 | 10001000 | 0 | 1001001 | 100111 | 1101 | 101001100 | 1000111 | 110111 |
Color Harmonies of #DE3C88
Complementary color
Monochromatic Colors of #DE3C88
Black with #DE3C88
Text Example
Text Example
White with #DE3C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE3C88; }
p { color: rgb(222,60,136); }
H1.HeaderClassName
{
color: #DE3C88;
}
.AnyTagClassName
{
color: #DE3C88;
}
</style>
background-color css
<style>
a { background-color: #DE3C88; }
a { background-color: rgb(222,60,136); }
div.DivClassName
{
background-color: #DE3C88;
}
.BgClassName
{
background-color: #DE3C88;
}
</style>
border-color css
<style>
span { border-color: #DE3C88; }
span { border-color: rgb(222,60,136); }
td.TdClassName
{
border-color: #DE3C88;
}
.TagClassName
{
border-color: #DE3C88;
}
</style>