Shades of Mulberry #D9539C
Tints of Mulberry #D9539C
RGB
CMYK
RGB Variations
Color information
#D9539C (or 0xD9539C) is known color: Mulberry. HEX triplet: D9, 53 and 9C. RGB value is (217,83,156). Sum of RGB (Red+Green+Blue) = 217+83+156=456 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.59% from 456); Green value is 83 (32.81% from 255 or 18.20% from 456); Blue value is 156 (61.33% from 255 or 34.21% from 456); Max value from RGB is 217 - color contains mainly: red. Hex color #D9539C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9539C is #26AC63. Grayscale: #838383. Windows color (decimal): -2534500 or 10245081. OLE color: 10245081.
HSL color Cylindrical-coordinate representation of color #D9539C: hue angle of 327.31º 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 #D9539C is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 83 | 156 | - |
| CMYK | 0 | 0.62 | 0.28 | 0.15 |
| HSL | 327.31º | 0.64% | 0.59% | - |
| HSV(B) | 327.31º | 0.62% | 0.85% | - |
| XYZ | 37.71 | 23.34 | 33.97 | - |
| YUV | 131.39 | 141.89 | 189.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 83 | 156 | 0 | 0.62 | 0.28 | 0.15 | 327.31 | 0.64 | 0.59 |
| Hex | D9 | 53 | 9C | 0 | 3E | 1C | F | 147 | 40 | 3B |
| Octal | 331 | 123 | 234 | 0 | 76 | 34 | 17 | 507 | 100 | 73 |
| Binary | 11011001 | 1010011 | 10011100 | 0 | 111110 | 11100 | 1111 | 101000111 | 1000000 | 111011 |
Color Harmonies of #D9539C
Complementary color
Monochromatic Colors of #D9539C
Black with #D9539C
Text Example
Text Example
White with #D9539C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9539C; }
p { color: rgb(217,83,156); }
H1.HeaderClassName
{
color: #D9539C;
}
.AnyTagClassName
{
color: #D9539C;
}
</style>
background-color css
<style>
a { background-color: #D9539C; }
a { background-color: rgb(217,83,156); }
div.DivClassName
{
background-color: #D9539C;
}
.BgClassName
{
background-color: #D9539C;
}
</style>
border-color css
<style>
span { border-color: #D9539C; }
span { border-color: rgb(217,83,156); }
td.TdClassName
{
border-color: #D9539C;
}
.TagClassName
{
border-color: #D9539C;
}
</style>