Shades of Deep Cerise #DB2089
Tints of Deep Cerise #DB2089
RGB
CMYK
RGB Variations
Color information
#DB2089 (or 0xDB2089) is known color: Deep Cerise. HEX triplet: DB, 20 and 89. RGB value is (219,32,137). Sum of RGB (Red+Green+Blue) = 219+32+137=388 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.44% from 388); Green value is 32 (12.89% from 255 or 8.25% from 388); Blue value is 137 (53.91% from 255 or 35.31% from 388); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2089 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2089 is #24DF76. Grayscale: #636363. Windows color (decimal): -2416503 or 8986843. OLE color: 8986843.
HSL color Cylindrical-coordinate representation of color #DB2089: hue angle of 326.31º 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 #DB2089 is Cyan = 0, Magento = 0.85, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 32 | 137 | - |
| CMYK | 0 | 0.85 | 0.37 | 0.14 |
| HSL | 326.31º | 0.75% | 0.49% | - |
| HSV(B) | 326.31º | 0.85% | 0.86% | - |
| XYZ | 34.25 | 17.9 | 25.32 | - |
| YUV | 99.88 | 148.95 | 212.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 32 | 137 | 0 | 0.85 | 0.37 | 0.14 | 326.31 | 0.75 | 0.49 |
| Hex | DB | 20 | 89 | 0 | 55 | 25 | E | 146 | 4B | 31 |
| Octal | 333 | 40 | 211 | 0 | 125 | 45 | 16 | 506 | 113 | 61 |
| Binary | 11011011 | 100000 | 10001001 | 0 | 1010101 | 100101 | 1110 | 101000110 | 1001011 | 110001 |
Color Harmonies of #DB2089
Complementary color
Monochromatic Colors of #DB2089
Black with #DB2089
Text Example
Text Example
White with #DB2089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2089; }
p { color: rgb(219,32,137); }
H1.HeaderClassName
{
color: #DB2089;
}
.AnyTagClassName
{
color: #DB2089;
}
</style>
background-color css
<style>
a { background-color: #DB2089; }
a { background-color: rgb(219,32,137); }
div.DivClassName
{
background-color: #DB2089;
}
.BgClassName
{
background-color: #DB2089;
}
</style>
border-color css
<style>
span { border-color: #DB2089; }
span { border-color: rgb(219,32,137); }
td.TdClassName
{
border-color: #DB2089;
}
.TagClassName
{
border-color: #DB2089;
}
</style>