Shades of Cerise #DB376A
Tints of Cerise #DB376A
RGB
CMYK
RGB Variations
Color information
#DB376A (or 0xDB376A) is known color: Cerise. HEX triplet: DB, 37 and 6A. RGB value is (219,55,106). Sum of RGB (Red+Green+Blue) = 219+55+106=380 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.63% from 380); Green value is 55 (21.88% from 255 or 14.47% from 380); Blue value is 106 (41.80% from 255 or 27.89% from 380); Max value from RGB is 219 - color contains mainly: red. Hex color #DB376A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB376A is #24C895. Grayscale: #6D6D6D. Windows color (decimal): -2410646 or 6961115. OLE color: 6961115.
HSL color Cylindrical-coordinate representation of color #DB376A: hue angle of 341.34º 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 #DB376A is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 55 | 106 | - |
| CMYK | 0 | 0.75 | 0.52 | 0.14 |
| HSL | 341.34º | 0.69% | 0.54% | - |
| HSV(B) | 341.34º | 0.75% | 0.86% | - |
| XYZ | 33.18 | 18.83 | 15.52 | - |
| YUV | 109.85 | 125.83 | 205.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 55 | 106 | 0 | 0.75 | 0.52 | 0.14 | 341.34 | 0.69 | 0.54 |
| Hex | DB | 37 | 6A | 0 | 4B | 34 | E | 155 | 45 | 36 |
| Octal | 333 | 67 | 152 | 0 | 113 | 64 | 16 | 525 | 105 | 66 |
| Binary | 11011011 | 110111 | 1101010 | 0 | 1001011 | 110100 | 1110 | 101010101 | 1000101 | 110110 |
Color Harmonies of #DB376A
Complementary color
Monochromatic Colors of #DB376A
Black with #DB376A
Text Example
Text Example
White with #DB376A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB376A; }
p { color: rgb(219,55,106); }
H1.HeaderClassName
{
color: #DB376A;
}
.AnyTagClassName
{
color: #DB376A;
}
</style>
background-color css
<style>
a { background-color: #DB376A; }
a { background-color: rgb(219,55,106); }
div.DivClassName
{
background-color: #DB376A;
}
.BgClassName
{
background-color: #DB376A;
}
</style>
border-color css
<style>
span { border-color: #DB376A; }
span { border-color: rgb(219,55,106); }
td.TdClassName
{
border-color: #DB376A;
}
.TagClassName
{
border-color: #DB376A;
}
</style>