Shades of Mulberry #DB56A7
Tints of Mulberry #DB56A7
RGB
CMYK
RGB Variations
Color information
#DB56A7 (or 0xDB56A7) is known color: Mulberry. HEX triplet: DB, 56 and A7. RGB value is (219,86,167). Sum of RGB (Red+Green+Blue) = 219+86+167=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 86 (33.98% from 255 or 18.22% from 472); Blue value is 167 (65.62% from 255 or 35.38% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DB56A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB56A7 is #24A958. Grayscale: #868686. Windows color (decimal): -2402649 or 10966747. OLE color: 10966747.
HSL color Cylindrical-coordinate representation of color #DB56A7: hue angle of 323.46º 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 #DB56A7 is Cyan = 0, Magento = 0.61, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 86 | 167 | - |
| CMYK | 0 | 0.61 | 0.24 | 0.14 |
| HSL | 323.46º | 0.65% | 0.6% | - |
| HSV(B) | 323.46º | 0.61% | 0.86% | - |
| XYZ | 39.52 | 24.51 | 39.21 | - |
| YUV | 135 | 146.06 | 187.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 86 | 167 | 0 | 0.61 | 0.24 | 0.14 | 323.46 | 0.65 | 0.6 |
| Hex | DB | 56 | A7 | 0 | 3D | 18 | E | 143 | 41 | 3C |
| Octal | 333 | 126 | 247 | 0 | 75 | 30 | 16 | 503 | 101 | 74 |
| Binary | 11011011 | 1010110 | 10100111 | 0 | 111101 | 11000 | 1110 | 101000011 | 1000001 | 111100 |
Color Harmonies of #DB56A7
Complementary color
Monochromatic Colors of #DB56A7
Black with #DB56A7
Text Example
Text Example
White with #DB56A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB56A7; }
p { color: rgb(219,86,167); }
H1.HeaderClassName
{
color: #DB56A7;
}
.AnyTagClassName
{
color: #DB56A7;
}
</style>
background-color css
<style>
a { background-color: #DB56A7; }
a { background-color: rgb(219,86,167); }
div.DivClassName
{
background-color: #DB56A7;
}
.BgClassName
{
background-color: #DB56A7;
}
</style>
border-color css
<style>
span { border-color: #DB56A7; }
span { border-color: rgb(219,86,167); }
td.TdClassName
{
border-color: #DB56A7;
}
.TagClassName
{
border-color: #DB56A7;
}
</style>