Shades of Cerise #DE376C
Tints of Cerise #DE376C
RGB
CMYK
RGB Variations
Color information
#DE376C (or 0xDE376C) is known color: Cerise. HEX triplet: DE, 37 and 6C. RGB value is (222,55,108). Sum of RGB (Red+Green+Blue) = 222+55+108=385 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.66% from 385); Green value is 55 (21.88% from 255 or 14.29% from 385); Blue value is 108 (42.58% from 255 or 28.05% from 385); Max value from RGB is 222 - color contains mainly: red. Hex color #DE376C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE376C is #21C893. Grayscale: #6E6E6E. Windows color (decimal): -2214036 or 7092190. OLE color: 7092190.
HSL color Cylindrical-coordinate representation of color #DE376C: hue angle of 340.96º 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 #DE376C is Cyan = 0, Magento = 0.75, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 55 | 108 | - |
| CMYK | 0 | 0.75 | 0.51 | 0.13 |
| HSL | 340.96º | 0.72% | 0.54% | - |
| HSV(B) | 340.96º | 0.75% | 0.87% | - |
| XYZ | 34.2 | 19.34 | 16.12 | - |
| YUV | 110.98 | 126.33 | 207.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 55 | 108 | 0 | 0.75 | 0.51 | 0.13 | 340.96 | 0.72 | 0.54 |
| Hex | DE | 37 | 6C | 0 | 4B | 33 | D | 155 | 48 | 36 |
| Octal | 336 | 67 | 154 | 0 | 113 | 63 | 15 | 525 | 110 | 66 |
| Binary | 11011110 | 110111 | 1101100 | 0 | 1001011 | 110011 | 1101 | 101010101 | 1001000 | 110110 |
Color Harmonies of #DE376C
Complementary color
Monochromatic Colors of #DE376C
Black with #DE376C
Text Example
Text Example
White with #DE376C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE376C; }
p { color: rgb(222,55,108); }
H1.HeaderClassName
{
color: #DE376C;
}
.AnyTagClassName
{
color: #DE376C;
}
</style>
background-color css
<style>
a { background-color: #DE376C; }
a { background-color: rgb(222,55,108); }
div.DivClassName
{
background-color: #DE376C;
}
.BgClassName
{
background-color: #DE376C;
}
</style>
border-color css
<style>
span { border-color: #DE376C; }
span { border-color: rgb(222,55,108); }
td.TdClassName
{
border-color: #DE376C;
}
.TagClassName
{
border-color: #DE376C;
}
</style>