Shades of Deep Cerise #DB3176
Tints of Deep Cerise #DB3176
RGB
CMYK
RGB Variations
Color information
#DB3176 (or 0xDB3176) is known color: Deep Cerise. HEX triplet: DB, 31 and 76. RGB value is (219,49,118). Sum of RGB (Red+Green+Blue) = 219+49+118=386 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.74% from 386); Green value is 49 (19.53% from 255 or 12.69% from 386); Blue value is 118 (46.48% from 255 or 30.57% from 386); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3176 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3176 is #24CE89. Grayscale: #6B6B6B. Windows color (decimal): -2412170 or 7746011. OLE color: 7746011.
HSL color Cylindrical-coordinate representation of color #DB3176: hue angle of 335.65º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB3176 is Cyan = 0, Magento = 0.78, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 49 | 118 | - |
| CMYK | 0 | 0.78 | 0.46 | 0.14 |
| HSL | 335.65º | 0.7% | 0.53% | - |
| HSV(B) | 335.65º | 0.78% | 0.86% | - |
| XYZ | 33.58 | 18.56 | 18.95 | - |
| YUV | 107.7 | 133.82 | 207.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 49 | 118 | 0 | 0.78 | 0.46 | 0.14 | 335.65 | 0.7 | 0.53 |
| Hex | DB | 31 | 76 | 0 | 4E | 2E | E | 150 | 46 | 35 |
| Octal | 333 | 61 | 166 | 0 | 116 | 56 | 16 | 520 | 106 | 65 |
| Binary | 11011011 | 110001 | 1110110 | 0 | 1001110 | 101110 | 1110 | 101010000 | 1000110 | 110101 |
Color Harmonies of #DB3176
Complementary color
Monochromatic Colors of #DB3176
Black with #DB3176
Text Example
Text Example
White with #DB3176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3176; }
p { color: rgb(219,49,118); }
H1.HeaderClassName
{
color: #DB3176;
}
.AnyTagClassName
{
color: #DB3176;
}
</style>
background-color css
<style>
a { background-color: #DB3176; }
a { background-color: rgb(219,49,118); }
div.DivClassName
{
background-color: #DB3176;
}
.BgClassName
{
background-color: #DB3176;
}
</style>
border-color css
<style>
span { border-color: #DB3176; }
span { border-color: rgb(219,49,118); }
td.TdClassName
{
border-color: #DB3176;
}
.TagClassName
{
border-color: #DB3176;
}
</style>