Shades of Deep Cerise #DB2088
Tints of Deep Cerise #DB2088
RGB
CMYK
RGB Variations
Color information
#DB2088 (or 0xDB2088) is known color: Deep Cerise. HEX triplet: DB, 20 and 88. RGB value is (219,32,136). Sum of RGB (Red+Green+Blue) = 219+32+136=387 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.59% from 387); Green value is 32 (12.89% from 255 or 8.27% from 387); Blue value is 136 (53.52% from 255 or 35.14% from 387); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2088 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2088 is #24DF77. Grayscale: #636363. Windows color (decimal): -2416504 or 8921307. OLE color: 8921307.
HSL color Cylindrical-coordinate representation of color #DB2088: hue angle of 326.63º 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 #DB2088 is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 32 | 136 | - |
| CMYK | 0 | 0.85 | 0.38 | 0.14 |
| HSL | 326.63º | 0.75% | 0.49% | - |
| HSV(B) | 326.63º | 0.85% | 0.86% | - |
| XYZ | 34.17 | 17.87 | 24.94 | - |
| YUV | 99.77 | 148.45 | 213.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 32 | 136 | 0 | 0.85 | 0.38 | 0.14 | 326.63 | 0.75 | 0.49 |
| Hex | DB | 20 | 88 | 0 | 55 | 26 | E | 147 | 4B | 31 |
| Octal | 333 | 40 | 210 | 0 | 125 | 46 | 16 | 507 | 113 | 61 |
| Binary | 11011011 | 100000 | 10001000 | 0 | 1010101 | 100110 | 1110 | 101000111 | 1001011 | 110001 |
Color Harmonies of #DB2088
Complementary color
Monochromatic Colors of #DB2088
Black with #DB2088
Text Example
Text Example
White with #DB2088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2088; }
p { color: rgb(219,32,136); }
H1.HeaderClassName
{
color: #DB2088;
}
.AnyTagClassName
{
color: #DB2088;
}
</style>
background-color css
<style>
a { background-color: #DB2088; }
a { background-color: rgb(219,32,136); }
div.DivClassName
{
background-color: #DB2088;
}
.BgClassName
{
background-color: #DB2088;
}
</style>
border-color css
<style>
span { border-color: #DB2088; }
span { border-color: rgb(219,32,136); }
td.TdClassName
{
border-color: #DB2088;
}
.TagClassName
{
border-color: #DB2088;
}
</style>