Shades of Cerise #DB3B58
Tints of Cerise #DB3B58
RGB
CMYK
RGB Variations
Color information
#DB3B58 (or 0xDB3B58) is known color: Cerise. HEX triplet: DB, 3B and 58. RGB value is (219,59,88). Sum of RGB (Red+Green+Blue) = 219+59+88=366 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.84% from 366); Green value is 59 (23.44% from 255 or 16.12% from 366); Blue value is 88 (34.77% from 255 or 24.04% from 366); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3B58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3B58 is #24C4A7. Grayscale: #6E6E6E. Windows color (decimal): -2409640 or 5782491. OLE color: 5782491.
HSL color Cylindrical-coordinate representation of color #DB3B58: hue angle of 349.12º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DB3B58 is Cyan = 0, Magento = 0.73, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 59 | 88 | - |
| CMYK | 0 | 0.73 | 0.60 | 0.14 |
| HSL | 349.13º | 0.69% | 0.55% | - |
| HSV(B) | 349.13º | 0.73% | 0.86% | - |
| XYZ | 32.54 | 18.89 | 11.16 | - |
| YUV | 110.15 | 115.51 | 205.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 59 | 88 | 0 | 0.73 | 0.60 | 0.14 | 349.13 | 0.69 | 0.55 |
| Hex | DB | 3B | 58 | 0 | 49 | 3C | E | 15D | 45 | 37 |
| Octal | 333 | 73 | 130 | 0 | 111 | 74 | 16 | 535 | 105 | 67 |
| Binary | 11011011 | 111011 | 1011000 | 0 | 1001001 | 111100 | 1110 | 101011101 | 1000101 | 110111 |
Color Harmonies of #DB3B58
Complementary color
Monochromatic Colors of #DB3B58
Black with #DB3B58
Text Example
Text Example
White with #DB3B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3B58; }
p { color: rgb(219,59,88); }
H1.HeaderClassName
{
color: #DB3B58;
}
.AnyTagClassName
{
color: #DB3B58;
}
</style>
background-color css
<style>
a { background-color: #DB3B58; }
a { background-color: rgb(219,59,88); }
div.DivClassName
{
background-color: #DB3B58;
}
.BgClassName
{
background-color: #DB3B58;
}
</style>
border-color css
<style>
span { border-color: #DB3B58; }
span { border-color: rgb(219,59,88); }
td.TdClassName
{
border-color: #DB3B58;
}
.TagClassName
{
border-color: #DB3B58;
}
</style>