Shades of Mulberry #D85097
Tints of Mulberry #D85097
RGB
CMYK
RGB Variations
Color information
#D85097 (or 0xD85097) is known color: Mulberry. HEX triplet: D8, 50 and 97. RGB value is (216,80,151). Sum of RGB (Red+Green+Blue) = 216+80+151=447 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.32% from 447); Green value is 80 (31.64% from 255 or 17.90% from 447); Blue value is 151 (59.38% from 255 or 33.78% from 447); Max value from RGB is 216 - color contains mainly: red. Hex color #D85097 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85097 is #27AF68. Grayscale: #808080. Windows color (decimal): -2600809 or 9916632. OLE color: 9916632.
HSL color Cylindrical-coordinate representation of color #D85097: hue angle of 328.68º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D85097 is Cyan = 0, Magento = 0.63, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 80 | 151 | - |
| CMYK | 0 | 0.63 | 0.30 | 0.15 |
| HSL | 328.68º | 0.64% | 0.58% | - |
| HSV(B) | 328.68º | 0.63% | 0.85% | - |
| XYZ | 36.77 | 22.57 | 31.7 | - |
| YUV | 128.76 | 140.56 | 190.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 80 | 151 | 0 | 0.63 | 0.30 | 0.15 | 328.68 | 0.64 | 0.58 |
| Hex | D8 | 50 | 97 | 0 | 3F | 1E | F | 149 | 40 | 3A |
| Octal | 330 | 120 | 227 | 0 | 77 | 36 | 17 | 511 | 100 | 72 |
| Binary | 11011000 | 1010000 | 10010111 | 0 | 111111 | 11110 | 1111 | 101001001 | 1000000 | 111010 |
Color Harmonies of #D85097
Complementary color
Monochromatic Colors of #D85097
Black with #D85097
Text Example
Text Example
White with #D85097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85097; }
p { color: rgb(216,80,151); }
H1.HeaderClassName
{
color: #D85097;
}
.AnyTagClassName
{
color: #D85097;
}
</style>
background-color css
<style>
a { background-color: #D85097; }
a { background-color: rgb(216,80,151); }
div.DivClassName
{
background-color: #D85097;
}
.BgClassName
{
background-color: #D85097;
}
</style>
border-color css
<style>
span { border-color: #D85097; }
span { border-color: rgb(216,80,151); }
td.TdClassName
{
border-color: #D85097;
}
.TagClassName
{
border-color: #D85097;
}
</style>