Shades of Deep Cerise #DB2E78
Tints of Deep Cerise #DB2E78
RGB
CMYK
RGB Variations
Color information
#DB2E78 (or 0xDB2E78) is known color: Deep Cerise. HEX triplet: DB, 2E and 78. RGB value is (219,46,120). Sum of RGB (Red+Green+Blue) = 219+46+120=385 (50% of max value = 765). Red value is 219 (85.94% from 255 or 56.88% from 385); Green value is 46 (18.36% from 255 or 11.95% from 385); Blue value is 120 (47.27% from 255 or 31.17% from 385); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2E78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2E78 is #24D187. Grayscale: #6A6A6A. Windows color (decimal): -2412936 or 7876315. OLE color: 7876315.
HSL color Cylindrical-coordinate representation of color #DB2E78: hue angle of 334.34º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB2E78 is Cyan = 0, Magento = 0.79, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 46 | 120 | - |
| CMYK | 0 | 0.79 | 0.45 | 0.14 |
| HSL | 334.34º | 0.71% | 0.52% | - |
| HSV(B) | 334.34º | 0.79% | 0.86% | - |
| XYZ | 33.58 | 18.37 | 19.55 | - |
| YUV | 106.16 | 135.81 | 208.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 46 | 120 | 0 | 0.79 | 0.45 | 0.14 | 334.34 | 0.71 | 0.52 |
| Hex | DB | 2E | 78 | 0 | 4F | 2D | E | 14E | 47 | 34 |
| Octal | 333 | 56 | 170 | 0 | 117 | 55 | 16 | 516 | 107 | 64 |
| Binary | 11011011 | 101110 | 1111000 | 0 | 1001111 | 101101 | 1110 | 101001110 | 1000111 | 110100 |
Color Harmonies of #DB2E78
Complementary color
Monochromatic Colors of #DB2E78
Black with #DB2E78
Text Example
Text Example
White with #DB2E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2E78; }
p { color: rgb(219,46,120); }
H1.HeaderClassName
{
color: #DB2E78;
}
.AnyTagClassName
{
color: #DB2E78;
}
</style>
background-color css
<style>
a { background-color: #DB2E78; }
a { background-color: rgb(219,46,120); }
div.DivClassName
{
background-color: #DB2E78;
}
.BgClassName
{
background-color: #DB2E78;
}
</style>
border-color css
<style>
span { border-color: #DB2E78; }
span { border-color: rgb(219,46,120); }
td.TdClassName
{
border-color: #DB2E78;
}
.TagClassName
{
border-color: #DB2E78;
}
</style>