Shades of Cerise #DE375B
Tints of Cerise #DE375B
RGB
CMYK
RGB Variations
Color information
#DE375B (or 0xDE375B) is known color: Cerise. HEX triplet: DE, 37 and 5B. RGB value is (222,55,91). Sum of RGB (Red+Green+Blue) = 222+55+91=368 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.33% from 368); Green value is 55 (21.88% from 255 or 14.95% from 368); Blue value is 91 (35.94% from 255 or 24.73% from 368); Max value from RGB is 222 - color contains mainly: red. Hex color #DE375B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE375B is #21C8A4. Grayscale: #6D6D6D. Windows color (decimal): -2214053 or 5978078. OLE color: 5978078.
HSL color Cylindrical-coordinate representation of color #DE375B: hue angle of 347.07º 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 #DE375B is Cyan = 0, Magento = 0.75, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 55 | 91 | - |
| CMYK | 0 | 0.75 | 0.59 | 0.13 |
| HSL | 347.07º | 0.72% | 0.54% | - |
| HSV(B) | 347.07º | 0.75% | 0.87% | - |
| XYZ | 33.38 | 19.02 | 11.81 | - |
| YUV | 109.04 | 117.83 | 208.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 55 | 91 | 0 | 0.75 | 0.59 | 0.13 | 347.07 | 0.72 | 0.54 |
| Hex | DE | 37 | 5B | 0 | 4B | 3B | D | 15B | 48 | 36 |
| Octal | 336 | 67 | 133 | 0 | 113 | 73 | 15 | 533 | 110 | 66 |
| Binary | 11011110 | 110111 | 1011011 | 0 | 1001011 | 111011 | 1101 | 101011011 | 1001000 | 110110 |
Color Harmonies of #DE375B
Complementary color
Monochromatic Colors of #DE375B
Black with #DE375B
Text Example
Text Example
White with #DE375B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE375B; }
p { color: rgb(222,55,91); }
H1.HeaderClassName
{
color: #DE375B;
}
.AnyTagClassName
{
color: #DE375B;
}
</style>
background-color css
<style>
a { background-color: #DE375B; }
a { background-color: rgb(222,55,91); }
div.DivClassName
{
background-color: #DE375B;
}
.BgClassName
{
background-color: #DE375B;
}
</style>
border-color css
<style>
span { border-color: #DE375B; }
span { border-color: rgb(222,55,91); }
td.TdClassName
{
border-color: #DE375B;
}
.TagClassName
{
border-color: #DE375B;
}
</style>