Shades of Deep Cerise #DE3C86
Tints of Deep Cerise #DE3C86
RGB
CMYK
RGB Variations
Color information
#DE3C86 (or 0xDE3C86) is known color: Deep Cerise. HEX triplet: DE, 3C and 86. RGB value is (222,60,134). Sum of RGB (Red+Green+Blue) = 222+60+134=416 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.37% from 416); Green value is 60 (23.83% from 255 or 14.42% from 416); Blue value is 134 (52.73% from 255 or 32.21% from 416); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3C86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE3C86 is #21C379. Grayscale: #747474. Windows color (decimal): -2212730 or 8797406. OLE color: 8797406.
HSL color Cylindrical-coordinate representation of color #DE3C86: hue angle of 332.59º 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 #DE3C86 is Cyan = 0, Magento = 0.73, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 60 | 134 | - |
| CMYK | 0 | 0.73 | 0.40 | 0.13 |
| HSL | 332.59º | 0.71% | 0.55% | - |
| HSV(B) | 332.59º | 0.73% | 0.87% | - |
| XYZ | 36.04 | 20.48 | 24.61 | - |
| YUV | 116.87 | 137.67 | 202.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 60 | 134 | 0 | 0.73 | 0.40 | 0.13 | 332.59 | 0.71 | 0.55 |
| Hex | DE | 3C | 86 | 0 | 49 | 28 | D | 14D | 47 | 37 |
| Octal | 336 | 74 | 206 | 0 | 111 | 50 | 15 | 515 | 107 | 67 |
| Binary | 11011110 | 111100 | 10000110 | 0 | 1001001 | 101000 | 1101 | 101001101 | 1000111 | 110111 |
Color Harmonies of #DE3C86
Complementary color
Monochromatic Colors of #DE3C86
Black with #DE3C86
Text Example
Text Example
White with #DE3C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE3C86; }
p { color: rgb(222,60,134); }
H1.HeaderClassName
{
color: #DE3C86;
}
.AnyTagClassName
{
color: #DE3C86;
}
</style>
background-color css
<style>
a { background-color: #DE3C86; }
a { background-color: rgb(222,60,134); }
div.DivClassName
{
background-color: #DE3C86;
}
.BgClassName
{
background-color: #DE3C86;
}
</style>
border-color css
<style>
span { border-color: #DE3C86; }
span { border-color: rgb(222,60,134); }
td.TdClassName
{
border-color: #DE3C86;
}
.TagClassName
{
border-color: #DE3C86;
}
</style>