Shades of Deep Cerise #DE3E81
Tints of Deep Cerise #DE3E81
RGB
CMYK
RGB Variations
Color information
#DE3E81 (or 0xDE3E81) is known color: Deep Cerise. HEX triplet: DE, 3E and 81. RGB value is (222,62,129). Sum of RGB (Red+Green+Blue) = 222+62+129=413 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.75% from 413); Green value is 62 (24.61% from 255 or 15.01% from 413); Blue value is 129 (50.78% from 255 or 31.23% from 413); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3E81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE3E81 is #21C17E. Grayscale: #757575. Windows color (decimal): -2212223 or 8470238. OLE color: 8470238.
HSL color Cylindrical-coordinate representation of color #DE3E81: hue angle of 334.88º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DE3E81 is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 62 | 129 | - |
| CMYK | 0 | 0.72 | 0.42 | 0.13 |
| HSL | 334.88º | 0.71% | 0.56% | - |
| HSV(B) | 334.88º | 0.72% | 0.87% | - |
| XYZ | 35.81 | 20.56 | 22.85 | - |
| YUV | 117.48 | 134.51 | 202.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 62 | 129 | 0 | 0.72 | 0.42 | 0.13 | 334.88 | 0.71 | 0.56 |
| Hex | DE | 3E | 81 | 0 | 48 | 2A | D | 14F | 47 | 38 |
| Octal | 336 | 76 | 201 | 0 | 110 | 52 | 15 | 517 | 107 | 70 |
| Binary | 11011110 | 111110 | 10000001 | 0 | 1001000 | 101010 | 1101 | 101001111 | 1000111 | 111000 |
Color Harmonies of #DE3E81
Complementary color
Monochromatic Colors of #DE3E81
Black with #DE3E81
Text Example
Text Example
White with #DE3E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE3E81; }
p { color: rgb(222,62,129); }
H1.HeaderClassName
{
color: #DE3E81;
}
.AnyTagClassName
{
color: #DE3E81;
}
</style>
background-color css
<style>
a { background-color: #DE3E81; }
a { background-color: rgb(222,62,129); }
div.DivClassName
{
background-color: #DE3E81;
}
.BgClassName
{
background-color: #DE3E81;
}
</style>
border-color css
<style>
span { border-color: #DE3E81; }
span { border-color: rgb(222,62,129); }
td.TdClassName
{
border-color: #DE3E81;
}
.TagClassName
{
border-color: #DE3E81;
}
</style>