Shades of Mulberry #D847A8
Tints of Mulberry #D847A8
RGB
CMYK
RGB Variations
Color information
#D847A8 (or 0xD847A8) is known color: Mulberry. HEX triplet: D8, 47 and A8. RGB value is (216,71,168). Sum of RGB (Red+Green+Blue) = 216+71+168=455 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.47% from 455); Green value is 71 (28.12% from 255 or 15.60% from 455); Blue value is 168 (66.02% from 255 or 36.92% from 455); Max value from RGB is 216 - color contains mainly: red. Hex color #D847A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D847A8 is #27B857. Grayscale: #7D7D7D. Windows color (decimal): -2603096 or 11028440. OLE color: 11028440.
HSL color Cylindrical-coordinate representation of color #D847A8: hue angle of 319.86º 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 #D847A8 is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 71 | 168 | - |
| CMYK | 0 | 0.67 | 0.22 | 0.15 |
| HSL | 319.86º | 0.65% | 0.56% | - |
| HSV(B) | 319.86º | 0.67% | 0.85% | - |
| XYZ | 37.64 | 21.93 | 39.3 | - |
| YUV | 125.41 | 152.04 | 192.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 71 | 168 | 0 | 0.67 | 0.22 | 0.15 | 319.86 | 0.65 | 0.56 |
| Hex | D8 | 47 | A8 | 0 | 43 | 16 | F | 140 | 41 | 38 |
| Octal | 330 | 107 | 250 | 0 | 103 | 26 | 17 | 500 | 101 | 70 |
| Binary | 11011000 | 1000111 | 10101000 | 0 | 1000011 | 10110 | 1111 | 101000000 | 1000001 | 111000 |
Color Harmonies of #D847A8
Complementary color
Monochromatic Colors of #D847A8
Black with #D847A8
Text Example
Text Example
White with #D847A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D847A8; }
p { color: rgb(216,71,168); }
H1.HeaderClassName
{
color: #D847A8;
}
.AnyTagClassName
{
color: #D847A8;
}
</style>
background-color css
<style>
a { background-color: #D847A8; }
a { background-color: rgb(216,71,168); }
div.DivClassName
{
background-color: #D847A8;
}
.BgClassName
{
background-color: #D847A8;
}
</style>
border-color css
<style>
span { border-color: #D847A8; }
span { border-color: rgb(216,71,168); }
td.TdClassName
{
border-color: #D847A8;
}
.TagClassName
{
border-color: #D847A8;
}
</style>