Shades of Deep Cerise #DB3276
Tints of Deep Cerise #DB3276
RGB
CMYK
RGB Variations
Color information
#DB3276 (or 0xDB3276) is known color: Deep Cerise. HEX triplet: DB, 32 and 76. RGB value is (219,50,118). Sum of RGB (Red+Green+Blue) = 219+50+118=387 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.59% from 387); Green value is 50 (19.92% from 255 or 12.92% from 387); Blue value is 118 (46.48% from 255 or 30.49% from 387); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3276 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3276 is #24CD89. Grayscale: #6C6C6C. Windows color (decimal): -2411914 or 7746267. OLE color: 7746267.
HSL color Cylindrical-coordinate representation of color #DB3276: hue angle of 335.86º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DB3276 is Cyan = 0, Magento = 0.77, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 50 | 118 | - |
| CMYK | 0 | 0.77 | 0.46 | 0.14 |
| HSL | 335.86º | 0.7% | 0.53% | - |
| HSV(B) | 335.86º | 0.77% | 0.86% | - |
| XYZ | 33.62 | 18.65 | 18.97 | - |
| YUV | 108.28 | 133.49 | 206.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 50 | 118 | 0 | 0.77 | 0.46 | 0.14 | 335.86 | 0.7 | 0.53 |
| Hex | DB | 32 | 76 | 0 | 4D | 2E | E | 150 | 46 | 35 |
| Octal | 333 | 62 | 166 | 0 | 115 | 56 | 16 | 520 | 106 | 65 |
| Binary | 11011011 | 110010 | 1110110 | 0 | 1001101 | 101110 | 1110 | 101010000 | 1000110 | 110101 |
Color Harmonies of #DB3276
Complementary color
Monochromatic Colors of #DB3276
Black with #DB3276
Text Example
Text Example
White with #DB3276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3276; }
p { color: rgb(219,50,118); }
H1.HeaderClassName
{
color: #DB3276;
}
.AnyTagClassName
{
color: #DB3276;
}
</style>
background-color css
<style>
a { background-color: #DB3276; }
a { background-color: rgb(219,50,118); }
div.DivClassName
{
background-color: #DB3276;
}
.BgClassName
{
background-color: #DB3276;
}
</style>
border-color css
<style>
span { border-color: #DB3276; }
span { border-color: rgb(219,50,118); }
td.TdClassName
{
border-color: #DB3276;
}
.TagClassName
{
border-color: #DB3276;
}
</style>