Shades of Cerise #DB3761
Tints of Cerise #DB3761
RGB
CMYK
RGB Variations
Color information
#DB3761 (or 0xDB3761) is known color: Cerise. HEX triplet: DB, 37 and 61. RGB value is (219,55,97). Sum of RGB (Red+Green+Blue) = 219+55+97=371 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.03% from 371); Green value is 55 (21.88% from 255 or 14.82% from 371); Blue value is 97 (38.28% from 255 or 26.15% from 371); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3761 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3761 is #24C89E. Grayscale: #6C6C6C. Windows color (decimal): -2410655 or 6371291. OLE color: 6371291.
HSL color Cylindrical-coordinate representation of color #DB3761: hue angle of 344.63º 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 #DB3761 is Cyan = 0, Magento = 0.75, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 55 | 97 | - |
| CMYK | 0 | 0.75 | 0.56 | 0.14 |
| HSL | 344.63º | 0.69% | 0.54% | - |
| HSV(B) | 344.63º | 0.75% | 0.86% | - |
| XYZ | 32.74 | 18.66 | 13.18 | - |
| YUV | 108.82 | 121.33 | 206.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 55 | 97 | 0 | 0.75 | 0.56 | 0.14 | 344.63 | 0.69 | 0.54 |
| Hex | DB | 37 | 61 | 0 | 4B | 38 | E | 159 | 45 | 36 |
| Octal | 333 | 67 | 141 | 0 | 113 | 70 | 16 | 531 | 105 | 66 |
| Binary | 11011011 | 110111 | 1100001 | 0 | 1001011 | 111000 | 1110 | 101011001 | 1000101 | 110110 |
Color Harmonies of #DB3761
Complementary color
Monochromatic Colors of #DB3761
Black with #DB3761
Text Example
Text Example
White with #DB3761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3761; }
p { color: rgb(219,55,97); }
H1.HeaderClassName
{
color: #DB3761;
}
.AnyTagClassName
{
color: #DB3761;
}
</style>
background-color css
<style>
a { background-color: #DB3761; }
a { background-color: rgb(219,55,97); }
div.DivClassName
{
background-color: #DB3761;
}
.BgClassName
{
background-color: #DB3761;
}
</style>
border-color css
<style>
span { border-color: #DB3761; }
span { border-color: rgb(219,55,97); }
td.TdClassName
{
border-color: #DB3761;
}
.TagClassName
{
border-color: #DB3761;
}
</style>