Shades of Mulberry #D8509D
Tints of Mulberry #D8509D
RGB
CMYK
RGB Variations
Color information
#D8509D (or 0xD8509D) is known color: Mulberry. HEX triplet: D8, 50 and 9D. RGB value is (216,80,157). Sum of RGB (Red+Green+Blue) = 216+80+157=453 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.68% from 453); Green value is 80 (31.64% from 255 or 17.66% from 453); Blue value is 157 (61.72% from 255 or 34.66% from 453); Max value from RGB is 216 - color contains mainly: red. Hex color #D8509D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8509D is #27AF62. Grayscale: #818181. Windows color (decimal): -2600803 or 10309848. OLE color: 10309848.
HSL color Cylindrical-coordinate representation of color #D8509D: hue angle of 326.03º 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 #D8509D is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 80 | 157 | - |
| CMYK | 0 | 0.63 | 0.27 | 0.15 |
| HSL | 326.03º | 0.64% | 0.58% | - |
| HSV(B) | 326.03º | 0.63% | 0.85% | - |
| XYZ | 37.27 | 22.77 | 34.33 | - |
| YUV | 129.44 | 143.56 | 189.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 80 | 157 | 0 | 0.63 | 0.27 | 0.15 | 326.03 | 0.64 | 0.58 |
| Hex | D8 | 50 | 9D | 0 | 3F | 1B | F | 146 | 40 | 3A |
| Octal | 330 | 120 | 235 | 0 | 77 | 33 | 17 | 506 | 100 | 72 |
| Binary | 11011000 | 1010000 | 10011101 | 0 | 111111 | 11011 | 1111 | 101000110 | 1000000 | 111010 |
Color Harmonies of #D8509D
Complementary color
Monochromatic Colors of #D8509D
Black with #D8509D
Text Example
Text Example
White with #D8509D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8509D; }
p { color: rgb(216,80,157); }
H1.HeaderClassName
{
color: #D8509D;
}
.AnyTagClassName
{
color: #D8509D;
}
</style>
background-color css
<style>
a { background-color: #D8509D; }
a { background-color: rgb(216,80,157); }
div.DivClassName
{
background-color: #D8509D;
}
.BgClassName
{
background-color: #D8509D;
}
</style>
border-color css
<style>
span { border-color: #D8509D; }
span { border-color: rgb(216,80,157); }
td.TdClassName
{
border-color: #D8509D;
}
.TagClassName
{
border-color: #D8509D;
}
</style>