Shades of Deep Cerise #DB3776
Tints of Deep Cerise #DB3776
RGB
CMYK
RGB Variations
Color information
#DB3776 (or 0xDB3776) is known color: Deep Cerise. HEX triplet: DB, 37 and 76. RGB value is (219,55,118). Sum of RGB (Red+Green+Blue) = 219+55+118=392 (51% of max value = 765). Red value is 219 (85.94% from 255 or 55.87% from 392); Green value is 55 (21.88% from 255 or 14.03% from 392); Blue value is 118 (46.48% from 255 or 30.10% from 392); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3776 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3776 is #24C889. Grayscale: #6F6F6F. Windows color (decimal): -2410634 or 7747547. OLE color: 7747547.
HSL color Cylindrical-coordinate representation of color #DB3776: hue angle of 336.95º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DB3776 is Cyan = 0, Magento = 0.75, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 55 | 118 | - |
| CMYK | 0 | 0.75 | 0.46 | 0.14 |
| HSL | 336.95º | 0.69% | 0.54% | - |
| HSV(B) | 336.95º | 0.75% | 0.86% | - |
| XYZ | 33.85 | 19.1 | 19.04 | - |
| YUV | 111.22 | 131.83 | 204.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 55 | 118 | 0 | 0.75 | 0.46 | 0.14 | 336.95 | 0.69 | 0.54 |
| Hex | DB | 37 | 76 | 0 | 4B | 2E | E | 151 | 45 | 36 |
| Octal | 333 | 67 | 166 | 0 | 113 | 56 | 16 | 521 | 105 | 66 |
| Binary | 11011011 | 110111 | 1110110 | 0 | 1001011 | 101110 | 1110 | 101010001 | 1000101 | 110110 |
Color Harmonies of #DB3776
Complementary color
Monochromatic Colors of #DB3776
Black with #DB3776
Text Example
Text Example
White with #DB3776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3776; }
p { color: rgb(219,55,118); }
H1.HeaderClassName
{
color: #DB3776;
}
.AnyTagClassName
{
color: #DB3776;
}
</style>
background-color css
<style>
a { background-color: #DB3776; }
a { background-color: rgb(219,55,118); }
div.DivClassName
{
background-color: #DB3776;
}
.BgClassName
{
background-color: #DB3776;
}
</style>
border-color css
<style>
span { border-color: #DB3776; }
span { border-color: rgb(219,55,118); }
td.TdClassName
{
border-color: #DB3776;
}
.TagClassName
{
border-color: #DB3776;
}
</style>