Shades of Deep Cerise #DB3686
Tints of Deep Cerise #DB3686
RGB
CMYK
RGB Variations
Color information
#DB3686 (or 0xDB3686) is known color: Deep Cerise. HEX triplet: DB, 36 and 86. RGB value is (219,54,134). Sum of RGB (Red+Green+Blue) = 219+54+134=407 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.81% from 407); Green value is 54 (21.48% from 255 or 13.27% from 407); Blue value is 134 (52.73% from 255 or 32.92% from 407); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3686 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3686 is #24C979. Grayscale: #707070. Windows color (decimal): -2410874 or 8795867. OLE color: 8795867.
HSL color Cylindrical-coordinate representation of color #DB3686: hue angle of 330.91º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DB3686 is Cyan = 0, Magento = 0.75, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 54 | 134 | - |
| CMYK | 0 | 0.75 | 0.39 | 0.14 |
| HSL | 330.91º | 0.7% | 0.54% | - |
| HSV(B) | 330.91º | 0.75% | 0.86% | - |
| XYZ | 34.84 | 19.42 | 24.47 | - |
| YUV | 112.46 | 140.16 | 204 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 54 | 134 | 0 | 0.75 | 0.39 | 0.14 | 330.91 | 0.7 | 0.54 |
| Hex | DB | 36 | 86 | 0 | 4B | 27 | E | 14B | 46 | 36 |
| Octal | 333 | 66 | 206 | 0 | 113 | 47 | 16 | 513 | 106 | 66 |
| Binary | 11011011 | 110110 | 10000110 | 0 | 1001011 | 100111 | 1110 | 101001011 | 1000110 | 110110 |
Color Harmonies of #DB3686
Complementary color
Monochromatic Colors of #DB3686
Black with #DB3686
Text Example
Text Example
White with #DB3686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3686; }
p { color: rgb(219,54,134); }
H1.HeaderClassName
{
color: #DB3686;
}
.AnyTagClassName
{
color: #DB3686;
}
</style>
background-color css
<style>
a { background-color: #DB3686; }
a { background-color: rgb(219,54,134); }
div.DivClassName
{
background-color: #DB3686;
}
.BgClassName
{
background-color: #DB3686;
}
</style>
border-color css
<style>
span { border-color: #DB3686; }
span { border-color: rgb(219,54,134); }
td.TdClassName
{
border-color: #DB3686;
}
.TagClassName
{
border-color: #DB3686;
}
</style>