Shades of Mulberry #DB47AD
Tints of Mulberry #DB47AD
RGB
CMYK
RGB Variations
Color information
#DB47AD (or 0xDB47AD) is known color: Mulberry. HEX triplet: DB, 47 and AD. RGB value is (219,71,173). Sum of RGB (Red+Green+Blue) = 219+71+173=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 71 (28.12% from 255 or 15.33% from 463); Blue value is 173 (67.97% from 255 or 37.37% from 463); Max value from RGB is 219 - color contains mainly: red. Hex color #DB47AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB47AD is #24B852. Grayscale: #7E7E7E. Windows color (decimal): -2406483 or 11356123. OLE color: 11356123.
HSL color Cylindrical-coordinate representation of color #DB47AD: hue angle of 318.65º 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 #DB47AD is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 71 | 173 | - |
| CMYK | 0 | 0.68 | 0.21 | 0.14 |
| HSL | 318.65º | 0.67% | 0.57% | - |
| HSV(B) | 318.65º | 0.68% | 0.86% | - |
| XYZ | 39.01 | 22.58 | 41.84 | - |
| YUV | 126.88 | 154.03 | 193.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 71 | 173 | 0 | 0.68 | 0.21 | 0.14 | 318.65 | 0.67 | 0.57 |
| Hex | DB | 47 | AD | 0 | 44 | 15 | E | 13F | 43 | 39 |
| Octal | 333 | 107 | 255 | 0 | 104 | 25 | 16 | 477 | 103 | 71 |
| Binary | 11011011 | 1000111 | 10101101 | 0 | 1000100 | 10101 | 1110 | 100111111 | 1000011 | 111001 |
Color Harmonies of #DB47AD
Complementary color
Monochromatic Colors of #DB47AD
Black with #DB47AD
Text Example
Text Example
White with #DB47AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB47AD; }
p { color: rgb(219,71,173); }
H1.HeaderClassName
{
color: #DB47AD;
}
.AnyTagClassName
{
color: #DB47AD;
}
</style>
background-color css
<style>
a { background-color: #DB47AD; }
a { background-color: rgb(219,71,173); }
div.DivClassName
{
background-color: #DB47AD;
}
.BgClassName
{
background-color: #DB47AD;
}
</style>
border-color css
<style>
span { border-color: #DB47AD; }
span { border-color: rgb(219,71,173); }
td.TdClassName
{
border-color: #DB47AD;
}
.TagClassName
{
border-color: #DB47AD;
}
</style>