Shades of Cerise #DB3773
Tints of Cerise #DB3773
RGB
CMYK
RGB Variations
Color information
#DB3773 (or 0xDB3773) is known color: Cerise. HEX triplet: DB, 37 and 73. RGB value is (219,55,115). Sum of RGB (Red+Green+Blue) = 219+55+115=389 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.30% from 389); Green value is 55 (21.88% from 255 or 14.14% from 389); Blue value is 115 (45.31% from 255 or 29.56% from 389); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3773 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3773 is #24C88C. Grayscale: #6E6E6E. Windows color (decimal): -2410637 or 7550939. OLE color: 7550939.
HSL color Cylindrical-coordinate representation of color #DB3773: hue angle of 338.05º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DB3773 is Cyan = 0, Magento = 0.75, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 55 | 115 | - |
| CMYK | 0 | 0.75 | 0.47 | 0.14 |
| HSL | 338.05º | 0.69% | 0.54% | - |
| HSV(B) | 338.05º | 0.75% | 0.86% | - |
| XYZ | 33.67 | 19.03 | 18.12 | - |
| YUV | 110.88 | 130.33 | 205.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 55 | 115 | 0 | 0.75 | 0.47 | 0.14 | 338.05 | 0.69 | 0.54 |
| Hex | DB | 37 | 73 | 0 | 4B | 2F | E | 152 | 45 | 36 |
| Octal | 333 | 67 | 163 | 0 | 113 | 57 | 16 | 522 | 105 | 66 |
| Binary | 11011011 | 110111 | 1110011 | 0 | 1001011 | 101111 | 1110 | 101010010 | 1000101 | 110110 |
Color Harmonies of #DB3773
Complementary color
Monochromatic Colors of #DB3773
Black with #DB3773
Text Example
Text Example
White with #DB3773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3773; }
p { color: rgb(219,55,115); }
H1.HeaderClassName
{
color: #DB3773;
}
.AnyTagClassName
{
color: #DB3773;
}
</style>
background-color css
<style>
a { background-color: #DB3773; }
a { background-color: rgb(219,55,115); }
div.DivClassName
{
background-color: #DB3773;
}
.BgClassName
{
background-color: #DB3773;
}
</style>
border-color css
<style>
span { border-color: #DB3773; }
span { border-color: rgb(219,55,115); }
td.TdClassName
{
border-color: #DB3773;
}
.TagClassName
{
border-color: #DB3773;
}
</style>