Shades of Mulberry #D8509B
Tints of Mulberry #D8509B
RGB
CMYK
RGB Variations
Color information
#D8509B (or 0xD8509B) is known color: Mulberry. HEX triplet: D8, 50 and 9B. RGB value is (216,80,155). Sum of RGB (Red+Green+Blue) = 216+80+155=451 (59% of max value = 765). Red value is 216 (84.77% from 255 or 47.89% from 451); Green value is 80 (31.64% from 255 or 17.74% from 451); Blue value is 155 (60.94% from 255 or 34.37% from 451); Max value from RGB is 216 - color contains mainly: red. Hex color #D8509B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8509B is #27AF64. Grayscale: #818181. Windows color (decimal): -2600805 or 10178776. OLE color: 10178776.
HSL color Cylindrical-coordinate representation of color #D8509B: hue angle of 326.91º 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 #D8509B is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 80 | 155 | - |
| CMYK | 0 | 0.63 | 0.28 | 0.15 |
| HSL | 326.91º | 0.64% | 0.58% | - |
| HSV(B) | 326.91º | 0.63% | 0.85% | - |
| XYZ | 37.1 | 22.7 | 33.44 | - |
| YUV | 129.21 | 142.56 | 189.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 80 | 155 | 0 | 0.63 | 0.28 | 0.15 | 326.91 | 0.64 | 0.58 |
| Hex | D8 | 50 | 9B | 0 | 3F | 1C | F | 147 | 40 | 3A |
| Octal | 330 | 120 | 233 | 0 | 77 | 34 | 17 | 507 | 100 | 72 |
| Binary | 11011000 | 1010000 | 10011011 | 0 | 111111 | 11100 | 1111 | 101000111 | 1000000 | 111010 |
Color Harmonies of #D8509B
Complementary color
Monochromatic Colors of #D8509B
Black with #D8509B
Text Example
Text Example
White with #D8509B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8509B; }
p { color: rgb(216,80,155); }
H1.HeaderClassName
{
color: #D8509B;
}
.AnyTagClassName
{
color: #D8509B;
}
</style>
background-color css
<style>
a { background-color: #D8509B; }
a { background-color: rgb(216,80,155); }
div.DivClassName
{
background-color: #D8509B;
}
.BgClassName
{
background-color: #D8509B;
}
</style>
border-color css
<style>
span { border-color: #D8509B; }
span { border-color: rgb(216,80,155); }
td.TdClassName
{
border-color: #D8509B;
}
.TagClassName
{
border-color: #D8509B;
}
</style>