Shades of Mulberry #D9509F
Tints of Mulberry #D9509F
RGB
CMYK
RGB Variations
Color information
#D9509F (or 0xD9509F) is known color: Mulberry. HEX triplet: D9, 50 and 9F. RGB value is (217,80,159). Sum of RGB (Red+Green+Blue) = 217+80+159=456 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.59% from 456); Green value is 80 (31.64% from 255 or 17.54% from 456); Blue value is 159 (62.5% from 255 or 34.87% from 456); Max value from RGB is 217 - color contains mainly: red. Hex color #D9509F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9509F is #26AF60. Grayscale: #818181. Windows color (decimal): -2535265 or 10440921. OLE color: 10440921.
HSL color Cylindrical-coordinate representation of color #D9509F: hue angle of 325.4º 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 #D9509F is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 80 | 159 | - |
| CMYK | 0 | 0.63 | 0.27 | 0.15 |
| HSL | 325.4º | 0.64% | 0.58% | - |
| HSV(B) | 325.4º | 0.63% | 0.85% | - |
| XYZ | 37.74 | 22.99 | 35.25 | - |
| YUV | 129.97 | 144.39 | 190.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 80 | 159 | 0 | 0.63 | 0.27 | 0.15 | 325.4 | 0.64 | 0.58 |
| Hex | D9 | 50 | 9F | 0 | 3F | 1B | F | 145 | 40 | 3A |
| Octal | 331 | 120 | 237 | 0 | 77 | 33 | 17 | 505 | 100 | 72 |
| Binary | 11011001 | 1010000 | 10011111 | 0 | 111111 | 11011 | 1111 | 101000101 | 1000000 | 111010 |
Color Harmonies of #D9509F
Complementary color
Monochromatic Colors of #D9509F
Black with #D9509F
Text Example
Text Example
White with #D9509F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9509F; }
p { color: rgb(217,80,159); }
H1.HeaderClassName
{
color: #D9509F;
}
.AnyTagClassName
{
color: #D9509F;
}
</style>
background-color css
<style>
a { background-color: #D9509F; }
a { background-color: rgb(217,80,159); }
div.DivClassName
{
background-color: #D9509F;
}
.BgClassName
{
background-color: #D9509F;
}
</style>
border-color css
<style>
span { border-color: #D9509F; }
span { border-color: rgb(217,80,159); }
td.TdClassName
{
border-color: #D9509F;
}
.TagClassName
{
border-color: #D9509F;
}
</style>