Shades of Cerise #DE3770
Tints of Cerise #DE3770
RGB
CMYK
RGB Variations
Color information
#DE3770 (or 0xDE3770) is known color: Cerise. HEX triplet: DE, 37 and 70. RGB value is (222,55,112). Sum of RGB (Red+Green+Blue) = 222+55+112=389 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.07% from 389); Green value is 55 (21.88% from 255 or 14.14% from 389); Blue value is 112 (44.14% from 255 or 28.79% from 389); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3770 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE3770 is #21C88F. Grayscale: #6F6F6F. Windows color (decimal): -2214032 or 7354334. OLE color: 7354334.
HSL color Cylindrical-coordinate representation of color #DE3770: hue angle of 339.52º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DE3770 is Cyan = 0, Magento = 0.75, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 55 | 112 | - |
| CMYK | 0 | 0.75 | 0.50 | 0.13 |
| HSL | 339.52º | 0.72% | 0.54% | - |
| HSV(B) | 339.52º | 0.75% | 0.87% | - |
| XYZ | 34.42 | 19.43 | 17.27 | - |
| YUV | 111.43 | 128.33 | 206.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 55 | 112 | 0 | 0.75 | 0.50 | 0.13 | 339.52 | 0.72 | 0.54 |
| Hex | DE | 37 | 70 | 0 | 4B | 32 | D | 154 | 48 | 36 |
| Octal | 336 | 67 | 160 | 0 | 113 | 62 | 15 | 524 | 110 | 66 |
| Binary | 11011110 | 110111 | 1110000 | 0 | 1001011 | 110010 | 1101 | 101010100 | 1001000 | 110110 |
Color Harmonies of #DE3770
Complementary color
Monochromatic Colors of #DE3770
Black with #DE3770
Text Example
Text Example
White with #DE3770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE3770; }
p { color: rgb(222,55,112); }
H1.HeaderClassName
{
color: #DE3770;
}
.AnyTagClassName
{
color: #DE3770;
}
</style>
background-color css
<style>
a { background-color: #DE3770; }
a { background-color: rgb(222,55,112); }
div.DivClassName
{
background-color: #DE3770;
}
.BgClassName
{
background-color: #DE3770;
}
</style>
border-color css
<style>
span { border-color: #DE3770; }
span { border-color: rgb(222,55,112); }
td.TdClassName
{
border-color: #DE3770;
}
.TagClassName
{
border-color: #DE3770;
}
</style>