Shades of Deep Cerise #DB4191
Tints of Deep Cerise #DB4191
RGB
CMYK
RGB Variations
Color information
#DB4191 (or 0xDB4191) is known color: Deep Cerise. HEX triplet: DB, 41 and 91. RGB value is (219,65,145). Sum of RGB (Red+Green+Blue) = 219+65+145=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 65 (25.78% from 255 or 15.15% from 429); Blue value is 145 (57.03% from 255 or 33.80% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4191 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4191 is #24BE6E. Grayscale: #787878. Windows color (decimal): -2408047 or 9519579. OLE color: 9519579.
HSL color Cylindrical-coordinate representation of color #DB4191: hue angle of 328.83º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DB4191 is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 65 | 145 | - |
| CMYK | 0 | 0.70 | 0.34 | 0.14 |
| HSL | 328.83º | 0.68% | 0.56% | - |
| HSV(B) | 328.83º | 0.7% | 0.86% | - |
| XYZ | 36.21 | 20.88 | 28.91 | - |
| YUV | 120.17 | 142.02 | 198.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 65 | 145 | 0 | 0.70 | 0.34 | 0.14 | 328.83 | 0.68 | 0.56 |
| Hex | DB | 41 | 91 | 0 | 46 | 22 | E | 149 | 44 | 38 |
| Octal | 333 | 101 | 221 | 0 | 106 | 42 | 16 | 511 | 104 | 70 |
| Binary | 11011011 | 1000001 | 10010001 | 0 | 1000110 | 100010 | 1110 | 101001001 | 1000100 | 111000 |
Color Harmonies of #DB4191
Complementary color
Monochromatic Colors of #DB4191
Black with #DB4191
Text Example
Text Example
White with #DB4191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4191; }
p { color: rgb(219,65,145); }
H1.HeaderClassName
{
color: #DB4191;
}
.AnyTagClassName
{
color: #DB4191;
}
</style>
background-color css
<style>
a { background-color: #DB4191; }
a { background-color: rgb(219,65,145); }
div.DivClassName
{
background-color: #DB4191;
}
.BgClassName
{
background-color: #DB4191;
}
</style>
border-color css
<style>
span { border-color: #DB4191; }
span { border-color: rgb(219,65,145); }
td.TdClassName
{
border-color: #DB4191;
}
.TagClassName
{
border-color: #DB4191;
}
</style>