Shades of Mulberry #DB4DA7
Tints of Mulberry #DB4DA7
RGB
CMYK
RGB Variations
Color information
#DB4DA7 (or 0xDB4DA7) is known color: Mulberry. HEX triplet: DB, 4D and A7. RGB value is (219,77,167). Sum of RGB (Red+Green+Blue) = 219+77+167=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 77 (30.47% from 255 or 16.63% from 463); Blue value is 167 (65.62% from 255 or 36.07% from 463); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4DA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB4DA7 is #24B258. Grayscale: #818181. Windows color (decimal): -2404953 or 10964443. OLE color: 10964443.
HSL color Cylindrical-coordinate representation of color #DB4DA7: hue angle of 321.97º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DB4DA7 is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 77 | 167 | - |
| CMYK | 0 | 0.65 | 0.24 | 0.14 |
| HSL | 321.97º | 0.66% | 0.58% | - |
| HSV(B) | 321.97º | 0.65% | 0.86% | - |
| XYZ | 38.84 | 23.16 | 38.98 | - |
| YUV | 129.72 | 149.04 | 191.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 77 | 167 | 0 | 0.65 | 0.24 | 0.14 | 321.97 | 0.66 | 0.58 |
| Hex | DB | 4D | A7 | 0 | 41 | 18 | E | 142 | 42 | 3A |
| Octal | 333 | 115 | 247 | 0 | 101 | 30 | 16 | 502 | 102 | 72 |
| Binary | 11011011 | 1001101 | 10100111 | 0 | 1000001 | 11000 | 1110 | 101000010 | 1000010 | 111010 |
Color Harmonies of #DB4DA7
Complementary color
Monochromatic Colors of #DB4DA7
Black with #DB4DA7
Text Example
Text Example
White with #DB4DA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4DA7; }
p { color: rgb(219,77,167); }
H1.HeaderClassName
{
color: #DB4DA7;
}
.AnyTagClassName
{
color: #DB4DA7;
}
</style>
background-color css
<style>
a { background-color: #DB4DA7; }
a { background-color: rgb(219,77,167); }
div.DivClassName
{
background-color: #DB4DA7;
}
.BgClassName
{
background-color: #DB4DA7;
}
</style>
border-color css
<style>
span { border-color: #DB4DA7; }
span { border-color: rgb(219,77,167); }
td.TdClassName
{
border-color: #DB4DA7;
}
.TagClassName
{
border-color: #DB4DA7;
}
</style>