Shades of Mulberry #D85695
Tints of Mulberry #D85695
RGB
CMYK
RGB Variations
Color information
#D85695 (or 0xD85695) is known color: Mulberry. HEX triplet: D8, 56 and 95. RGB value is (216,86,149). Sum of RGB (Red+Green+Blue) = 216+86+149=451 (59% of max value = 765). Red value is 216 (84.77% from 255 or 47.89% from 451); Green value is 86 (33.98% from 255 or 19.07% from 451); Blue value is 149 (58.59% from 255 or 33.04% from 451); Max value from RGB is 216 - color contains mainly: red. Hex color #D85695 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85695 is #27A96A. Grayscale: #838383. Windows color (decimal): -2599275 or 9787096. OLE color: 9787096.
HSL color Cylindrical-coordinate representation of color #D85695: hue angle of 330.92º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D85695 is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 86 | 149 | - |
| CMYK | 0 | 0.60 | 0.31 | 0.15 |
| HSL | 330.92º | 0.63% | 0.59% | - |
| HSV(B) | 330.92º | 0.6% | 0.85% | - |
| XYZ | 37.07 | 23.42 | 31 | - |
| YUV | 132.05 | 137.57 | 187.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 86 | 149 | 0 | 0.60 | 0.31 | 0.15 | 330.92 | 0.63 | 0.59 |
| Hex | D8 | 56 | 95 | 0 | 3C | 1F | F | 14B | 3E | 3B |
| Octal | 330 | 126 | 225 | 0 | 74 | 37 | 17 | 513 | 76 | 73 |
| Binary | 11011000 | 1010110 | 10010101 | 0 | 111100 | 11111 | 1111 | 101001011 | 111110 | 111011 |
Color Harmonies of #D85695
Complementary color
Monochromatic Colors of #D85695
Black with #D85695
Text Example
Text Example
White with #D85695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85695; }
p { color: rgb(216,86,149); }
H1.HeaderClassName
{
color: #D85695;
}
.AnyTagClassName
{
color: #D85695;
}
</style>
background-color css
<style>
a { background-color: #D85695; }
a { background-color: rgb(216,86,149); }
div.DivClassName
{
background-color: #D85695;
}
.BgClassName
{
background-color: #D85695;
}
</style>
border-color css
<style>
span { border-color: #D85695; }
span { border-color: rgb(216,86,149); }
td.TdClassName
{
border-color: #D85695;
}
.TagClassName
{
border-color: #D85695;
}
</style>