Shades of Cerise #DB376E
Tints of Cerise #DB376E
RGB
CMYK
RGB Variations
Color information
#DB376E (or 0xDB376E) is known color: Cerise. HEX triplet: DB, 37 and 6E. RGB value is (219,55,110). Sum of RGB (Red+Green+Blue) = 219+55+110=384 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.03% from 384); Green value is 55 (21.88% from 255 or 14.32% from 384); Blue value is 110 (43.36% from 255 or 28.65% from 384); Max value from RGB is 219 - color contains mainly: red. Hex color #DB376E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB376E is #24C891. Grayscale: #6E6E6E. Windows color (decimal): -2410642 or 7223259. OLE color: 7223259.
HSL color Cylindrical-coordinate representation of color #DB376E: hue angle of 339.88º 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 #DB376E is Cyan = 0, Magento = 0.75, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 55 | 110 | - |
| CMYK | 0 | 0.75 | 0.50 | 0.14 |
| HSL | 339.88º | 0.69% | 0.54% | - |
| HSV(B) | 339.88º | 0.75% | 0.86% | - |
| XYZ | 33.39 | 18.92 | 16.64 | - |
| YUV | 110.31 | 127.83 | 205.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 55 | 110 | 0 | 0.75 | 0.50 | 0.14 | 339.88 | 0.69 | 0.54 |
| Hex | DB | 37 | 6E | 0 | 4B | 32 | E | 154 | 45 | 36 |
| Octal | 333 | 67 | 156 | 0 | 113 | 62 | 16 | 524 | 105 | 66 |
| Binary | 11011011 | 110111 | 1101110 | 0 | 1001011 | 110010 | 1110 | 101010100 | 1000101 | 110110 |
Color Harmonies of #DB376E
Complementary color
Monochromatic Colors of #DB376E
Black with #DB376E
Text Example
Text Example
White with #DB376E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB376E; }
p { color: rgb(219,55,110); }
H1.HeaderClassName
{
color: #DB376E;
}
.AnyTagClassName
{
color: #DB376E;
}
</style>
background-color css
<style>
a { background-color: #DB376E; }
a { background-color: rgb(219,55,110); }
div.DivClassName
{
background-color: #DB376E;
}
.BgClassName
{
background-color: #DB376E;
}
</style>
border-color css
<style>
span { border-color: #DB376E; }
span { border-color: rgb(219,55,110); }
td.TdClassName
{
border-color: #DB376E;
}
.TagClassName
{
border-color: #DB376E;
}
</style>