Shades of Deep Cerise #DE3E7C
Tints of Deep Cerise #DE3E7C
RGB
CMYK
RGB Variations
Color information
#DE3E7C (or 0xDE3E7C) is known color: Deep Cerise. HEX triplet: DE, 3E and 7C. RGB value is (222,62,124). Sum of RGB (Red+Green+Blue) = 222+62+124=408 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.41% from 408); Green value is 62 (24.61% from 255 or 15.20% from 408); Blue value is 124 (48.83% from 255 or 30.39% from 408); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3E7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE3E7C is #21C183. Grayscale: #747474. Windows color (decimal): -2212228 or 8142558. OLE color: 8142558.
HSL color Cylindrical-coordinate representation of color #DE3E7C: hue angle of 336.75º 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 #DE3E7C is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 62 | 124 | - |
| CMYK | 0 | 0.72 | 0.44 | 0.13 |
| HSL | 336.75º | 0.71% | 0.56% | - |
| HSV(B) | 336.75º | 0.72% | 0.87% | - |
| XYZ | 35.48 | 20.43 | 21.14 | - |
| YUV | 116.91 | 132.01 | 202.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 62 | 124 | 0 | 0.72 | 0.44 | 0.13 | 336.75 | 0.71 | 0.56 |
| Hex | DE | 3E | 7C | 0 | 48 | 2C | D | 151 | 47 | 38 |
| Octal | 336 | 76 | 174 | 0 | 110 | 54 | 15 | 521 | 107 | 70 |
| Binary | 11011110 | 111110 | 1111100 | 0 | 1001000 | 101100 | 1101 | 101010001 | 1000111 | 111000 |
Color Harmonies of #DE3E7C
Complementary color
Monochromatic Colors of #DE3E7C
Black with #DE3E7C
Text Example
Text Example
White with #DE3E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE3E7C; }
p { color: rgb(222,62,124); }
H1.HeaderClassName
{
color: #DE3E7C;
}
.AnyTagClassName
{
color: #DE3E7C;
}
</style>
background-color css
<style>
a { background-color: #DE3E7C; }
a { background-color: rgb(222,62,124); }
div.DivClassName
{
background-color: #DE3E7C;
}
.BgClassName
{
background-color: #DE3E7C;
}
</style>
border-color css
<style>
span { border-color: #DE3E7C; }
span { border-color: rgb(222,62,124); }
td.TdClassName
{
border-color: #DE3E7C;
}
.TagClassName
{
border-color: #DE3E7C;
}
</style>