Shades of Cerise #DB2359
Tints of Cerise #DB2359
RGB
CMYK
RGB Variations
Color information
#DB2359 (or 0xDB2359) is known color: Cerise. HEX triplet: DB, 23 and 59. RGB value is (219,35,89). Sum of RGB (Red+Green+Blue) = 219+35+89=343 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.85% from 343); Green value is 35 (14.06% from 255 or 10.20% from 343); Blue value is 89 (35.16% from 255 or 25.95% from 343); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2359 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2359 is #24DCA6. Grayscale: #606060. Windows color (decimal): -2415783 or 5841883. OLE color: 5841883.
HSL color Cylindrical-coordinate representation of color #DB2359: hue angle of 342.39º 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 #DB2359 is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 35 | 89 | - |
| CMYK | 0 | 0.84 | 0.59 | 0.14 |
| HSL | 342.39º | 0.72% | 0.5% | - |
| HSV(B) | 342.39º | 0.84% | 0.86% | - |
| XYZ | 31.62 | 16.98 | 11.06 | - |
| YUV | 96.17 | 123.96 | 215.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 35 | 89 | 0 | 0.84 | 0.59 | 0.14 | 342.39 | 0.72 | 0.5 |
| Hex | DB | 23 | 59 | 0 | 54 | 3B | E | 156 | 48 | 32 |
| Octal | 333 | 43 | 131 | 0 | 124 | 73 | 16 | 526 | 110 | 62 |
| Binary | 11011011 | 100011 | 1011001 | 0 | 1010100 | 111011 | 1110 | 101010110 | 1001000 | 110010 |
Color Harmonies of #DB2359
Complementary color
Monochromatic Colors of #DB2359
Black with #DB2359
Text Example
Text Example
White with #DB2359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2359; }
p { color: rgb(219,35,89); }
H1.HeaderClassName
{
color: #DB2359;
}
.AnyTagClassName
{
color: #DB2359;
}
</style>
background-color css
<style>
a { background-color: #DB2359; }
a { background-color: rgb(219,35,89); }
div.DivClassName
{
background-color: #DB2359;
}
.BgClassName
{
background-color: #DB2359;
}
</style>
border-color css
<style>
span { border-color: #DB2359; }
span { border-color: rgb(219,35,89); }
td.TdClassName
{
border-color: #DB2359;
}
.TagClassName
{
border-color: #DB2359;
}
</style>