Shades of Deep Cerise #DB2889
Tints of Deep Cerise #DB2889
RGB
CMYK
RGB Variations
Color information
#DB2889 (or 0xDB2889) is known color: Deep Cerise. HEX triplet: DB, 28 and 89. RGB value is (219,40,137). Sum of RGB (Red+Green+Blue) = 219+40+137=396 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.30% from 396); Green value is 40 (16.02% from 255 or 10.10% from 396); Blue value is 137 (53.91% from 255 or 34.60% from 396); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2889 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2889 is #24D776. Grayscale: #686868. Windows color (decimal): -2414455 or 8988891. OLE color: 8988891.
HSL color Cylindrical-coordinate representation of color #DB2889: hue angle of 327.49º 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 #DB2889 is Cyan = 0, Magento = 0.82, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 40 | 137 | - |
| CMYK | 0 | 0.82 | 0.37 | 0.14 |
| HSL | 327.49º | 0.71% | 0.51% | - |
| HSV(B) | 327.49º | 0.82% | 0.86% | - |
| XYZ | 34.49 | 18.38 | 25.4 | - |
| YUV | 104.58 | 146.3 | 209.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 40 | 137 | 0 | 0.82 | 0.37 | 0.14 | 327.49 | 0.71 | 0.51 |
| Hex | DB | 28 | 89 | 0 | 52 | 25 | E | 147 | 47 | 33 |
| Octal | 333 | 50 | 211 | 0 | 122 | 45 | 16 | 507 | 107 | 63 |
| Binary | 11011011 | 101000 | 10001001 | 0 | 1010010 | 100101 | 1110 | 101000111 | 1000111 | 110011 |
Color Harmonies of #DB2889
Complementary color
Monochromatic Colors of #DB2889
Black with #DB2889
Text Example
Text Example
White with #DB2889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2889; }
p { color: rgb(219,40,137); }
H1.HeaderClassName
{
color: #DB2889;
}
.AnyTagClassName
{
color: #DB2889;
}
</style>
background-color css
<style>
a { background-color: #DB2889; }
a { background-color: rgb(219,40,137); }
div.DivClassName
{
background-color: #DB2889;
}
.BgClassName
{
background-color: #DB2889;
}
</style>
border-color css
<style>
span { border-color: #DB2889; }
span { border-color: rgb(219,40,137); }
td.TdClassName
{
border-color: #DB2889;
}
.TagClassName
{
border-color: #DB2889;
}
</style>