Shades of Cerise #DB2659
Tints of Cerise #DB2659
RGB
CMYK
RGB Variations
Color information
#DB2659 (or 0xDB2659) is known color: Cerise. HEX triplet: DB, 26 and 59. RGB value is (219,38,89). Sum of RGB (Red+Green+Blue) = 219+38+89=346 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.29% from 346); Green value is 38 (15.23% from 255 or 10.98% from 346); Blue value is 89 (35.16% from 255 or 25.72% from 346); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2659 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2659 is #24D9A6. Grayscale: #616161. Windows color (decimal): -2415015 or 5842651. OLE color: 5842651.
HSL color Cylindrical-coordinate representation of color #DB2659: hue angle of 343.09º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DB2659 is Cyan = 0, Magento = 0.83, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 38 | 89 | - |
| CMYK | 0 | 0.83 | 0.59 | 0.14 |
| HSL | 343.09º | 0.72% | 0.5% | - |
| HSV(B) | 343.09º | 0.83% | 0.86% | - |
| XYZ | 31.71 | 17.17 | 11.09 | - |
| YUV | 97.93 | 122.97 | 214.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 38 | 89 | 0 | 0.83 | 0.59 | 0.14 | 343.09 | 0.72 | 0.5 |
| Hex | DB | 26 | 59 | 0 | 53 | 3B | E | 157 | 48 | 32 |
| Octal | 333 | 46 | 131 | 0 | 123 | 73 | 16 | 527 | 110 | 62 |
| Binary | 11011011 | 100110 | 1011001 | 0 | 1010011 | 111011 | 1110 | 101010111 | 1001000 | 110010 |
Color Harmonies of #DB2659
Complementary color
Monochromatic Colors of #DB2659
Black with #DB2659
Text Example
Text Example
White with #DB2659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2659; }
p { color: rgb(219,38,89); }
H1.HeaderClassName
{
color: #DB2659;
}
.AnyTagClassName
{
color: #DB2659;
}
</style>
background-color css
<style>
a { background-color: #DB2659; }
a { background-color: rgb(219,38,89); }
div.DivClassName
{
background-color: #DB2659;
}
.BgClassName
{
background-color: #DB2659;
}
</style>
border-color css
<style>
span { border-color: #DB2659; }
span { border-color: rgb(219,38,89); }
td.TdClassName
{
border-color: #DB2659;
}
.TagClassName
{
border-color: #DB2659;
}
</style>