Shades of Deep Cerise #DB3676
Tints of Deep Cerise #DB3676
RGB
CMYK
RGB Variations
Color information
#DB3676 (or 0xDB3676) is known color: Deep Cerise. HEX triplet: DB, 36 and 76. RGB value is (219,54,118). Sum of RGB (Red+Green+Blue) = 219+54+118=391 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.01% from 391); Green value is 54 (21.48% from 255 or 13.81% from 391); Blue value is 118 (46.48% from 255 or 30.18% from 391); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3676 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3676 is #24C989. Grayscale: #6E6E6E. Windows color (decimal): -2410890 or 7747291. OLE color: 7747291.
HSL color Cylindrical-coordinate representation of color #DB3676: hue angle of 336.73º degrees, saturation: 0.7, 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 #DB3676 is Cyan = 0, Magento = 0.75, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 54 | 118 | - |
| CMYK | 0 | 0.75 | 0.46 | 0.14 |
| HSL | 336.73º | 0.7% | 0.54% | - |
| HSV(B) | 336.73º | 0.75% | 0.86% | - |
| XYZ | 33.8 | 19.01 | 19.03 | - |
| YUV | 110.63 | 132.16 | 205.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 54 | 118 | 0 | 0.75 | 0.46 | 0.14 | 336.73 | 0.7 | 0.54 |
| Hex | DB | 36 | 76 | 0 | 4B | 2E | E | 151 | 46 | 36 |
| Octal | 333 | 66 | 166 | 0 | 113 | 56 | 16 | 521 | 106 | 66 |
| Binary | 11011011 | 110110 | 1110110 | 0 | 1001011 | 101110 | 1110 | 101010001 | 1000110 | 110110 |
Color Harmonies of #DB3676
Complementary color
Monochromatic Colors of #DB3676
Black with #DB3676
Text Example
Text Example
White with #DB3676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3676; }
p { color: rgb(219,54,118); }
H1.HeaderClassName
{
color: #DB3676;
}
.AnyTagClassName
{
color: #DB3676;
}
</style>
background-color css
<style>
a { background-color: #DB3676; }
a { background-color: rgb(219,54,118); }
div.DivClassName
{
background-color: #DB3676;
}
.BgClassName
{
background-color: #DB3676;
}
</style>
border-color css
<style>
span { border-color: #DB3676; }
span { border-color: rgb(219,54,118); }
td.TdClassName
{
border-color: #DB3676;
}
.TagClassName
{
border-color: #DB3676;
}
</style>