Shades of Deep Cerise #DB2099
Tints of Deep Cerise #DB2099
RGB
CMYK
RGB Variations
Color information
#DB2099 (or 0xDB2099) is known color: Deep Cerise. HEX triplet: DB, 20 and 99. RGB value is (219,32,153). Sum of RGB (Red+Green+Blue) = 219+32+153=404 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.21% from 404); Green value is 32 (12.89% from 255 or 7.92% from 404); Blue value is 153 (60.16% from 255 or 37.87% from 404); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2099 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2099 is #24DF66. Grayscale: #656565. Windows color (decimal): -2416487 or 10035419. OLE color: 10035419.
HSL color Cylindrical-coordinate representation of color #DB2099: hue angle of 321.18º 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 #DB2099 is Cyan = 0, Magento = 0.85, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 32 | 153 | - |
| CMYK | 0 | 0.85 | 0.30 | 0.14 |
| HSL | 321.18º | 0.75% | 0.49% | - |
| HSV(B) | 321.18º | 0.85% | 0.86% | - |
| XYZ | 35.48 | 18.39 | 31.82 | - |
| YUV | 101.71 | 156.95 | 211.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 32 | 153 | 0 | 0.85 | 0.30 | 0.14 | 321.18 | 0.75 | 0.49 |
| Hex | DB | 20 | 99 | 0 | 55 | 1E | E | 141 | 4B | 31 |
| Octal | 333 | 40 | 231 | 0 | 125 | 36 | 16 | 501 | 113 | 61 |
| Binary | 11011011 | 100000 | 10011001 | 0 | 1010101 | 11110 | 1110 | 101000001 | 1001011 | 110001 |
Color Harmonies of #DB2099
Complementary color
Monochromatic Colors of #DB2099
Black with #DB2099
Text Example
Text Example
White with #DB2099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2099; }
p { color: rgb(219,32,153); }
H1.HeaderClassName
{
color: #DB2099;
}
.AnyTagClassName
{
color: #DB2099;
}
</style>
background-color css
<style>
a { background-color: #DB2099; }
a { background-color: rgb(219,32,153); }
div.DivClassName
{
background-color: #DB2099;
}
.BgClassName
{
background-color: #DB2099;
}
</style>
border-color css
<style>
span { border-color: #DB2099; }
span { border-color: rgb(219,32,153); }
td.TdClassName
{
border-color: #DB2099;
}
.TagClassName
{
border-color: #DB2099;
}
</style>