Shades of Mulberry #DB56A6
Tints of Mulberry #DB56A6
RGB
CMYK
RGB Variations
Color information
#DB56A6 (or 0xDB56A6) is known color: Mulberry. HEX triplet: DB, 56 and A6. RGB value is (219,86,166). Sum of RGB (Red+Green+Blue) = 219+86+166=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 86 (33.98% from 255 or 18.26% from 471); Blue value is 166 (65.23% from 255 or 35.24% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DB56A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB56A6 is #24A959. Grayscale: #868686. Windows color (decimal): -2402650 or 10901211. OLE color: 10901211.
HSL color Cylindrical-coordinate representation of color #DB56A6: hue angle of 323.91º 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 #DB56A6 is Cyan = 0, Magento = 0.61, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 86 | 166 | - |
| CMYK | 0 | 0.61 | 0.24 | 0.14 |
| HSL | 323.91º | 0.65% | 0.6% | - |
| HSV(B) | 323.91º | 0.61% | 0.86% | - |
| XYZ | 39.42 | 24.47 | 38.72 | - |
| YUV | 134.89 | 145.56 | 188 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 86 | 166 | 0 | 0.61 | 0.24 | 0.14 | 323.91 | 0.65 | 0.6 |
| Hex | DB | 56 | A6 | 0 | 3D | 18 | E | 144 | 41 | 3C |
| Octal | 333 | 126 | 246 | 0 | 75 | 30 | 16 | 504 | 101 | 74 |
| Binary | 11011011 | 1010110 | 10100110 | 0 | 111101 | 11000 | 1110 | 101000100 | 1000001 | 111100 |
Color Harmonies of #DB56A6
Complementary color
Monochromatic Colors of #DB56A6
Black with #DB56A6
Text Example
Text Example
White with #DB56A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB56A6; }
p { color: rgb(219,86,166); }
H1.HeaderClassName
{
color: #DB56A6;
}
.AnyTagClassName
{
color: #DB56A6;
}
</style>
background-color css
<style>
a { background-color: #DB56A6; }
a { background-color: rgb(219,86,166); }
div.DivClassName
{
background-color: #DB56A6;
}
.BgClassName
{
background-color: #DB56A6;
}
</style>
border-color css
<style>
span { border-color: #DB56A6; }
span { border-color: rgb(219,86,166); }
td.TdClassName
{
border-color: #DB56A6;
}
.TagClassName
{
border-color: #DB56A6;
}
</style>