Shades of Mulberry #D85497
Tints of Mulberry #D85497
RGB
CMYK
RGB Variations
Color information
#D85497 (or 0xD85497) is known color: Mulberry. HEX triplet: D8, 54 and 97. RGB value is (216,84,151). Sum of RGB (Red+Green+Blue) = 216+84+151=451 (59% of max value = 765). Red value is 216 (84.77% from 255 or 47.89% from 451); Green value is 84 (33.20% from 255 or 18.63% from 451); Blue value is 151 (59.38% from 255 or 33.48% from 451); Max value from RGB is 216 - color contains mainly: red. Hex color #D85497 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85497 is #27AB68. Grayscale: #828282. Windows color (decimal): -2599785 or 9917656. OLE color: 9917656.
HSL color Cylindrical-coordinate representation of color #D85497: hue angle of 329.55º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D85497 is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 84 | 151 | - |
| CMYK | 0 | 0.61 | 0.30 | 0.15 |
| HSL | 329.55º | 0.63% | 0.59% | - |
| HSV(B) | 329.55º | 0.61% | 0.85% | - |
| XYZ | 37.08 | 23.17 | 31.8 | - |
| YUV | 131.11 | 139.23 | 188.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 84 | 151 | 0 | 0.61 | 0.30 | 0.15 | 329.55 | 0.63 | 0.59 |
| Hex | D8 | 54 | 97 | 0 | 3D | 1E | F | 14A | 3F | 3B |
| Octal | 330 | 124 | 227 | 0 | 75 | 36 | 17 | 512 | 77 | 73 |
| Binary | 11011000 | 1010100 | 10010111 | 0 | 111101 | 11110 | 1111 | 101001010 | 111111 | 111011 |
Color Harmonies of #D85497
Complementary color
Monochromatic Colors of #D85497
Black with #D85497
Text Example
Text Example
White with #D85497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85497; }
p { color: rgb(216,84,151); }
H1.HeaderClassName
{
color: #D85497;
}
.AnyTagClassName
{
color: #D85497;
}
</style>
background-color css
<style>
a { background-color: #D85497; }
a { background-color: rgb(216,84,151); }
div.DivClassName
{
background-color: #D85497;
}
.BgClassName
{
background-color: #D85497;
}
</style>
border-color css
<style>
span { border-color: #D85497; }
span { border-color: rgb(216,84,151); }
td.TdClassName
{
border-color: #D85497;
}
.TagClassName
{
border-color: #D85497;
}
</style>