Shades of Mulberry #DB47A0
Tints of Mulberry #DB47A0
RGB
CMYK
RGB Variations
Color information
#DB47A0 (or 0xDB47A0) is known color: Mulberry. HEX triplet: DB, 47 and A0. RGB value is (219,71,160). Sum of RGB (Red+Green+Blue) = 219+71+160=450 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.67% from 450); Green value is 71 (28.12% from 255 or 15.78% from 450); Blue value is 160 (62.89% from 255 or 35.56% from 450); Max value from RGB is 219 - color contains mainly: red. Hex color #DB47A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB47A0 is #24B85F. Grayscale: #7D7D7D. Windows color (decimal): -2406496 or 10504155. OLE color: 10504155.
HSL color Cylindrical-coordinate representation of color #DB47A0: hue angle of 323.92º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB47A0 is Cyan = 0, Magento = 0.68, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 71 | 160 | - |
| CMYK | 0 | 0.68 | 0.27 | 0.14 |
| HSL | 323.92º | 0.67% | 0.57% | - |
| HSV(B) | 323.92º | 0.68% | 0.86% | - |
| XYZ | 37.81 | 22.1 | 35.53 | - |
| YUV | 125.4 | 147.53 | 194.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 71 | 160 | 0 | 0.68 | 0.27 | 0.14 | 323.92 | 0.67 | 0.57 |
| Hex | DB | 47 | A0 | 0 | 44 | 1B | E | 144 | 43 | 39 |
| Octal | 333 | 107 | 240 | 0 | 104 | 33 | 16 | 504 | 103 | 71 |
| Binary | 11011011 | 1000111 | 10100000 | 0 | 1000100 | 11011 | 1110 | 101000100 | 1000011 | 111001 |
Color Harmonies of #DB47A0
Complementary color
Monochromatic Colors of #DB47A0
Black with #DB47A0
Text Example
Text Example
White with #DB47A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB47A0; }
p { color: rgb(219,71,160); }
H1.HeaderClassName
{
color: #DB47A0;
}
.AnyTagClassName
{
color: #DB47A0;
}
</style>
background-color css
<style>
a { background-color: #DB47A0; }
a { background-color: rgb(219,71,160); }
div.DivClassName
{
background-color: #DB47A0;
}
.BgClassName
{
background-color: #DB47A0;
}
</style>
border-color css
<style>
span { border-color: #DB47A0; }
span { border-color: rgb(219,71,160); }
td.TdClassName
{
border-color: #DB47A0;
}
.TagClassName
{
border-color: #DB47A0;
}
</style>