Shades of Cerise #DB2960
Tints of Cerise #DB2960
RGB
CMYK
RGB Variations
Color information
#DB2960 (or 0xDB2960) is known color: Cerise. HEX triplet: DB, 29 and 60. RGB value is (219,41,96). Sum of RGB (Red+Green+Blue) = 219+41+96=356 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.52% from 356); Green value is 41 (16.41% from 255 or 11.52% from 356); Blue value is 96 (37.89% from 255 or 26.97% from 356); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2960 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2960 is #24D69F. Grayscale: #646464. Windows color (decimal): -2414240 or 6302171. OLE color: 6302171.
HSL color Cylindrical-coordinate representation of color #DB2960: hue angle of 341.46º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB2960 is Cyan = 0, Magento = 0.81, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 41 | 96 | - |
| CMYK | 0 | 0.81 | 0.56 | 0.14 |
| HSL | 341.46º | 0.71% | 0.51% | - |
| HSV(B) | 341.46º | 0.81% | 0.86% | - |
| XYZ | 32.12 | 17.49 | 12.75 | - |
| YUV | 100.49 | 125.47 | 212.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 41 | 96 | 0 | 0.81 | 0.56 | 0.14 | 341.46 | 0.71 | 0.51 |
| Hex | DB | 29 | 60 | 0 | 51 | 38 | E | 155 | 47 | 33 |
| Octal | 333 | 51 | 140 | 0 | 121 | 70 | 16 | 525 | 107 | 63 |
| Binary | 11011011 | 101001 | 1100000 | 0 | 1010001 | 111000 | 1110 | 101010101 | 1000111 | 110011 |
Color Harmonies of #DB2960
Complementary color
Monochromatic Colors of #DB2960
Black with #DB2960
Text Example
Text Example
White with #DB2960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2960; }
p { color: rgb(219,41,96); }
H1.HeaderClassName
{
color: #DB2960;
}
.AnyTagClassName
{
color: #DB2960;
}
</style>
background-color css
<style>
a { background-color: #DB2960; }
a { background-color: rgb(219,41,96); }
div.DivClassName
{
background-color: #DB2960;
}
.BgClassName
{
background-color: #DB2960;
}
</style>
border-color css
<style>
span { border-color: #DB2960; }
span { border-color: rgb(219,41,96); }
td.TdClassName
{
border-color: #DB2960;
}
.TagClassName
{
border-color: #DB2960;
}
</style>