Shades of Mulberry #D85092
Tints of Mulberry #D85092
RGB
CMYK
RGB Variations
Color information
#D85092 (or 0xD85092) is known color: Mulberry. HEX triplet: D8, 50 and 92. RGB value is (216,80,146). Sum of RGB (Red+Green+Blue) = 216+80+146=442 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.87% from 442); Green value is 80 (31.64% from 255 or 18.10% from 442); Blue value is 146 (57.42% from 255 or 33.03% from 442); Max value from RGB is 216 - color contains mainly: red. Hex color #D85092 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85092 is #27AF6D. Grayscale: #808080. Windows color (decimal): -2600814 or 9588952. OLE color: 9588952.
HSL color Cylindrical-coordinate representation of color #D85092: hue angle of 330.88º 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 #D85092 is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 80 | 146 | - |
| CMYK | 0 | 0.63 | 0.32 | 0.15 |
| HSL | 330.88º | 0.64% | 0.58% | - |
| HSV(B) | 330.88º | 0.63% | 0.85% | - |
| XYZ | 36.38 | 22.41 | 29.6 | - |
| YUV | 128.19 | 138.06 | 190.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 80 | 146 | 0 | 0.63 | 0.32 | 0.15 | 330.88 | 0.64 | 0.58 |
| Hex | D8 | 50 | 92 | 0 | 3F | 20 | F | 14B | 40 | 3A |
| Octal | 330 | 120 | 222 | 0 | 77 | 40 | 17 | 513 | 100 | 72 |
| Binary | 11011000 | 1010000 | 10010010 | 0 | 111111 | 100000 | 1111 | 101001011 | 1000000 | 111010 |
Color Harmonies of #D85092
Complementary color
Monochromatic Colors of #D85092
Black with #D85092
Text Example
Text Example
White with #D85092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85092; }
p { color: rgb(216,80,146); }
H1.HeaderClassName
{
color: #D85092;
}
.AnyTagClassName
{
color: #D85092;
}
</style>
background-color css
<style>
a { background-color: #D85092; }
a { background-color: rgb(216,80,146); }
div.DivClassName
{
background-color: #D85092;
}
.BgClassName
{
background-color: #D85092;
}
</style>
border-color css
<style>
span { border-color: #D85092; }
span { border-color: rgb(216,80,146); }
td.TdClassName
{
border-color: #D85092;
}
.TagClassName
{
border-color: #D85092;
}
</style>