Shades of Cerise #DB2473
Tints of Cerise #DB2473
RGB
CMYK
RGB Variations
Color information
#DB2473 (or 0xDB2473) is known color: Cerise. HEX triplet: DB, 24 and 73. RGB value is (219,36,115). Sum of RGB (Red+Green+Blue) = 219+36+115=370 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.19% from 370); Green value is 36 (14.45% from 255 or 9.73% from 370); Blue value is 115 (45.31% from 255 or 31.08% from 370); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2473 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2473 is #24DB8C. Grayscale: #636363. Windows color (decimal): -2415501 or 7546075. OLE color: 7546075.
HSL color Cylindrical-coordinate representation of color #DB2473: hue angle of 334.1º 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 #DB2473 is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 36 | 115 | - |
| CMYK | 0 | 0.84 | 0.47 | 0.14 |
| HSL | 334.1º | 0.72% | 0.5% | - |
| HSV(B) | 334.1º | 0.84% | 0.86% | - |
| XYZ | 32.94 | 17.56 | 17.87 | - |
| YUV | 99.72 | 136.63 | 213.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 36 | 115 | 0 | 0.84 | 0.47 | 0.14 | 334.1 | 0.72 | 0.5 |
| Hex | DB | 24 | 73 | 0 | 54 | 2F | E | 14E | 48 | 32 |
| Octal | 333 | 44 | 163 | 0 | 124 | 57 | 16 | 516 | 110 | 62 |
| Binary | 11011011 | 100100 | 1110011 | 0 | 1010100 | 101111 | 1110 | 101001110 | 1001000 | 110010 |
Color Harmonies of #DB2473
Complementary color
Monochromatic Colors of #DB2473
Black with #DB2473
Text Example
Text Example
White with #DB2473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2473; }
p { color: rgb(219,36,115); }
H1.HeaderClassName
{
color: #DB2473;
}
.AnyTagClassName
{
color: #DB2473;
}
</style>
background-color css
<style>
a { background-color: #DB2473; }
a { background-color: rgb(219,36,115); }
div.DivClassName
{
background-color: #DB2473;
}
.BgClassName
{
background-color: #DB2473;
}
</style>
border-color css
<style>
span { border-color: #DB2473; }
span { border-color: rgb(219,36,115); }
td.TdClassName
{
border-color: #DB2473;
}
.TagClassName
{
border-color: #DB2473;
}
</style>