Shades of Cerise #DB3E60
Tints of Cerise #DB3E60
RGB
CMYK
RGB Variations
Color information
#DB3E60 (or 0xDB3E60) is known color: Cerise. HEX triplet: DB, 3E and 60. RGB value is (219,62,96). Sum of RGB (Red+Green+Blue) = 219+62+96=377 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.09% from 377); Green value is 62 (24.61% from 255 or 16.45% from 377); Blue value is 96 (37.89% from 255 or 25.46% from 377); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3E60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3E60 is #24C19F. Grayscale: #707070. Windows color (decimal): -2408864 or 6307547. OLE color: 6307547.
HSL color Cylindrical-coordinate representation of color #DB3E60: hue angle of 347.01º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DB3E60 is Cyan = 0, Magento = 0.72, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 62 | 96 | - |
| CMYK | 0 | 0.72 | 0.56 | 0.14 |
| HSL | 347.01º | 0.69% | 0.55% | - |
| HSV(B) | 347.01º | 0.72% | 0.86% | - |
| XYZ | 33.05 | 19.35 | 13.06 | - |
| YUV | 112.82 | 118.51 | 203.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 62 | 96 | 0 | 0.72 | 0.56 | 0.14 | 347.01 | 0.69 | 0.55 |
| Hex | DB | 3E | 60 | 0 | 48 | 38 | E | 15B | 45 | 37 |
| Octal | 333 | 76 | 140 | 0 | 110 | 70 | 16 | 533 | 105 | 67 |
| Binary | 11011011 | 111110 | 1100000 | 0 | 1001000 | 111000 | 1110 | 101011011 | 1000101 | 110111 |
Color Harmonies of #DB3E60
Complementary color
Monochromatic Colors of #DB3E60
Black with #DB3E60
Text Example
Text Example
White with #DB3E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3E60; }
p { color: rgb(219,62,96); }
H1.HeaderClassName
{
color: #DB3E60;
}
.AnyTagClassName
{
color: #DB3E60;
}
</style>
background-color css
<style>
a { background-color: #DB3E60; }
a { background-color: rgb(219,62,96); }
div.DivClassName
{
background-color: #DB3E60;
}
.BgClassName
{
background-color: #DB3E60;
}
</style>
border-color css
<style>
span { border-color: #DB3E60; }
span { border-color: rgb(219,62,96); }
td.TdClassName
{
border-color: #DB3E60;
}
.TagClassName
{
border-color: #DB3E60;
}
</style>