Shades of Cerise #DB3573
Tints of Cerise #DB3573
RGB
CMYK
RGB Variations
Color information
#DB3573 (or 0xDB3573) is known color: Cerise. HEX triplet: DB, 35 and 73. RGB value is (219,53,115). Sum of RGB (Red+Green+Blue) = 219+53+115=387 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.59% from 387); Green value is 53 (21.09% from 255 or 13.70% from 387); Blue value is 115 (45.31% from 255 or 29.72% from 387); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3573 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3573 is #24CA8C. Grayscale: #6D6D6D. Windows color (decimal): -2411149 or 7550427. OLE color: 7550427.
HSL color Cylindrical-coordinate representation of color #DB3573: hue angle of 337.59º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DB3573 is Cyan = 0, Magento = 0.76, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 53 | 115 | - |
| CMYK | 0 | 0.76 | 0.47 | 0.14 |
| HSL | 337.59º | 0.7% | 0.53% | - |
| HSV(B) | 337.59º | 0.76% | 0.86% | - |
| XYZ | 33.58 | 18.84 | 18.09 | - |
| YUV | 109.7 | 131 | 205.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 53 | 115 | 0 | 0.76 | 0.47 | 0.14 | 337.59 | 0.7 | 0.53 |
| Hex | DB | 35 | 73 | 0 | 4C | 2F | E | 152 | 46 | 35 |
| Octal | 333 | 65 | 163 | 0 | 114 | 57 | 16 | 522 | 106 | 65 |
| Binary | 11011011 | 110101 | 1110011 | 0 | 1001100 | 101111 | 1110 | 101010010 | 1000110 | 110101 |
Color Harmonies of #DB3573
Complementary color
Monochromatic Colors of #DB3573
Black with #DB3573
Text Example
Text Example
White with #DB3573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3573; }
p { color: rgb(219,53,115); }
H1.HeaderClassName
{
color: #DB3573;
}
.AnyTagClassName
{
color: #DB3573;
}
</style>
background-color css
<style>
a { background-color: #DB3573; }
a { background-color: rgb(219,53,115); }
div.DivClassName
{
background-color: #DB3573;
}
.BgClassName
{
background-color: #DB3573;
}
</style>
border-color css
<style>
span { border-color: #DB3573; }
span { border-color: rgb(219,53,115); }
td.TdClassName
{
border-color: #DB3573;
}
.TagClassName
{
border-color: #DB3573;
}
</style>