Shades of Mulberry #D847AD
Tints of Mulberry #D847AD
RGB
CMYK
RGB Variations
Color information
#D847AD (or 0xD847AD) is known color: Mulberry. HEX triplet: D8, 47 and AD. RGB value is (216,71,173). Sum of RGB (Red+Green+Blue) = 216+71+173=460 (60% of max value = 765). Red value is 216 (84.77% from 255 or 46.96% from 460); Green value is 71 (28.12% from 255 or 15.43% from 460); Blue value is 173 (67.97% from 255 or 37.61% from 460); Max value from RGB is 216 - color contains mainly: red. Hex color #D847AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D847AD is #27B852. Grayscale: #7D7D7D. Windows color (decimal): -2603091 or 11356120. OLE color: 11356120.
HSL color Cylindrical-coordinate representation of color #D847AD: hue angle of 317.79º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D847AD is Cyan = 0, Magento = 0.67, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 71 | 173 | - |
| CMYK | 0 | 0.67 | 0.20 | 0.15 |
| HSL | 317.79º | 0.65% | 0.56% | - |
| HSV(B) | 317.79º | 0.67% | 0.85% | - |
| XYZ | 38.11 | 22.12 | 41.8 | - |
| YUV | 125.98 | 154.54 | 192.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 71 | 173 | 0 | 0.67 | 0.20 | 0.15 | 317.79 | 0.65 | 0.56 |
| Hex | D8 | 47 | AD | 0 | 43 | 14 | F | 13E | 41 | 38 |
| Octal | 330 | 107 | 255 | 0 | 103 | 24 | 17 | 476 | 101 | 70 |
| Binary | 11011000 | 1000111 | 10101101 | 0 | 1000011 | 10100 | 1111 | 100111110 | 1000001 | 111000 |
Color Harmonies of #D847AD
Complementary color
Monochromatic Colors of #D847AD
Black with #D847AD
Text Example
Text Example
White with #D847AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D847AD; }
p { color: rgb(216,71,173); }
H1.HeaderClassName
{
color: #D847AD;
}
.AnyTagClassName
{
color: #D847AD;
}
</style>
background-color css
<style>
a { background-color: #D847AD; }
a { background-color: rgb(216,71,173); }
div.DivClassName
{
background-color: #D847AD;
}
.BgClassName
{
background-color: #D847AD;
}
</style>
border-color css
<style>
span { border-color: #D847AD; }
span { border-color: rgb(216,71,173); }
td.TdClassName
{
border-color: #D847AD;
}
.TagClassName
{
border-color: #D847AD;
}
</style>