Shades of Deep Cerise #DB3E91
Tints of Deep Cerise #DB3E91
RGB
CMYK
RGB Variations
Color information
#DB3E91 (or 0xDB3E91) is known color: Deep Cerise. HEX triplet: DB, 3E and 91. RGB value is (219,62,145). Sum of RGB (Red+Green+Blue) = 219+62+145=426 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.41% from 426); Green value is 62 (24.61% from 255 or 14.55% from 426); Blue value is 145 (57.03% from 255 or 34.04% from 426); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3E91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3E91 is #24C16E. Grayscale: #767676. Windows color (decimal): -2408815 or 9518811. OLE color: 9518811.
HSL color Cylindrical-coordinate representation of color #DB3E91: hue angle of 328.28º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DB3E91 is Cyan = 0, Magento = 0.72, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 62 | 145 | - |
| CMYK | 0 | 0.72 | 0.34 | 0.14 |
| HSL | 328.28º | 0.69% | 0.55% | - |
| HSV(B) | 328.28º | 0.72% | 0.86% | - |
| XYZ | 36.05 | 20.55 | 28.85 | - |
| YUV | 118.41 | 143.01 | 199.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 62 | 145 | 0 | 0.72 | 0.34 | 0.14 | 328.28 | 0.69 | 0.55 |
| Hex | DB | 3E | 91 | 0 | 48 | 22 | E | 148 | 45 | 37 |
| Octal | 333 | 76 | 221 | 0 | 110 | 42 | 16 | 510 | 105 | 67 |
| Binary | 11011011 | 111110 | 10010001 | 0 | 1001000 | 100010 | 1110 | 101001000 | 1000101 | 110111 |
Color Harmonies of #DB3E91
Complementary color
Monochromatic Colors of #DB3E91
Black with #DB3E91
Text Example
Text Example
White with #DB3E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3E91; }
p { color: rgb(219,62,145); }
H1.HeaderClassName
{
color: #DB3E91;
}
.AnyTagClassName
{
color: #DB3E91;
}
</style>
background-color css
<style>
a { background-color: #DB3E91; }
a { background-color: rgb(219,62,145); }
div.DivClassName
{
background-color: #DB3E91;
}
.BgClassName
{
background-color: #DB3E91;
}
</style>
border-color css
<style>
span { border-color: #DB3E91; }
span { border-color: rgb(219,62,145); }
td.TdClassName
{
border-color: #DB3E91;
}
.TagClassName
{
border-color: #DB3E91;
}
</style>