Shades of Cerise #DB2660
Tints of Cerise #DB2660
RGB
CMYK
RGB Variations
Color information
#DB2660 (or 0xDB2660) is known color: Cerise. HEX triplet: DB, 26 and 60. RGB value is (219,38,96). Sum of RGB (Red+Green+Blue) = 219+38+96=353 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.04% from 353); Green value is 38 (15.23% from 255 or 10.76% from 353); Blue value is 96 (37.89% from 255 or 27.20% from 353); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2660 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2660 is #24D99F. Grayscale: #626262. Windows color (decimal): -2415008 or 6301403. OLE color: 6301403.
HSL color Cylindrical-coordinate representation of color #DB2660: hue angle of 340.77º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DB2660 is Cyan = 0, Magento = 0.83, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 38 | 96 | - |
| CMYK | 0 | 0.83 | 0.56 | 0.14 |
| HSL | 340.77º | 0.72% | 0.5% | - |
| HSV(B) | 340.77º | 0.83% | 0.86% | - |
| XYZ | 32.02 | 17.29 | 12.72 | - |
| YUV | 98.73 | 126.47 | 213.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 38 | 96 | 0 | 0.83 | 0.56 | 0.14 | 340.77 | 0.72 | 0.5 |
| Hex | DB | 26 | 60 | 0 | 53 | 38 | E | 155 | 48 | 32 |
| Octal | 333 | 46 | 140 | 0 | 123 | 70 | 16 | 525 | 110 | 62 |
| Binary | 11011011 | 100110 | 1100000 | 0 | 1010011 | 111000 | 1110 | 101010101 | 1001000 | 110010 |
Color Harmonies of #DB2660
Complementary color
Monochromatic Colors of #DB2660
Black with #DB2660
Text Example
Text Example
White with #DB2660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2660; }
p { color: rgb(219,38,96); }
H1.HeaderClassName
{
color: #DB2660;
}
.AnyTagClassName
{
color: #DB2660;
}
</style>
background-color css
<style>
a { background-color: #DB2660; }
a { background-color: rgb(219,38,96); }
div.DivClassName
{
background-color: #DB2660;
}
.BgClassName
{
background-color: #DB2660;
}
</style>
border-color css
<style>
span { border-color: #DB2660; }
span { border-color: rgb(219,38,96); }
td.TdClassName
{
border-color: #DB2660;
}
.TagClassName
{
border-color: #DB2660;
}
</style>