Shades of Cerise #DB376D
Tints of Cerise #DB376D
RGB
CMYK
RGB Variations
Color information
#DB376D (or 0xDB376D) is known color: Cerise. HEX triplet: DB, 37 and 6D. RGB value is (219,55,109). Sum of RGB (Red+Green+Blue) = 219+55+109=383 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.18% from 383); Green value is 55 (21.88% from 255 or 14.36% from 383); Blue value is 109 (42.97% from 255 or 28.46% from 383); Max value from RGB is 219 - color contains mainly: red. Hex color #DB376D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB376D is #24C892. Grayscale: #6E6E6E. Windows color (decimal): -2410643 or 7157723. OLE color: 7157723.
HSL color Cylindrical-coordinate representation of color #DB376D: hue angle of 340.24º 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 #DB376D is Cyan = 0, Magento = 0.75, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 55 | 109 | - |
| CMYK | 0 | 0.75 | 0.50 | 0.14 |
| HSL | 340.24º | 0.69% | 0.54% | - |
| HSV(B) | 340.24º | 0.75% | 0.86% | - |
| XYZ | 33.34 | 18.9 | 16.36 | - |
| YUV | 110.19 | 127.33 | 205.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 55 | 109 | 0 | 0.75 | 0.50 | 0.14 | 340.24 | 0.69 | 0.54 |
| Hex | DB | 37 | 6D | 0 | 4B | 32 | E | 154 | 45 | 36 |
| Octal | 333 | 67 | 155 | 0 | 113 | 62 | 16 | 524 | 105 | 66 |
| Binary | 11011011 | 110111 | 1101101 | 0 | 1001011 | 110010 | 1110 | 101010100 | 1000101 | 110110 |
Color Harmonies of #DB376D
Complementary color
Monochromatic Colors of #DB376D
Black with #DB376D
Text Example
Text Example
White with #DB376D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB376D; }
p { color: rgb(219,55,109); }
H1.HeaderClassName
{
color: #DB376D;
}
.AnyTagClassName
{
color: #DB376D;
}
</style>
background-color css
<style>
a { background-color: #DB376D; }
a { background-color: rgb(219,55,109); }
div.DivClassName
{
background-color: #DB376D;
}
.BgClassName
{
background-color: #DB376D;
}
</style>
border-color css
<style>
span { border-color: #DB376D; }
span { border-color: rgb(219,55,109); }
td.TdClassName
{
border-color: #DB376D;
}
.TagClassName
{
border-color: #DB376D;
}
</style>