Shades of Deep Cerise #DB2476
Tints of Deep Cerise #DB2476
RGB
CMYK
RGB Variations
Color information
#DB2476 (or 0xDB2476) is known color: Deep Cerise. HEX triplet: DB, 24 and 76. RGB value is (219,36,118). Sum of RGB (Red+Green+Blue) = 219+36+118=373 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.71% from 373); Green value is 36 (14.45% from 255 or 9.65% from 373); Blue value is 118 (46.48% from 255 or 31.64% from 373); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2476 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2476 is #24DB89. Grayscale: #636363. Windows color (decimal): -2415498 or 7742683. OLE color: 7742683.
HSL color Cylindrical-coordinate representation of color #DB2476: hue angle of 333.11º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB2476 is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 36 | 118 | - |
| CMYK | 0 | 0.84 | 0.46 | 0.14 |
| HSL | 333.11º | 0.72% | 0.5% | - |
| HSV(B) | 333.11º | 0.84% | 0.86% | - |
| XYZ | 33.11 | 17.63 | 18.8 | - |
| YUV | 100.07 | 138.13 | 212.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 36 | 118 | 0 | 0.84 | 0.46 | 0.14 | 333.11 | 0.72 | 0.5 |
| Hex | DB | 24 | 76 | 0 | 54 | 2E | E | 14D | 48 | 32 |
| Octal | 333 | 44 | 166 | 0 | 124 | 56 | 16 | 515 | 110 | 62 |
| Binary | 11011011 | 100100 | 1110110 | 0 | 1010100 | 101110 | 1110 | 101001101 | 1001000 | 110010 |
Color Harmonies of #DB2476
Complementary color
Monochromatic Colors of #DB2476
Black with #DB2476
Text Example
Text Example
White with #DB2476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2476; }
p { color: rgb(219,36,118); }
H1.HeaderClassName
{
color: #DB2476;
}
.AnyTagClassName
{
color: #DB2476;
}
</style>
background-color css
<style>
a { background-color: #DB2476; }
a { background-color: rgb(219,36,118); }
div.DivClassName
{
background-color: #DB2476;
}
.BgClassName
{
background-color: #DB2476;
}
</style>
border-color css
<style>
span { border-color: #DB2476; }
span { border-color: rgb(219,36,118); }
td.TdClassName
{
border-color: #DB2476;
}
.TagClassName
{
border-color: #DB2476;
}
</style>