Shades of Cerise #DE376E
Tints of Cerise #DE376E
RGB
CMYK
RGB Variations
Color information
#DE376E (or 0xDE376E) is known color: Cerise. HEX triplet: DE, 37 and 6E. RGB value is (222,55,110). Sum of RGB (Red+Green+Blue) = 222+55+110=387 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.36% from 387); Green value is 55 (21.88% from 255 or 14.21% from 387); Blue value is 110 (43.36% from 255 or 28.42% from 387); Max value from RGB is 222 - color contains mainly: red. Hex color #DE376E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE376E is #21C891. Grayscale: #6F6F6F. Windows color (decimal): -2214034 or 7223262. OLE color: 7223262.
HSL color Cylindrical-coordinate representation of color #DE376E: hue angle of 340.24º 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 #DE376E is Cyan = 0, Magento = 0.75, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 55 | 110 | - |
| CMYK | 0 | 0.75 | 0.50 | 0.13 |
| HSL | 340.24º | 0.72% | 0.54% | - |
| HSV(B) | 340.24º | 0.75% | 0.87% | - |
| XYZ | 34.3 | 19.39 | 16.69 | - |
| YUV | 111.2 | 127.33 | 207.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 55 | 110 | 0 | 0.75 | 0.50 | 0.13 | 340.24 | 0.72 | 0.54 |
| Hex | DE | 37 | 6E | 0 | 4B | 32 | D | 154 | 48 | 36 |
| Octal | 336 | 67 | 156 | 0 | 113 | 62 | 15 | 524 | 110 | 66 |
| Binary | 11011110 | 110111 | 1101110 | 0 | 1001011 | 110010 | 1101 | 101010100 | 1001000 | 110110 |
Color Harmonies of #DE376E
Complementary color
Monochromatic Colors of #DE376E
Black with #DE376E
Text Example
Text Example
White with #DE376E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE376E; }
p { color: rgb(222,55,110); }
H1.HeaderClassName
{
color: #DE376E;
}
.AnyTagClassName
{
color: #DE376E;
}
</style>
background-color css
<style>
a { background-color: #DE376E; }
a { background-color: rgb(222,55,110); }
div.DivClassName
{
background-color: #DE376E;
}
.BgClassName
{
background-color: #DE376E;
}
</style>
border-color css
<style>
span { border-color: #DE376E; }
span { border-color: rgb(222,55,110); }
td.TdClassName
{
border-color: #DE376E;
}
.TagClassName
{
border-color: #DE376E;
}
</style>