Shades of Deep Cerise #DB2876
Tints of Deep Cerise #DB2876
RGB
CMYK
RGB Variations
Color information
#DB2876 (or 0xDB2876) is known color: Deep Cerise. HEX triplet: DB, 28 and 76. RGB value is (219,40,118). Sum of RGB (Red+Green+Blue) = 219+40+118=377 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.09% from 377); Green value is 40 (16.02% from 255 or 10.61% from 377); Blue value is 118 (46.48% from 255 or 31.30% from 377); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2876 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2876 is #24D789. Grayscale: #666666. Windows color (decimal): -2414474 or 7743707. OLE color: 7743707.
HSL color Cylindrical-coordinate representation of color #DB2876: hue angle of 333.85º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DB2876 is Cyan = 0, Magento = 0.82, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 40 | 118 | - |
| CMYK | 0 | 0.82 | 0.46 | 0.14 |
| HSL | 333.85º | 0.71% | 0.51% | - |
| HSV(B) | 333.85º | 0.82% | 0.86% | - |
| XYZ | 33.24 | 17.89 | 18.84 | - |
| YUV | 102.41 | 136.8 | 211.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 40 | 118 | 0 | 0.82 | 0.46 | 0.14 | 333.85 | 0.71 | 0.51 |
| Hex | DB | 28 | 76 | 0 | 52 | 2E | E | 14E | 47 | 33 |
| Octal | 333 | 50 | 166 | 0 | 122 | 56 | 16 | 516 | 107 | 63 |
| Binary | 11011011 | 101000 | 1110110 | 0 | 1010010 | 101110 | 1110 | 101001110 | 1000111 | 110011 |
Color Harmonies of #DB2876
Complementary color
Monochromatic Colors of #DB2876
Black with #DB2876
Text Example
Text Example
White with #DB2876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2876; }
p { color: rgb(219,40,118); }
H1.HeaderClassName
{
color: #DB2876;
}
.AnyTagClassName
{
color: #DB2876;
}
</style>
background-color css
<style>
a { background-color: #DB2876; }
a { background-color: rgb(219,40,118); }
div.DivClassName
{
background-color: #DB2876;
}
.BgClassName
{
background-color: #DB2876;
}
</style>
border-color css
<style>
span { border-color: #DB2876; }
span { border-color: rgb(219,40,118); }
td.TdClassName
{
border-color: #DB2876;
}
.TagClassName
{
border-color: #DB2876;
}
</style>