Shades of Deep Cerise #DB3086
Tints of Deep Cerise #DB3086
RGB
CMYK
RGB Variations
Color information
#DB3086 (or 0xDB3086) is known color: Deep Cerise. HEX triplet: DB, 30 and 86. RGB value is (219,48,134). Sum of RGB (Red+Green+Blue) = 219+48+134=401 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.61% from 401); Green value is 48 (19.14% from 255 or 11.97% from 401); Blue value is 134 (52.73% from 255 or 33.42% from 401); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3086 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3086 is #24CF79. Grayscale: #6C6C6C. Windows color (decimal): -2412410 or 8794331. OLE color: 8794331.
HSL color Cylindrical-coordinate representation of color #DB3086: hue angle of 329.82º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB3086 is Cyan = 0, Magento = 0.78, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 48 | 134 | - |
| CMYK | 0 | 0.78 | 0.39 | 0.14 |
| HSL | 329.82º | 0.7% | 0.52% | - |
| HSV(B) | 329.82º | 0.78% | 0.86% | - |
| XYZ | 34.57 | 18.9 | 24.38 | - |
| YUV | 108.93 | 142.15 | 206.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 48 | 134 | 0 | 0.78 | 0.39 | 0.14 | 329.82 | 0.7 | 0.52 |
| Hex | DB | 30 | 86 | 0 | 4E | 27 | E | 14A | 46 | 34 |
| Octal | 333 | 60 | 206 | 0 | 116 | 47 | 16 | 512 | 106 | 64 |
| Binary | 11011011 | 110000 | 10000110 | 0 | 1001110 | 100111 | 1110 | 101001010 | 1000110 | 110100 |
Color Harmonies of #DB3086
Complementary color
Monochromatic Colors of #DB3086
Black with #DB3086
Text Example
Text Example
White with #DB3086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3086; }
p { color: rgb(219,48,134); }
H1.HeaderClassName
{
color: #DB3086;
}
.AnyTagClassName
{
color: #DB3086;
}
</style>
background-color css
<style>
a { background-color: #DB3086; }
a { background-color: rgb(219,48,134); }
div.DivClassName
{
background-color: #DB3086;
}
.BgClassName
{
background-color: #DB3086;
}
</style>
border-color css
<style>
span { border-color: #DB3086; }
span { border-color: rgb(219,48,134); }
td.TdClassName
{
border-color: #DB3086;
}
.TagClassName
{
border-color: #DB3086;
}
</style>