Shades of Deep Cerise #DB2899
Tints of Deep Cerise #DB2899
RGB
CMYK
RGB Variations
Color information
#DB2899 (or 0xDB2899) is known color: Deep Cerise. HEX triplet: DB, 28 and 99. RGB value is (219,40,153). Sum of RGB (Red+Green+Blue) = 219+40+153=412 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.16% from 412); Green value is 40 (16.02% from 255 or 9.71% from 412); Blue value is 153 (60.16% from 255 or 37.14% from 412); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2899 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2899 is #24D766. Grayscale: #6A6A6A. Windows color (decimal): -2414439 or 10037467. OLE color: 10037467.
HSL color Cylindrical-coordinate representation of color #DB2899: hue angle of 322.12º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DB2899 is Cyan = 0, Magento = 0.82, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 40 | 153 | - |
| CMYK | 0 | 0.82 | 0.30 | 0.14 |
| HSL | 322.12º | 0.71% | 0.51% | - |
| HSV(B) | 322.12º | 0.82% | 0.86% | - |
| XYZ | 35.72 | 18.88 | 31.9 | - |
| YUV | 106.4 | 154.3 | 208.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 40 | 153 | 0 | 0.82 | 0.30 | 0.14 | 322.12 | 0.71 | 0.51 |
| Hex | DB | 28 | 99 | 0 | 52 | 1E | E | 142 | 47 | 33 |
| Octal | 333 | 50 | 231 | 0 | 122 | 36 | 16 | 502 | 107 | 63 |
| Binary | 11011011 | 101000 | 10011001 | 0 | 1010010 | 11110 | 1110 | 101000010 | 1000111 | 110011 |
Color Harmonies of #DB2899
Complementary color
Monochromatic Colors of #DB2899
Black with #DB2899
Text Example
Text Example
White with #DB2899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2899; }
p { color: rgb(219,40,153); }
H1.HeaderClassName
{
color: #DB2899;
}
.AnyTagClassName
{
color: #DB2899;
}
</style>
background-color css
<style>
a { background-color: #DB2899; }
a { background-color: rgb(219,40,153); }
div.DivClassName
{
background-color: #DB2899;
}
.BgClassName
{
background-color: #DB2899;
}
</style>
border-color css
<style>
span { border-color: #DB2899; }
span { border-color: rgb(219,40,153); }
td.TdClassName
{
border-color: #DB2899;
}
.TagClassName
{
border-color: #DB2899;
}
</style>