Shades of Deep Cerise #DE3C7D
Tints of Deep Cerise #DE3C7D
RGB
CMYK
RGB Variations
Color information
#DE3C7D (or 0xDE3C7D) is known color: Deep Cerise. HEX triplet: DE, 3C and 7D. RGB value is (222,60,125). Sum of RGB (Red+Green+Blue) = 222+60+125=407 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.55% from 407); Green value is 60 (23.83% from 255 or 14.74% from 407); Blue value is 125 (49.22% from 255 or 30.71% from 407); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3C7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE3C7D is #21C382. Grayscale: #737373. Windows color (decimal): -2212739 or 8207582. OLE color: 8207582.
HSL color Cylindrical-coordinate representation of color #DE3C7D: hue angle of 335.93º 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 #DE3C7D is Cyan = 0, Magento = 0.73, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 60 | 125 | - |
| CMYK | 0 | 0.73 | 0.44 | 0.13 |
| HSL | 335.93º | 0.71% | 0.55% | - |
| HSV(B) | 335.93º | 0.73% | 0.87% | - |
| XYZ | 35.44 | 20.24 | 21.44 | - |
| YUV | 115.85 | 133.17 | 203.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 60 | 125 | 0 | 0.73 | 0.44 | 0.13 | 335.93 | 0.71 | 0.55 |
| Hex | DE | 3C | 7D | 0 | 49 | 2C | D | 150 | 47 | 37 |
| Octal | 336 | 74 | 175 | 0 | 111 | 54 | 15 | 520 | 107 | 67 |
| Binary | 11011110 | 111100 | 1111101 | 0 | 1001001 | 101100 | 1101 | 101010000 | 1000111 | 110111 |
Color Harmonies of #DE3C7D
Complementary color
Monochromatic Colors of #DE3C7D
Black with #DE3C7D
Text Example
Text Example
White with #DE3C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE3C7D; }
p { color: rgb(222,60,125); }
H1.HeaderClassName
{
color: #DE3C7D;
}
.AnyTagClassName
{
color: #DE3C7D;
}
</style>
background-color css
<style>
a { background-color: #DE3C7D; }
a { background-color: rgb(222,60,125); }
div.DivClassName
{
background-color: #DE3C7D;
}
.BgClassName
{
background-color: #DE3C7D;
}
</style>
border-color css
<style>
span { border-color: #DE3C7D; }
span { border-color: rgb(222,60,125); }
td.TdClassName
{
border-color: #DE3C7D;
}
.TagClassName
{
border-color: #DE3C7D;
}
</style>