Shades of Cerise #DE3C5D
Tints of Cerise #DE3C5D
RGB
CMYK
RGB Variations
Color information
#DE3C5D (or 0xDE3C5D) is known color: Cerise. HEX triplet: DE, 3C and 5D. RGB value is (222,60,93). Sum of RGB (Red+Green+Blue) = 222+60+93=375 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.2% from 375); Green value is 60 (23.83% from 255 or 16% from 375); Blue value is 93 (36.72% from 255 or 24.8% from 375); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3C5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE3C5D is #21C3A2. Grayscale: #707070. Windows color (decimal): -2212771 or 6110430. OLE color: 6110430.
HSL color Cylindrical-coordinate representation of color #DE3C5D: hue angle of 347.78º 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 #DE3C5D is Cyan = 0, Magento = 0.73, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 60 | 93 | - |
| CMYK | 0 | 0.73 | 0.58 | 0.13 |
| HSL | 347.78º | 0.71% | 0.55% | - |
| HSV(B) | 347.78º | 0.73% | 0.87% | - |
| XYZ | 33.72 | 19.55 | 12.35 | - |
| YUV | 112.2 | 117.17 | 206.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 60 | 93 | 0 | 0.73 | 0.58 | 0.13 | 347.78 | 0.71 | 0.55 |
| Hex | DE | 3C | 5D | 0 | 49 | 3A | D | 15C | 47 | 37 |
| Octal | 336 | 74 | 135 | 0 | 111 | 72 | 15 | 534 | 107 | 67 |
| Binary | 11011110 | 111100 | 1011101 | 0 | 1001001 | 111010 | 1101 | 101011100 | 1000111 | 110111 |
Color Harmonies of #DE3C5D
Complementary color
Monochromatic Colors of #DE3C5D
Black with #DE3C5D
Text Example
Text Example
White with #DE3C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE3C5D; }
p { color: rgb(222,60,93); }
H1.HeaderClassName
{
color: #DE3C5D;
}
.AnyTagClassName
{
color: #DE3C5D;
}
</style>
background-color css
<style>
a { background-color: #DE3C5D; }
a { background-color: rgb(222,60,93); }
div.DivClassName
{
background-color: #DE3C5D;
}
.BgClassName
{
background-color: #DE3C5D;
}
</style>
border-color css
<style>
span { border-color: #DE3C5D; }
span { border-color: rgb(222,60,93); }
td.TdClassName
{
border-color: #DE3C5D;
}
.TagClassName
{
border-color: #DE3C5D;
}
</style>