Shades of Mulberry #D85194
Tints of Mulberry #D85194
RGB
CMYK
RGB Variations
Color information
#D85194 (or 0xD85194) is known color: Mulberry. HEX triplet: D8, 51 and 94. RGB value is (216,81,148). Sum of RGB (Red+Green+Blue) = 216+81+148=445 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.54% from 445); Green value is 81 (32.03% from 255 or 18.20% from 445); Blue value is 148 (58.20% from 255 or 33.26% from 445); Max value from RGB is 216 - color contains mainly: red. Hex color #D85194 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85194 is #27AE6B. Grayscale: #808080. Windows color (decimal): -2600556 or 9720280. OLE color: 9720280.
HSL color Cylindrical-coordinate representation of color #D85194: hue angle of 330.22º 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 #D85194 is Cyan = 0, Magento = 0.62, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 81 | 148 | - |
| CMYK | 0 | 0.62 | 0.31 | 0.15 |
| HSL | 330.22º | 0.63% | 0.58% | - |
| HSV(B) | 330.22º | 0.63% | 0.85% | - |
| XYZ | 36.61 | 22.62 | 30.45 | - |
| YUV | 129 | 138.73 | 190.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 81 | 148 | 0 | 0.62 | 0.31 | 0.15 | 330.22 | 0.63 | 0.58 |
| Hex | D8 | 51 | 94 | 0 | 3E | 1F | F | 14A | 3F | 3A |
| Octal | 330 | 121 | 224 | 0 | 76 | 37 | 17 | 512 | 77 | 72 |
| Binary | 11011000 | 1010001 | 10010100 | 0 | 111110 | 11111 | 1111 | 101001010 | 111111 | 111010 |
Color Harmonies of #D85194
Complementary color
Monochromatic Colors of #D85194
Black with #D85194
Text Example
Text Example
White with #D85194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85194; }
p { color: rgb(216,81,148); }
H1.HeaderClassName
{
color: #D85194;
}
.AnyTagClassName
{
color: #D85194;
}
</style>
background-color css
<style>
a { background-color: #D85194; }
a { background-color: rgb(216,81,148); }
div.DivClassName
{
background-color: #D85194;
}
.BgClassName
{
background-color: #D85194;
}
</style>
border-color css
<style>
span { border-color: #D85194; }
span { border-color: rgb(216,81,148); }
td.TdClassName
{
border-color: #D85194;
}
.TagClassName
{
border-color: #D85194;
}
</style>