Shades of Cerise #DB3C5E
Tints of Cerise #DB3C5E
RGB
CMYK
RGB Variations
Color information
#DB3C5E (or 0xDB3C5E) is known color: Cerise. HEX triplet: DB, 3C and 5E. RGB value is (219,60,94). Sum of RGB (Red+Green+Blue) = 219+60+94=373 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.71% from 373); Green value is 60 (23.83% from 255 or 16.09% from 373); Blue value is 94 (37.11% from 255 or 25.20% from 373); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3C5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3C5E is #24C3A1. Grayscale: #6F6F6F. Windows color (decimal): -2409378 or 6175963. OLE color: 6175963.
HSL color Cylindrical-coordinate representation of color #DB3C5E: hue angle of 347.17º 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 #DB3C5E is Cyan = 0, Magento = 0.73, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 60 | 94 | - |
| CMYK | 0 | 0.73 | 0.57 | 0.14 |
| HSL | 347.17º | 0.69% | 0.55% | - |
| HSV(B) | 347.17º | 0.73% | 0.86% | - |
| XYZ | 32.85 | 19.1 | 12.54 | - |
| YUV | 111.42 | 118.18 | 204.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 60 | 94 | 0 | 0.73 | 0.57 | 0.14 | 347.17 | 0.69 | 0.55 |
| Hex | DB | 3C | 5E | 0 | 49 | 39 | E | 15B | 45 | 37 |
| Octal | 333 | 74 | 136 | 0 | 111 | 71 | 16 | 533 | 105 | 67 |
| Binary | 11011011 | 111100 | 1011110 | 0 | 1001001 | 111001 | 1110 | 101011011 | 1000101 | 110111 |
Color Harmonies of #DB3C5E
Complementary color
Monochromatic Colors of #DB3C5E
Black with #DB3C5E
Text Example
Text Example
White with #DB3C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3C5E; }
p { color: rgb(219,60,94); }
H1.HeaderClassName
{
color: #DB3C5E;
}
.AnyTagClassName
{
color: #DB3C5E;
}
</style>
background-color css
<style>
a { background-color: #DB3C5E; }
a { background-color: rgb(219,60,94); }
div.DivClassName
{
background-color: #DB3C5E;
}
.BgClassName
{
background-color: #DB3C5E;
}
</style>
border-color css
<style>
span { border-color: #DB3C5E; }
span { border-color: rgb(219,60,94); }
td.TdClassName
{
border-color: #DB3C5E;
}
.TagClassName
{
border-color: #DB3C5E;
}
</style>