Shades of Mulberry #D85197
Tints of Mulberry #D85197
RGB
CMYK
RGB Variations
Color information
#D85197 (or 0xD85197) is known color: Mulberry. HEX triplet: D8, 51 and 97. RGB value is (216,81,151). Sum of RGB (Red+Green+Blue) = 216+81+151=448 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.21% from 448); Green value is 81 (32.03% from 255 or 18.08% from 448); Blue value is 151 (59.38% from 255 or 33.71% from 448); Max value from RGB is 216 - color contains mainly: red. Hex color #D85197 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85197 is #27AE68. Grayscale: #818181. Windows color (decimal): -2600553 or 9916888. OLE color: 9916888.
HSL color Cylindrical-coordinate representation of color #D85197: hue angle of 328.89º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D85197 is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 81 | 151 | - |
| CMYK | 0 | 0.62 | 0.30 | 0.15 |
| HSL | 328.89º | 0.63% | 0.58% | - |
| HSV(B) | 328.89º | 0.63% | 0.85% | - |
| XYZ | 36.85 | 22.72 | 31.72 | - |
| YUV | 129.35 | 140.23 | 189.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 81 | 151 | 0 | 0.62 | 0.30 | 0.15 | 328.89 | 0.63 | 0.58 |
| Hex | D8 | 51 | 97 | 0 | 3E | 1E | F | 149 | 3F | 3A |
| Octal | 330 | 121 | 227 | 0 | 76 | 36 | 17 | 511 | 77 | 72 |
| Binary | 11011000 | 1010001 | 10010111 | 0 | 111110 | 11110 | 1111 | 101001001 | 111111 | 111010 |
Color Harmonies of #D85197
Complementary color
Monochromatic Colors of #D85197
Black with #D85197
Text Example
Text Example
White with #D85197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85197; }
p { color: rgb(216,81,151); }
H1.HeaderClassName
{
color: #D85197;
}
.AnyTagClassName
{
color: #D85197;
}
</style>
background-color css
<style>
a { background-color: #D85197; }
a { background-color: rgb(216,81,151); }
div.DivClassName
{
background-color: #D85197;
}
.BgClassName
{
background-color: #D85197;
}
</style>
border-color css
<style>
span { border-color: #D85197; }
span { border-color: rgb(216,81,151); }
td.TdClassName
{
border-color: #D85197;
}
.TagClassName
{
border-color: #D85197;
}
</style>