Shades of Mulberry #DB56A0
Tints of Mulberry #DB56A0
RGB
CMYK
RGB Variations
Color information
#DB56A0 (or 0xDB56A0) is known color: Mulberry. HEX triplet: DB, 56 and A0. RGB value is (219,86,160). Sum of RGB (Red+Green+Blue) = 219+86+160=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 86 (33.98% from 255 or 18.49% from 465); Blue value is 160 (62.89% from 255 or 34.41% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DB56A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB56A0 is #24A95F. Grayscale: #868686. Windows color (decimal): -2402656 or 10507995. OLE color: 10507995.
HSL color Cylindrical-coordinate representation of color #DB56A0: hue angle of 326.62º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DB56A0 is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 86 | 160 | - |
| CMYK | 0 | 0.61 | 0.27 | 0.14 |
| HSL | 326.62º | 0.65% | 0.6% | - |
| HSV(B) | 326.62º | 0.61% | 0.86% | - |
| XYZ | 38.89 | 24.25 | 35.89 | - |
| YUV | 134.2 | 142.56 | 188.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 86 | 160 | 0 | 0.61 | 0.27 | 0.14 | 326.62 | 0.65 | 0.6 |
| Hex | DB | 56 | A0 | 0 | 3D | 1B | E | 147 | 41 | 3C |
| Octal | 333 | 126 | 240 | 0 | 75 | 33 | 16 | 507 | 101 | 74 |
| Binary | 11011011 | 1010110 | 10100000 | 0 | 111101 | 11011 | 1110 | 101000111 | 1000001 | 111100 |
Color Harmonies of #DB56A0
Complementary color
Monochromatic Colors of #DB56A0
Black with #DB56A0
Text Example
Text Example
White with #DB56A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB56A0; }
p { color: rgb(219,86,160); }
H1.HeaderClassName
{
color: #DB56A0;
}
.AnyTagClassName
{
color: #DB56A0;
}
</style>
background-color css
<style>
a { background-color: #DB56A0; }
a { background-color: rgb(219,86,160); }
div.DivClassName
{
background-color: #DB56A0;
}
.BgClassName
{
background-color: #DB56A0;
}
</style>
border-color css
<style>
span { border-color: #DB56A0; }
span { border-color: rgb(219,86,160); }
td.TdClassName
{
border-color: #DB56A0;
}
.TagClassName
{
border-color: #DB56A0;
}
</style>