Shades of Deep Cerise #DB2078
Tints of Deep Cerise #DB2078
RGB
CMYK
RGB Variations
Color information
#DB2078 (or 0xDB2078) is known color: Deep Cerise. HEX triplet: DB, 20 and 78. RGB value is (219,32,120). Sum of RGB (Red+Green+Blue) = 219+32+120=371 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.03% from 371); Green value is 32 (12.89% from 255 or 8.63% from 371); Blue value is 120 (47.27% from 255 or 32.35% from 371); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2078 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2078 is #24DF87. Grayscale: #616161. Windows color (decimal): -2416520 or 7872731. OLE color: 7872731.
HSL color Cylindrical-coordinate representation of color #DB2078: hue angle of 331.76º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB2078 is Cyan = 0, Magento = 0.85, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 32 | 120 | - |
| CMYK | 0 | 0.85 | 0.45 | 0.14 |
| HSL | 331.76º | 0.75% | 0.49% | - |
| HSV(B) | 331.76º | 0.85% | 0.86% | - |
| XYZ | 33.12 | 17.45 | 19.39 | - |
| YUV | 97.95 | 140.45 | 214.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 32 | 120 | 0 | 0.85 | 0.45 | 0.14 | 331.76 | 0.75 | 0.49 |
| Hex | DB | 20 | 78 | 0 | 55 | 2D | E | 14C | 4B | 31 |
| Octal | 333 | 40 | 170 | 0 | 125 | 55 | 16 | 514 | 113 | 61 |
| Binary | 11011011 | 100000 | 1111000 | 0 | 1010101 | 101101 | 1110 | 101001100 | 1001011 | 110001 |
Color Harmonies of #DB2078
Complementary color
Monochromatic Colors of #DB2078
Black with #DB2078
Text Example
Text Example
White with #DB2078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2078; }
p { color: rgb(219,32,120); }
H1.HeaderClassName
{
color: #DB2078;
}
.AnyTagClassName
{
color: #DB2078;
}
</style>
background-color css
<style>
a { background-color: #DB2078; }
a { background-color: rgb(219,32,120); }
div.DivClassName
{
background-color: #DB2078;
}
.BgClassName
{
background-color: #DB2078;
}
</style>
border-color css
<style>
span { border-color: #DB2078; }
span { border-color: rgb(219,32,120); }
td.TdClassName
{
border-color: #DB2078;
}
.TagClassName
{
border-color: #DB2078;
}
</style>