Shades of Cerise #DB2F59
Tints of Cerise #DB2F59
RGB
CMYK
RGB Variations
Color information
#DB2F59 (or 0xDB2F59) is known color: Cerise. HEX triplet: DB, 2F and 59. RGB value is (219,47,89). Sum of RGB (Red+Green+Blue) = 219+47+89=355 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.69% from 355); Green value is 47 (18.75% from 255 or 13.24% from 355); Blue value is 89 (35.16% from 255 or 25.07% from 355); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2F59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2F59 is #24D0A6. Grayscale: #676767. Windows color (decimal): -2412711 or 5844955. OLE color: 5844955.
HSL color Cylindrical-coordinate representation of color #DB2F59: hue angle of 345.35º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB2F59 is Cyan = 0, Magento = 0.79, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 47 | 89 | - |
| CMYK | 0 | 0.79 | 0.59 | 0.14 |
| HSL | 345.35º | 0.7% | 0.52% | - |
| HSV(B) | 345.35º | 0.79% | 0.86% | - |
| XYZ | 32.03 | 17.81 | 11.2 | - |
| YUV | 103.22 | 119.98 | 210.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 47 | 89 | 0 | 0.79 | 0.59 | 0.14 | 345.35 | 0.7 | 0.52 |
| Hex | DB | 2F | 59 | 0 | 4F | 3B | E | 159 | 46 | 34 |
| Octal | 333 | 57 | 131 | 0 | 117 | 73 | 16 | 531 | 106 | 64 |
| Binary | 11011011 | 101111 | 1011001 | 0 | 1001111 | 111011 | 1110 | 101011001 | 1000110 | 110100 |
Color Harmonies of #DB2F59
Complementary color
Monochromatic Colors of #DB2F59
Black with #DB2F59
Text Example
Text Example
White with #DB2F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2F59; }
p { color: rgb(219,47,89); }
H1.HeaderClassName
{
color: #DB2F59;
}
.AnyTagClassName
{
color: #DB2F59;
}
</style>
background-color css
<style>
a { background-color: #DB2F59; }
a { background-color: rgb(219,47,89); }
div.DivClassName
{
background-color: #DB2F59;
}
.BgClassName
{
background-color: #DB2F59;
}
</style>
border-color css
<style>
span { border-color: #DB2F59; }
span { border-color: rgb(219,47,89); }
td.TdClassName
{
border-color: #DB2F59;
}
.TagClassName
{
border-color: #DB2F59;
}
</style>