Shades of Deep Cerise #DB2389
Tints of Deep Cerise #DB2389
RGB
CMYK
RGB Variations
Color information
#DB2389 (or 0xDB2389) is known color: Deep Cerise. HEX triplet: DB, 23 and 89. RGB value is (219,35,137). Sum of RGB (Red+Green+Blue) = 219+35+137=391 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.01% from 391); Green value is 35 (14.06% from 255 or 8.95% from 391); Blue value is 137 (53.91% from 255 or 35.04% from 391); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2389 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2389 is #24DC76. Grayscale: #656565. Windows color (decimal): -2415735 or 8987611. OLE color: 8987611.
HSL color Cylindrical-coordinate representation of color #DB2389: hue angle of 326.74º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB2389 is Cyan = 0, Magento = 0.84, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 35 | 137 | - |
| CMYK | 0 | 0.84 | 0.37 | 0.14 |
| HSL | 326.74º | 0.72% | 0.5% | - |
| HSV(B) | 326.74º | 0.84% | 0.86% | - |
| XYZ | 34.33 | 18.07 | 25.35 | - |
| YUV | 101.64 | 147.96 | 211.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 35 | 137 | 0 | 0.84 | 0.37 | 0.14 | 326.74 | 0.72 | 0.5 |
| Hex | DB | 23 | 89 | 0 | 54 | 25 | E | 147 | 48 | 32 |
| Octal | 333 | 43 | 211 | 0 | 124 | 45 | 16 | 507 | 110 | 62 |
| Binary | 11011011 | 100011 | 10001001 | 0 | 1010100 | 100101 | 1110 | 101000111 | 1001000 | 110010 |
Color Harmonies of #DB2389
Complementary color
Monochromatic Colors of #DB2389
Black with #DB2389
Text Example
Text Example
White with #DB2389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2389; }
p { color: rgb(219,35,137); }
H1.HeaderClassName
{
color: #DB2389;
}
.AnyTagClassName
{
color: #DB2389;
}
</style>
background-color css
<style>
a { background-color: #DB2389; }
a { background-color: rgb(219,35,137); }
div.DivClassName
{
background-color: #DB2389;
}
.BgClassName
{
background-color: #DB2389;
}
</style>
border-color css
<style>
span { border-color: #DB2389; }
span { border-color: rgb(219,35,137); }
td.TdClassName
{
border-color: #DB2389;
}
.TagClassName
{
border-color: #DB2389;
}
</style>