Shades of Deep Cerise #DE378D
Tints of Deep Cerise #DE378D
RGB
CMYK
RGB Variations
Color information
#DE378D (or 0xDE378D) is known color: Deep Cerise. HEX triplet: DE, 37 and 8D. RGB value is (222,55,141). Sum of RGB (Red+Green+Blue) = 222+55+141=418 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.11% from 418); Green value is 55 (21.88% from 255 or 13.16% from 418); Blue value is 141 (55.47% from 255 or 33.73% from 418); Max value from RGB is 222 - color contains mainly: red. Hex color #DE378D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE378D is #21C872. Grayscale: #727272. Windows color (decimal): -2214003 or 9254878. OLE color: 9254878.
HSL color Cylindrical-coordinate representation of color #DE378D: hue angle of 329.1º 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 #DE378D is Cyan = 0, Magento = 0.75, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 55 | 141 | - |
| CMYK | 0 | 0.75 | 0.36 | 0.13 |
| HSL | 329.1º | 0.72% | 0.54% | - |
| HSV(B) | 329.1º | 0.75% | 0.87% | - |
| XYZ | 36.3 | 20.19 | 27.18 | - |
| YUV | 114.74 | 142.83 | 204.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 55 | 141 | 0 | 0.75 | 0.36 | 0.13 | 329.1 | 0.72 | 0.54 |
| Hex | DE | 37 | 8D | 0 | 4B | 24 | D | 149 | 48 | 36 |
| Octal | 336 | 67 | 215 | 0 | 113 | 44 | 15 | 511 | 110 | 66 |
| Binary | 11011110 | 110111 | 10001101 | 0 | 1001011 | 100100 | 1101 | 101001001 | 1001000 | 110110 |
Color Harmonies of #DE378D
Complementary color
Monochromatic Colors of #DE378D
Black with #DE378D
Text Example
Text Example
White with #DE378D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE378D; }
p { color: rgb(222,55,141); }
H1.HeaderClassName
{
color: #DE378D;
}
.AnyTagClassName
{
color: #DE378D;
}
</style>
background-color css
<style>
a { background-color: #DE378D; }
a { background-color: rgb(222,55,141); }
div.DivClassName
{
background-color: #DE378D;
}
.BgClassName
{
background-color: #DE378D;
}
</style>
border-color css
<style>
span { border-color: #DE378D; }
span { border-color: rgb(222,55,141); }
td.TdClassName
{
border-color: #DE378D;
}
.TagClassName
{
border-color: #DE378D;
}
</style>