Shades of Cerise #DB2973
Tints of Cerise #DB2973
RGB
CMYK
RGB Variations
Color information
#DB2973 (or 0xDB2973) is known color: Cerise. HEX triplet: DB, 29 and 73. RGB value is (219,41,115). Sum of RGB (Red+Green+Blue) = 219+41+115=375 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.4% from 375); Green value is 41 (16.41% from 255 or 10.93% from 375); Blue value is 115 (45.31% from 255 or 30.67% from 375); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2973 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2973 is #24D68C. Grayscale: #666666. Windows color (decimal): -2414221 or 7547355. OLE color: 7547355.
HSL color Cylindrical-coordinate representation of color #DB2973: hue angle of 335.06º 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 #DB2973 is Cyan = 0, Magento = 0.81, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 41 | 115 | - |
| CMYK | 0 | 0.81 | 0.47 | 0.14 |
| HSL | 335.06º | 0.71% | 0.51% | - |
| HSV(B) | 335.06º | 0.81% | 0.86% | - |
| XYZ | 33.1 | 17.88 | 17.93 | - |
| YUV | 102.66 | 134.97 | 210.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 41 | 115 | 0 | 0.81 | 0.47 | 0.14 | 335.06 | 0.71 | 0.51 |
| Hex | DB | 29 | 73 | 0 | 51 | 2F | E | 14F | 47 | 33 |
| Octal | 333 | 51 | 163 | 0 | 121 | 57 | 16 | 517 | 107 | 63 |
| Binary | 11011011 | 101001 | 1110011 | 0 | 1010001 | 101111 | 1110 | 101001111 | 1000111 | 110011 |
Color Harmonies of #DB2973
Complementary color
Monochromatic Colors of #DB2973
Black with #DB2973
Text Example
Text Example
White with #DB2973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2973; }
p { color: rgb(219,41,115); }
H1.HeaderClassName
{
color: #DB2973;
}
.AnyTagClassName
{
color: #DB2973;
}
</style>
background-color css
<style>
a { background-color: #DB2973; }
a { background-color: rgb(219,41,115); }
div.DivClassName
{
background-color: #DB2973;
}
.BgClassName
{
background-color: #DB2973;
}
</style>
border-color css
<style>
span { border-color: #DB2973; }
span { border-color: rgb(219,41,115); }
td.TdClassName
{
border-color: #DB2973;
}
.TagClassName
{
border-color: #DB2973;
}
</style>