Shades of Cerise #DB2360
Tints of Cerise #DB2360
RGB
CMYK
RGB Variations
Color information
#DB2360 (or 0xDB2360) is known color: Cerise. HEX triplet: DB, 23 and 60. RGB value is (219,35,96). Sum of RGB (Red+Green+Blue) = 219+35+96=350 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.57% from 350); Green value is 35 (14.06% from 255 or 10% from 350); Blue value is 96 (37.89% from 255 or 27.43% from 350); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2360 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2360 is #24DC9F. Grayscale: #606060. Windows color (decimal): -2415776 or 6300635. OLE color: 6300635.
HSL color Cylindrical-coordinate representation of color #DB2360: hue angle of 340.11º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB2360 is Cyan = 0, Magento = 0.84, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 35 | 96 | - |
| CMYK | 0 | 0.84 | 0.56 | 0.14 |
| HSL | 340.11º | 0.72% | 0.5% | - |
| HSV(B) | 340.11º | 0.84% | 0.86% | - |
| XYZ | 31.93 | 17.11 | 12.69 | - |
| YUV | 96.97 | 127.46 | 215.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 35 | 96 | 0 | 0.84 | 0.56 | 0.14 | 340.11 | 0.72 | 0.5 |
| Hex | DB | 23 | 60 | 0 | 54 | 38 | E | 154 | 48 | 32 |
| Octal | 333 | 43 | 140 | 0 | 124 | 70 | 16 | 524 | 110 | 62 |
| Binary | 11011011 | 100011 | 1100000 | 0 | 1010100 | 111000 | 1110 | 101010100 | 1001000 | 110010 |
Color Harmonies of #DB2360
Complementary color
Monochromatic Colors of #DB2360
Black with #DB2360
Text Example
Text Example
White with #DB2360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2360; }
p { color: rgb(219,35,96); }
H1.HeaderClassName
{
color: #DB2360;
}
.AnyTagClassName
{
color: #DB2360;
}
</style>
background-color css
<style>
a { background-color: #DB2360; }
a { background-color: rgb(219,35,96); }
div.DivClassName
{
background-color: #DB2360;
}
.BgClassName
{
background-color: #DB2360;
}
</style>
border-color css
<style>
span { border-color: #DB2360; }
span { border-color: rgb(219,35,96); }
td.TdClassName
{
border-color: #DB2360;
}
.TagClassName
{
border-color: #DB2360;
}
</style>