Shades of Mulberry #DB47AB
Tints of Mulberry #DB47AB
RGB
CMYK
RGB Variations
Color information
#DB47AB (or 0xDB47AB) is known color: Mulberry. HEX triplet: DB, 47 and AB. RGB value is (219,71,171). Sum of RGB (Red+Green+Blue) = 219+71+171=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 71 (28.12% from 255 or 15.40% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DB47AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB47AB is #24B854. Grayscale: #7E7E7E. Windows color (decimal): -2406485 or 11225051. OLE color: 11225051.
HSL color Cylindrical-coordinate representation of color #DB47AB: hue angle of 319.46º 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 #DB47AB is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 71 | 171 | - |
| CMYK | 0 | 0.68 | 0.22 | 0.14 |
| HSL | 319.46º | 0.67% | 0.57% | - |
| HSV(B) | 319.46º | 0.68% | 0.86% | - |
| XYZ | 38.82 | 22.51 | 40.83 | - |
| YUV | 126.65 | 153.03 | 193.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 71 | 171 | 0 | 0.68 | 0.22 | 0.14 | 319.46 | 0.67 | 0.57 |
| Hex | DB | 47 | AB | 0 | 44 | 16 | E | 13F | 43 | 39 |
| Octal | 333 | 107 | 253 | 0 | 104 | 26 | 16 | 477 | 103 | 71 |
| Binary | 11011011 | 1000111 | 10101011 | 0 | 1000100 | 10110 | 1110 | 100111111 | 1000011 | 111001 |
Color Harmonies of #DB47AB
Complementary color
Monochromatic Colors of #DB47AB
Black with #DB47AB
Text Example
Text Example
White with #DB47AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB47AB; }
p { color: rgb(219,71,171); }
H1.HeaderClassName
{
color: #DB47AB;
}
.AnyTagClassName
{
color: #DB47AB;
}
</style>
background-color css
<style>
a { background-color: #DB47AB; }
a { background-color: rgb(219,71,171); }
div.DivClassName
{
background-color: #DB47AB;
}
.BgClassName
{
background-color: #DB47AB;
}
</style>
border-color css
<style>
span { border-color: #DB47AB; }
span { border-color: rgb(219,71,171); }
td.TdClassName
{
border-color: #DB47AB;
}
.TagClassName
{
border-color: #DB47AB;
}
</style>