Shades of Cerise #DB3C58
Tints of Cerise #DB3C58
RGB
CMYK
RGB Variations
Color information
#DB3C58 (or 0xDB3C58) is known color: Cerise. HEX triplet: DB, 3C and 58. RGB value is (219,60,88). Sum of RGB (Red+Green+Blue) = 219+60+88=367 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.67% from 367); Green value is 60 (23.83% from 255 or 16.35% from 367); Blue value is 88 (34.77% from 255 or 23.98% from 367); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3C58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3C58 is #24C3A7. Grayscale: #6E6E6E. Windows color (decimal): -2409384 or 5782747. OLE color: 5782747.
HSL color Cylindrical-coordinate representation of color #DB3C58: hue angle of 349.43º 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 #DB3C58 is Cyan = 0, Magento = 0.73, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 60 | 88 | - |
| CMYK | 0 | 0.73 | 0.60 | 0.14 |
| HSL | 349.43º | 0.69% | 0.55% | - |
| HSV(B) | 349.43º | 0.73% | 0.86% | - |
| XYZ | 32.59 | 19 | 11.18 | - |
| YUV | 110.73 | 115.18 | 205.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 60 | 88 | 0 | 0.73 | 0.60 | 0.14 | 349.43 | 0.69 | 0.55 |
| Hex | DB | 3C | 58 | 0 | 49 | 3C | E | 15D | 45 | 37 |
| Octal | 333 | 74 | 130 | 0 | 111 | 74 | 16 | 535 | 105 | 67 |
| Binary | 11011011 | 111100 | 1011000 | 0 | 1001001 | 111100 | 1110 | 101011101 | 1000101 | 110111 |
Color Harmonies of #DB3C58
Complementary color
Monochromatic Colors of #DB3C58
Black with #DB3C58
Text Example
Text Example
White with #DB3C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3C58; }
p { color: rgb(219,60,88); }
H1.HeaderClassName
{
color: #DB3C58;
}
.AnyTagClassName
{
color: #DB3C58;
}
</style>
background-color css
<style>
a { background-color: #DB3C58; }
a { background-color: rgb(219,60,88); }
div.DivClassName
{
background-color: #DB3C58;
}
.BgClassName
{
background-color: #DB3C58;
}
</style>
border-color css
<style>
span { border-color: #DB3C58; }
span { border-color: rgb(219,60,88); }
td.TdClassName
{
border-color: #DB3C58;
}
.TagClassName
{
border-color: #DB3C58;
}
</style>