Shades of Mulberry #D85299
Tints of Mulberry #D85299
RGB
CMYK
RGB Variations
Color information
#D85299 (or 0xD85299) is known color: Mulberry. HEX triplet: D8, 52 and 99. RGB value is (216,82,153). Sum of RGB (Red+Green+Blue) = 216+82+153=451 (59% of max value = 765). Red value is 216 (84.77% from 255 or 47.89% from 451); Green value is 82 (32.42% from 255 or 18.18% from 451); Blue value is 153 (60.16% from 255 or 33.92% from 451); Max value from RGB is 216 - color contains mainly: red. Hex color #D85299 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85299 is #27AD66. Grayscale: #828282. Windows color (decimal): -2600295 or 10048216. OLE color: 10048216.
HSL color Cylindrical-coordinate representation of color #D85299: hue angle of 328.21º 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 #D85299 is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 82 | 153 | - |
| CMYK | 0 | 0.62 | 0.29 | 0.15 |
| HSL | 328.21º | 0.63% | 0.58% | - |
| HSV(B) | 328.21º | 0.62% | 0.85% | - |
| XYZ | 37.09 | 22.93 | 32.61 | - |
| YUV | 130.16 | 140.89 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 82 | 153 | 0 | 0.62 | 0.29 | 0.15 | 328.21 | 0.63 | 0.58 |
| Hex | D8 | 52 | 99 | 0 | 3E | 1D | F | 148 | 3F | 3A |
| Octal | 330 | 122 | 231 | 0 | 76 | 35 | 17 | 510 | 77 | 72 |
| Binary | 11011000 | 1010010 | 10011001 | 0 | 111110 | 11101 | 1111 | 101001000 | 111111 | 111010 |
Color Harmonies of #D85299
Complementary color
Monochromatic Colors of #D85299
Black with #D85299
Text Example
Text Example
White with #D85299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85299; }
p { color: rgb(216,82,153); }
H1.HeaderClassName
{
color: #D85299;
}
.AnyTagClassName
{
color: #D85299;
}
</style>
background-color css
<style>
a { background-color: #D85299; }
a { background-color: rgb(216,82,153); }
div.DivClassName
{
background-color: #D85299;
}
.BgClassName
{
background-color: #D85299;
}
</style>
border-color css
<style>
span { border-color: #D85299; }
span { border-color: rgb(216,82,153); }
td.TdClassName
{
border-color: #D85299;
}
.TagClassName
{
border-color: #D85299;
}
</style>