Shades of Mulberry #DB56A8
Tints of Mulberry #DB56A8
RGB
CMYK
RGB Variations
Color information
#DB56A8 (or 0xDB56A8) is known color: Mulberry. HEX triplet: DB, 56 and A8. RGB value is (219,86,168). Sum of RGB (Red+Green+Blue) = 219+86+168=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 86 (33.98% from 255 or 18.18% from 473); Blue value is 168 (66.02% from 255 or 35.52% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DB56A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB56A8 is #24A957. Grayscale: #868686. Windows color (decimal): -2402648 or 11032283. OLE color: 11032283.
HSL color Cylindrical-coordinate representation of color #DB56A8: hue angle of 323.01º 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 #DB56A8 is Cyan = 0, Magento = 0.61, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 86 | 168 | - |
| CMYK | 0 | 0.61 | 0.23 | 0.14 |
| HSL | 323.01º | 0.65% | 0.6% | - |
| HSV(B) | 323.01º | 0.61% | 0.86% | - |
| XYZ | 39.61 | 24.54 | 39.7 | - |
| YUV | 135.12 | 146.56 | 187.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 86 | 168 | 0 | 0.61 | 0.23 | 0.14 | 323.01 | 0.65 | 0.6 |
| Hex | DB | 56 | A8 | 0 | 3D | 17 | E | 143 | 41 | 3C |
| Octal | 333 | 126 | 250 | 0 | 75 | 27 | 16 | 503 | 101 | 74 |
| Binary | 11011011 | 1010110 | 10101000 | 0 | 111101 | 10111 | 1110 | 101000011 | 1000001 | 111100 |
Color Harmonies of #DB56A8
Complementary color
Monochromatic Colors of #DB56A8
Black with #DB56A8
Text Example
Text Example
White with #DB56A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB56A8; }
p { color: rgb(219,86,168); }
H1.HeaderClassName
{
color: #DB56A8;
}
.AnyTagClassName
{
color: #DB56A8;
}
</style>
background-color css
<style>
a { background-color: #DB56A8; }
a { background-color: rgb(219,86,168); }
div.DivClassName
{
background-color: #DB56A8;
}
.BgClassName
{
background-color: #DB56A8;
}
</style>
border-color css
<style>
span { border-color: #DB56A8; }
span { border-color: rgb(219,86,168); }
td.TdClassName
{
border-color: #DB56A8;
}
.TagClassName
{
border-color: #DB56A8;
}
</style>