Shades of Cerise #DB2962
Tints of Cerise #DB2962
RGB
CMYK
RGB Variations
Color information
#DB2962 (or 0xDB2962) is known color: Cerise. HEX triplet: DB, 29 and 62. RGB value is (219,41,98). Sum of RGB (Red+Green+Blue) = 219+41+98=358 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.17% from 358); Green value is 41 (16.41% from 255 or 11.45% from 358); Blue value is 98 (38.67% from 255 or 27.37% from 358); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2962 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2962 is #24D69D. Grayscale: #646464. Windows color (decimal): -2414238 or 6433243. OLE color: 6433243.
HSL color Cylindrical-coordinate representation of color #DB2962: hue angle of 340.79º 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 #DB2962 is Cyan = 0, Magento = 0.81, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 41 | 98 | - |
| CMYK | 0 | 0.81 | 0.55 | 0.14 |
| HSL | 340.79º | 0.71% | 0.51% | - |
| HSV(B) | 340.79º | 0.81% | 0.86% | - |
| XYZ | 32.21 | 17.53 | 13.24 | - |
| YUV | 100.72 | 126.47 | 212.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 41 | 98 | 0 | 0.81 | 0.55 | 0.14 | 340.79 | 0.71 | 0.51 |
| Hex | DB | 29 | 62 | 0 | 51 | 37 | E | 155 | 47 | 33 |
| Octal | 333 | 51 | 142 | 0 | 121 | 67 | 16 | 525 | 107 | 63 |
| Binary | 11011011 | 101001 | 1100010 | 0 | 1010001 | 110111 | 1110 | 101010101 | 1000111 | 110011 |
Color Harmonies of #DB2962
Complementary color
Monochromatic Colors of #DB2962
Black with #DB2962
Text Example
Text Example
White with #DB2962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2962; }
p { color: rgb(219,41,98); }
H1.HeaderClassName
{
color: #DB2962;
}
.AnyTagClassName
{
color: #DB2962;
}
</style>
background-color css
<style>
a { background-color: #DB2962; }
a { background-color: rgb(219,41,98); }
div.DivClassName
{
background-color: #DB2962;
}
.BgClassName
{
background-color: #DB2962;
}
</style>
border-color css
<style>
span { border-color: #DB2962; }
span { border-color: rgb(219,41,98); }
td.TdClassName
{
border-color: #DB2962;
}
.TagClassName
{
border-color: #DB2962;
}
</style>