Shades of Deep Cerise #DB3186
Tints of Deep Cerise #DB3186
RGB
CMYK
RGB Variations
Color information
#DB3186 (or 0xDB3186) is known color: Deep Cerise. HEX triplet: DB, 31 and 86. RGB value is (219,49,134). Sum of RGB (Red+Green+Blue) = 219+49+134=402 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.48% from 402); Green value is 49 (19.53% from 255 or 12.19% from 402); Blue value is 134 (52.73% from 255 or 33.33% from 402); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3186 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3186 is #24CE79. Grayscale: #6D6D6D. Windows color (decimal): -2412154 or 8794587. OLE color: 8794587.
HSL color Cylindrical-coordinate representation of color #DB3186: hue angle of 330º 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 #DB3186 is Cyan = 0, Magento = 0.78, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 49 | 134 | - |
| CMYK | 0 | 0.78 | 0.39 | 0.14 |
| HSL | 330º | 0.7% | 0.53% | - |
| HSV(B) | 330º | 0.78% | 0.86% | - |
| XYZ | 34.61 | 18.98 | 24.39 | - |
| YUV | 109.52 | 141.82 | 206.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 49 | 134 | 0 | 0.78 | 0.39 | 0.14 | 330 | 0.7 | 0.53 |
| Hex | DB | 31 | 86 | 0 | 4E | 27 | E | 14A | 46 | 35 |
| Octal | 333 | 61 | 206 | 0 | 116 | 47 | 16 | 512 | 106 | 65 |
| Binary | 11011011 | 110001 | 10000110 | 0 | 1001110 | 100111 | 1110 | 101001010 | 1000110 | 110101 |
Color Harmonies of #DB3186
Complementary color
Monochromatic Colors of #DB3186
Black with #DB3186
Text Example
Text Example
White with #DB3186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3186; }
p { color: rgb(219,49,134); }
H1.HeaderClassName
{
color: #DB3186;
}
.AnyTagClassName
{
color: #DB3186;
}
</style>
background-color css
<style>
a { background-color: #DB3186; }
a { background-color: rgb(219,49,134); }
div.DivClassName
{
background-color: #DB3186;
}
.BgClassName
{
background-color: #DB3186;
}
</style>
border-color css
<style>
span { border-color: #DB3186; }
span { border-color: rgb(219,49,134); }
td.TdClassName
{
border-color: #DB3186;
}
.TagClassName
{
border-color: #DB3186;
}
</style>