Shades of Deep Cerise #DE378B
Tints of Deep Cerise #DE378B
RGB
CMYK
RGB Variations
Color information
#DE378B (or 0xDE378B) is known color: Deep Cerise. HEX triplet: DE, 37 and 8B. RGB value is (222,55,139). Sum of RGB (Red+Green+Blue) = 222+55+139=416 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.37% from 416); Green value is 55 (21.88% from 255 or 13.22% from 416); Blue value is 139 (54.69% from 255 or 33.41% from 416); Max value from RGB is 222 - color contains mainly: red. Hex color #DE378B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE378B is #21C874. Grayscale: #727272. Windows color (decimal): -2214005 or 9123806. OLE color: 9123806.
HSL color Cylindrical-coordinate representation of color #DE378B: hue angle of 329.82º 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 #DE378B is Cyan = 0, Magento = 0.75, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 55 | 139 | - |
| CMYK | 0 | 0.75 | 0.37 | 0.13 |
| HSL | 329.82º | 0.72% | 0.54% | - |
| HSV(B) | 329.82º | 0.75% | 0.87% | - |
| XYZ | 36.15 | 20.13 | 26.41 | - |
| YUV | 114.51 | 141.83 | 204.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 55 | 139 | 0 | 0.75 | 0.37 | 0.13 | 329.82 | 0.72 | 0.54 |
| Hex | DE | 37 | 8B | 0 | 4B | 25 | D | 14A | 48 | 36 |
| Octal | 336 | 67 | 213 | 0 | 113 | 45 | 15 | 512 | 110 | 66 |
| Binary | 11011110 | 110111 | 10001011 | 0 | 1001011 | 100101 | 1101 | 101001010 | 1001000 | 110110 |
Color Harmonies of #DE378B
Complementary color
Monochromatic Colors of #DE378B
Black with #DE378B
Text Example
Text Example
White with #DE378B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE378B; }
p { color: rgb(222,55,139); }
H1.HeaderClassName
{
color: #DE378B;
}
.AnyTagClassName
{
color: #DE378B;
}
</style>
background-color css
<style>
a { background-color: #DE378B; }
a { background-color: rgb(222,55,139); }
div.DivClassName
{
background-color: #DE378B;
}
.BgClassName
{
background-color: #DE378B;
}
</style>
border-color css
<style>
span { border-color: #DE378B; }
span { border-color: rgb(222,55,139); }
td.TdClassName
{
border-color: #DE378B;
}
.TagClassName
{
border-color: #DE378B;
}
</style>