Shades of Mulberry #D7538D
Tints of Mulberry #D7538D
RGB
CMYK
RGB Variations
Color information
#D7538D (or 0xD7538D) is known color: Mulberry. HEX triplet: D7, 53 and 8D. RGB value is (215,83,141). Sum of RGB (Red+Green+Blue) = 215+83+141=439 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.97% from 439); Green value is 83 (32.81% from 255 or 18.91% from 439); Blue value is 141 (55.47% from 255 or 32.12% from 439); Max value from RGB is 215 - color contains mainly: red. Hex color #D7538D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D7538D is #28AC72. Grayscale: #808080. Windows color (decimal): -2665587 or 9262039. OLE color: 9262039.
HSL color Cylindrical-coordinate representation of color #D7538D: hue angle of 333.64º 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 #D7538D is Cyan = 0, Magento = 0.61, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 83 | 141 | - |
| CMYK | 0 | 0.61 | 0.34 | 0.16 |
| HSL | 333.64º | 0.62% | 0.58% | - |
| HSV(B) | 333.64º | 0.61% | 0.84% | - |
| XYZ | 35.93 | 22.56 | 27.66 | - |
| YUV | 129.08 | 134.73 | 189.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 83 | 141 | 0 | 0.61 | 0.34 | 0.16 | 333.64 | 0.62 | 0.58 |
| Hex | D7 | 53 | 8D | 0 | 3D | 22 | 10 | 14E | 3E | 3A |
| Octal | 327 | 123 | 215 | 0 | 75 | 42 | 20 | 516 | 76 | 72 |
| Binary | 11010111 | 1010011 | 10001101 | 0 | 111101 | 100010 | 10000 | 101001110 | 111110 | 111010 |
Color Harmonies of #D7538D
Complementary color
Monochromatic Colors of #D7538D
Black with #D7538D
Text Example
Text Example
White with #D7538D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7538D; }
p { color: rgb(215,83,141); }
H1.HeaderClassName
{
color: #D7538D;
}
.AnyTagClassName
{
color: #D7538D;
}
</style>
background-color css
<style>
a { background-color: #D7538D; }
a { background-color: rgb(215,83,141); }
div.DivClassName
{
background-color: #D7538D;
}
.BgClassName
{
background-color: #D7538D;
}
</style>
border-color css
<style>
span { border-color: #D7538D; }
span { border-color: rgb(215,83,141); }
td.TdClassName
{
border-color: #D7538D;
}
.TagClassName
{
border-color: #D7538D;
}
</style>