Shades of Cerise #DE375D
Tints of Cerise #DE375D
RGB
CMYK
RGB Variations
Color information
#DE375D (or 0xDE375D) is known color: Cerise. HEX triplet: DE, 37 and 5D. RGB value is (222,55,93). Sum of RGB (Red+Green+Blue) = 222+55+93=370 (49% of max value = 765). Red value is 222 (87.11% from 255 or 60% from 370); Green value is 55 (21.88% from 255 or 14.86% from 370); Blue value is 93 (36.72% from 255 or 25.14% from 370); Max value from RGB is 222 - color contains mainly: red. Hex color #DE375D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE375D is #21C8A2. Grayscale: #6D6D6D. Windows color (decimal): -2214051 or 6109150. OLE color: 6109150.
HSL color Cylindrical-coordinate representation of color #DE375D: hue angle of 346.35º 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 #DE375D is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 55 | 93 | - |
| CMYK | 0 | 0.75 | 0.58 | 0.13 |
| HSL | 346.35º | 0.72% | 0.54% | - |
| HSV(B) | 346.35º | 0.75% | 0.87% | - |
| XYZ | 33.47 | 19.05 | 12.27 | - |
| YUV | 109.27 | 118.83 | 208.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 55 | 93 | 0 | 0.75 | 0.58 | 0.13 | 346.35 | 0.72 | 0.54 |
| Hex | DE | 37 | 5D | 0 | 4B | 3A | D | 15A | 48 | 36 |
| Octal | 336 | 67 | 135 | 0 | 113 | 72 | 15 | 532 | 110 | 66 |
| Binary | 11011110 | 110111 | 1011101 | 0 | 1001011 | 111010 | 1101 | 101011010 | 1001000 | 110110 |
Color Harmonies of #DE375D
Complementary color
Monochromatic Colors of #DE375D
Black with #DE375D
Text Example
Text Example
White with #DE375D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE375D; }
p { color: rgb(222,55,93); }
H1.HeaderClassName
{
color: #DE375D;
}
.AnyTagClassName
{
color: #DE375D;
}
</style>
background-color css
<style>
a { background-color: #DE375D; }
a { background-color: rgb(222,55,93); }
div.DivClassName
{
background-color: #DE375D;
}
.BgClassName
{
background-color: #DE375D;
}
</style>
border-color css
<style>
span { border-color: #DE375D; }
span { border-color: rgb(222,55,93); }
td.TdClassName
{
border-color: #DE375D;
}
.TagClassName
{
border-color: #DE375D;
}
</style>