Shades of Mulberry #D85195
Tints of Mulberry #D85195
RGB
CMYK
RGB Variations
Color information
#D85195 (or 0xD85195) is known color: Mulberry. HEX triplet: D8, 51 and 95. RGB value is (216,81,149). Sum of RGB (Red+Green+Blue) = 216+81+149=446 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.43% from 446); Green value is 81 (32.03% from 255 or 18.16% from 446); Blue value is 149 (58.59% from 255 or 33.41% from 446); Max value from RGB is 216 - color contains mainly: red. Hex color #D85195 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85195 is #27AE6A. Grayscale: #808080. Windows color (decimal): -2600555 or 9785816. OLE color: 9785816.
HSL color Cylindrical-coordinate representation of color #D85195: hue angle of 329.78º 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 #D85195 is Cyan = 0, Magento = 0.62, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 81 | 149 | - |
| CMYK | 0 | 0.62 | 0.31 | 0.15 |
| HSL | 329.78º | 0.63% | 0.58% | - |
| HSV(B) | 329.78º | 0.63% | 0.85% | - |
| XYZ | 36.69 | 22.65 | 30.87 | - |
| YUV | 129.12 | 139.23 | 189.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 81 | 149 | 0 | 0.62 | 0.31 | 0.15 | 329.78 | 0.63 | 0.58 |
| Hex | D8 | 51 | 95 | 0 | 3E | 1F | F | 14A | 3F | 3A |
| Octal | 330 | 121 | 225 | 0 | 76 | 37 | 17 | 512 | 77 | 72 |
| Binary | 11011000 | 1010001 | 10010101 | 0 | 111110 | 11111 | 1111 | 101001010 | 111111 | 111010 |
Color Harmonies of #D85195
Complementary color
Monochromatic Colors of #D85195
Black with #D85195
Text Example
Text Example
White with #D85195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85195; }
p { color: rgb(216,81,149); }
H1.HeaderClassName
{
color: #D85195;
}
.AnyTagClassName
{
color: #D85195;
}
</style>
background-color css
<style>
a { background-color: #D85195; }
a { background-color: rgb(216,81,149); }
div.DivClassName
{
background-color: #D85195;
}
.BgClassName
{
background-color: #D85195;
}
</style>
border-color css
<style>
span { border-color: #D85195; }
span { border-color: rgb(216,81,149); }
td.TdClassName
{
border-color: #D85195;
}
.TagClassName
{
border-color: #D85195;
}
</style>