Shades of Deep Cerise #DB4691
Tints of Deep Cerise #DB4691
RGB
CMYK
RGB Variations
Color information
#DB4691 (or 0xDB4691) is known color: Deep Cerise. HEX triplet: DB, 46 and 91. RGB value is (219,70,145). Sum of RGB (Red+Green+Blue) = 219+70+145=434 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.46% from 434); Green value is 70 (27.73% from 255 or 16.13% from 434); Blue value is 145 (57.03% from 255 or 33.41% from 434); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4691 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4691 is #24B96E. Grayscale: #7A7A7A. Windows color (decimal): -2406767 or 9520859. OLE color: 9520859.
HSL color Cylindrical-coordinate representation of color #DB4691: hue angle of 329.8º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB4691 is Cyan = 0, Magento = 0.68, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 70 | 145 | - |
| CMYK | 0 | 0.68 | 0.34 | 0.14 |
| HSL | 329.8º | 0.67% | 0.57% | - |
| HSV(B) | 329.8º | 0.68% | 0.86% | - |
| XYZ | 36.51 | 21.48 | 29.01 | - |
| YUV | 123.1 | 140.36 | 196.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 70 | 145 | 0 | 0.68 | 0.34 | 0.14 | 329.8 | 0.67 | 0.57 |
| Hex | DB | 46 | 91 | 0 | 44 | 22 | E | 14A | 43 | 39 |
| Octal | 333 | 106 | 221 | 0 | 104 | 42 | 16 | 512 | 103 | 71 |
| Binary | 11011011 | 1000110 | 10010001 | 0 | 1000100 | 100010 | 1110 | 101001010 | 1000011 | 111001 |
Color Harmonies of #DB4691
Complementary color
Monochromatic Colors of #DB4691
Black with #DB4691
Text Example
Text Example
White with #DB4691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4691; }
p { color: rgb(219,70,145); }
H1.HeaderClassName
{
color: #DB4691;
}
.AnyTagClassName
{
color: #DB4691;
}
</style>
background-color css
<style>
a { background-color: #DB4691; }
a { background-color: rgb(219,70,145); }
div.DivClassName
{
background-color: #DB4691;
}
.BgClassName
{
background-color: #DB4691;
}
</style>
border-color css
<style>
span { border-color: #DB4691; }
span { border-color: rgb(219,70,145); }
td.TdClassName
{
border-color: #DB4691;
}
.TagClassName
{
border-color: #DB4691;
}
</style>