Shades of Cerise #DB3059
Tints of Cerise #DB3059
RGB
CMYK
RGB Variations
Color information
#DB3059 (or 0xDB3059) is known color: Cerise. HEX triplet: DB, 30 and 59. RGB value is (219,48,89). Sum of RGB (Red+Green+Blue) = 219+48+89=356 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.52% from 356); Green value is 48 (19.14% from 255 or 13.48% from 356); Blue value is 89 (35.16% from 255 or 25% from 356); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3059 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3059 is #24CFA6. Grayscale: #676767. Windows color (decimal): -2412455 or 5845211. OLE color: 5845211.
HSL color Cylindrical-coordinate representation of color #DB3059: hue angle of 345.61º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB3059 is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 48 | 89 | - |
| CMYK | 0 | 0.78 | 0.59 | 0.14 |
| HSL | 345.61º | 0.7% | 0.52% | - |
| HSV(B) | 345.61º | 0.78% | 0.86% | - |
| XYZ | 32.07 | 17.9 | 11.21 | - |
| YUV | 103.8 | 119.65 | 210.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 48 | 89 | 0 | 0.78 | 0.59 | 0.14 | 345.61 | 0.7 | 0.52 |
| Hex | DB | 30 | 59 | 0 | 4E | 3B | E | 15A | 46 | 34 |
| Octal | 333 | 60 | 131 | 0 | 116 | 73 | 16 | 532 | 106 | 64 |
| Binary | 11011011 | 110000 | 1011001 | 0 | 1001110 | 111011 | 1110 | 101011010 | 1000110 | 110100 |
Color Harmonies of #DB3059
Complementary color
Monochromatic Colors of #DB3059
Black with #DB3059
Text Example
Text Example
White with #DB3059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3059; }
p { color: rgb(219,48,89); }
H1.HeaderClassName
{
color: #DB3059;
}
.AnyTagClassName
{
color: #DB3059;
}
</style>
background-color css
<style>
a { background-color: #DB3059; }
a { background-color: rgb(219,48,89); }
div.DivClassName
{
background-color: #DB3059;
}
.BgClassName
{
background-color: #DB3059;
}
</style>
border-color css
<style>
span { border-color: #DB3059; }
span { border-color: rgb(219,48,89); }
td.TdClassName
{
border-color: #DB3059;
}
.TagClassName
{
border-color: #DB3059;
}
</style>