Shades of Mulberry #D9539F
Tints of Mulberry #D9539F
RGB
CMYK
RGB Variations
Color information
#D9539F (or 0xD9539F) is known color: Mulberry. HEX triplet: D9, 53 and 9F. RGB value is (217,83,159). Sum of RGB (Red+Green+Blue) = 217+83+159=459 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.28% from 459); Green value is 83 (32.81% from 255 or 18.08% from 459); Blue value is 159 (62.5% from 255 or 34.64% from 459); Max value from RGB is 217 - color contains mainly: red. Hex color #D9539F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9539F is #26AC60. Grayscale: #838383. Windows color (decimal): -2534497 or 10441689. OLE color: 10441689.
HSL color Cylindrical-coordinate representation of color #D9539F: hue angle of 325.97º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D9539F is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 83 | 159 | - |
| CMYK | 0 | 0.62 | 0.27 | 0.15 |
| HSL | 325.97º | 0.64% | 0.59% | - |
| HSV(B) | 325.97º | 0.62% | 0.85% | - |
| XYZ | 37.97 | 23.44 | 35.32 | - |
| YUV | 131.73 | 143.39 | 188.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 83 | 159 | 0 | 0.62 | 0.27 | 0.15 | 325.97 | 0.64 | 0.59 |
| Hex | D9 | 53 | 9F | 0 | 3E | 1B | F | 146 | 40 | 3B |
| Octal | 331 | 123 | 237 | 0 | 76 | 33 | 17 | 506 | 100 | 73 |
| Binary | 11011001 | 1010011 | 10011111 | 0 | 111110 | 11011 | 1111 | 101000110 | 1000000 | 111011 |
Color Harmonies of #D9539F
Complementary color
Monochromatic Colors of #D9539F
Black with #D9539F
Text Example
Text Example
White with #D9539F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9539F; }
p { color: rgb(217,83,159); }
H1.HeaderClassName
{
color: #D9539F;
}
.AnyTagClassName
{
color: #D9539F;
}
</style>
background-color css
<style>
a { background-color: #D9539F; }
a { background-color: rgb(217,83,159); }
div.DivClassName
{
background-color: #D9539F;
}
.BgClassName
{
background-color: #D9539F;
}
</style>
border-color css
<style>
span { border-color: #D9539F; }
span { border-color: rgb(217,83,159); }
td.TdClassName
{
border-color: #D9539F;
}
.TagClassName
{
border-color: #D9539F;
}
</style>