Shades of Deep Cerise #DB2086
Tints of Deep Cerise #DB2086
RGB
CMYK
RGB Variations
Color information
#DB2086 (or 0xDB2086) is known color: Deep Cerise. HEX triplet: DB, 20 and 86. RGB value is (219,32,134). Sum of RGB (Red+Green+Blue) = 219+32+134=385 (50% of max value = 765). Red value is 219 (85.94% from 255 or 56.88% from 385); Green value is 32 (12.89% from 255 or 8.31% from 385); Blue value is 134 (52.73% from 255 or 34.81% from 385); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2086 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2086 is #24DF79. Grayscale: #636363. Windows color (decimal): -2416506 or 8790235. OLE color: 8790235.
HSL color Cylindrical-coordinate representation of color #DB2086: hue angle of 327.27º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB2086 is Cyan = 0, Magento = 0.85, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 32 | 134 | - |
| CMYK | 0 | 0.85 | 0.39 | 0.14 |
| HSL | 327.27º | 0.75% | 0.49% | - |
| HSV(B) | 327.27º | 0.85% | 0.86% | - |
| XYZ | 34.03 | 17.81 | 24.2 | - |
| YUV | 99.54 | 147.45 | 213.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 32 | 134 | 0 | 0.85 | 0.39 | 0.14 | 327.27 | 0.75 | 0.49 |
| Hex | DB | 20 | 86 | 0 | 55 | 27 | E | 147 | 4B | 31 |
| Octal | 333 | 40 | 206 | 0 | 125 | 47 | 16 | 507 | 113 | 61 |
| Binary | 11011011 | 100000 | 10000110 | 0 | 1010101 | 100111 | 1110 | 101000111 | 1001011 | 110001 |
Color Harmonies of #DB2086
Complementary color
Monochromatic Colors of #DB2086
Black with #DB2086
Text Example
Text Example
White with #DB2086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2086; }
p { color: rgb(219,32,134); }
H1.HeaderClassName
{
color: #DB2086;
}
.AnyTagClassName
{
color: #DB2086;
}
</style>
background-color css
<style>
a { background-color: #DB2086; }
a { background-color: rgb(219,32,134); }
div.DivClassName
{
background-color: #DB2086;
}
.BgClassName
{
background-color: #DB2086;
}
</style>
border-color css
<style>
span { border-color: #DB2086; }
span { border-color: rgb(219,32,134); }
td.TdClassName
{
border-color: #DB2086;
}
.TagClassName
{
border-color: #DB2086;
}
</style>