Shades of Mulberry #D847A0
Tints of Mulberry #D847A0
RGB
CMYK
RGB Variations
Color information
#D847A0 (or 0xD847A0) is known color: Mulberry. HEX triplet: D8, 47 and A0. RGB value is (216,71,160). Sum of RGB (Red+Green+Blue) = 216+71+160=447 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.32% from 447); Green value is 71 (28.12% from 255 or 15.88% from 447); Blue value is 160 (62.89% from 255 or 35.79% from 447); Max value from RGB is 216 - color contains mainly: red. Hex color #D847A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D847A0 is #27B85F. Grayscale: #7C7C7C. Windows color (decimal): -2603104 or 10504152. OLE color: 10504152.
HSL color Cylindrical-coordinate representation of color #D847A0: hue angle of 323.17º 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 #D847A0 is Cyan = 0, Magento = 0.67, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 71 | 160 | - |
| CMYK | 0 | 0.67 | 0.26 | 0.15 |
| HSL | 323.17º | 0.65% | 0.56% | - |
| HSV(B) | 323.17º | 0.67% | 0.85% | - |
| XYZ | 36.92 | 21.64 | 35.49 | - |
| YUV | 124.5 | 148.04 | 193.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 71 | 160 | 0 | 0.67 | 0.26 | 0.15 | 323.17 | 0.65 | 0.56 |
| Hex | D8 | 47 | A0 | 0 | 43 | 1A | F | 143 | 41 | 38 |
| Octal | 330 | 107 | 240 | 0 | 103 | 32 | 17 | 503 | 101 | 70 |
| Binary | 11011000 | 1000111 | 10100000 | 0 | 1000011 | 11010 | 1111 | 101000011 | 1000001 | 111000 |
Color Harmonies of #D847A0
Complementary color
Monochromatic Colors of #D847A0
Black with #D847A0
Text Example
Text Example
White with #D847A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D847A0; }
p { color: rgb(216,71,160); }
H1.HeaderClassName
{
color: #D847A0;
}
.AnyTagClassName
{
color: #D847A0;
}
</style>
background-color css
<style>
a { background-color: #D847A0; }
a { background-color: rgb(216,71,160); }
div.DivClassName
{
background-color: #D847A0;
}
.BgClassName
{
background-color: #D847A0;
}
</style>
border-color css
<style>
span { border-color: #D847A0; }
span { border-color: rgb(216,71,160); }
td.TdClassName
{
border-color: #D847A0;
}
.TagClassName
{
border-color: #D847A0;
}
</style>