Shades of Mulberry #D7539D
Tints of Mulberry #D7539D
RGB
CMYK
RGB Variations
Color information
#D7539D (or 0xD7539D) is known color: Mulberry. HEX triplet: D7, 53 and 9D. RGB value is (215,83,157). Sum of RGB (Red+Green+Blue) = 215+83+157=455 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.25% from 455); Green value is 83 (32.81% from 255 or 18.24% from 455); Blue value is 157 (61.72% from 255 or 34.51% from 455); Max value from RGB is 215 - color contains mainly: red. Hex color #D7539D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D7539D is #28AC62. Grayscale: #828282. Windows color (decimal): -2665571 or 10310615. OLE color: 10310615.
HSL color Cylindrical-coordinate representation of color #D7539D: hue angle of 326.36º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D7539D is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 83 | 157 | - |
| CMYK | 0 | 0.61 | 0.27 | 0.16 |
| HSL | 326.36º | 0.62% | 0.58% | - |
| HSV(B) | 326.36º | 0.61% | 0.84% | - |
| XYZ | 37.2 | 23.07 | 34.39 | - |
| YUV | 130.9 | 142.73 | 187.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 83 | 157 | 0 | 0.61 | 0.27 | 0.16 | 326.36 | 0.62 | 0.58 |
| Hex | D7 | 53 | 9D | 0 | 3D | 1B | 10 | 146 | 3E | 3A |
| Octal | 327 | 123 | 235 | 0 | 75 | 33 | 20 | 506 | 76 | 72 |
| Binary | 11010111 | 1010011 | 10011101 | 0 | 111101 | 11011 | 10000 | 101000110 | 111110 | 111010 |
Color Harmonies of #D7539D
Complementary color
Monochromatic Colors of #D7539D
Black with #D7539D
Text Example
Text Example
White with #D7539D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7539D; }
p { color: rgb(215,83,157); }
H1.HeaderClassName
{
color: #D7539D;
}
.AnyTagClassName
{
color: #D7539D;
}
</style>
background-color css
<style>
a { background-color: #D7539D; }
a { background-color: rgb(215,83,157); }
div.DivClassName
{
background-color: #D7539D;
}
.BgClassName
{
background-color: #D7539D;
}
</style>
border-color css
<style>
span { border-color: #D7539D; }
span { border-color: rgb(215,83,157); }
td.TdClassName
{
border-color: #D7539D;
}
.TagClassName
{
border-color: #D7539D;
}
</style>