Shades of Mulberry #D7539A
Tints of Mulberry #D7539A
RGB
CMYK
RGB Variations
Color information
#D7539A (or 0xD7539A) is known color: Mulberry. HEX triplet: D7, 53 and 9A. RGB value is (215,83,154). Sum of RGB (Red+Green+Blue) = 215+83+154=452 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.57% from 452); Green value is 83 (32.81% from 255 or 18.36% from 452); Blue value is 154 (60.55% from 255 or 34.07% from 452); Max value from RGB is 215 - color contains mainly: red. Hex color #D7539A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D7539A is #28AC65. Grayscale: #828282. Windows color (decimal): -2665574 or 10114007. OLE color: 10114007.
HSL color Cylindrical-coordinate representation of color #D7539A: hue angle of 327.73º 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 #D7539A is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 83 | 154 | - |
| CMYK | 0 | 0.61 | 0.28 | 0.16 |
| HSL | 327.73º | 0.62% | 0.58% | - |
| HSV(B) | 327.73º | 0.61% | 0.84% | - |
| XYZ | 36.95 | 22.97 | 33.06 | - |
| YUV | 130.56 | 141.23 | 188.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 83 | 154 | 0 | 0.61 | 0.28 | 0.16 | 327.73 | 0.62 | 0.58 |
| Hex | D7 | 53 | 9A | 0 | 3D | 1C | 10 | 148 | 3E | 3A |
| Octal | 327 | 123 | 232 | 0 | 75 | 34 | 20 | 510 | 76 | 72 |
| Binary | 11010111 | 1010011 | 10011010 | 0 | 111101 | 11100 | 10000 | 101001000 | 111110 | 111010 |
Color Harmonies of #D7539A
Complementary color
Monochromatic Colors of #D7539A
Black with #D7539A
Text Example
Text Example
White with #D7539A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7539A; }
p { color: rgb(215,83,154); }
H1.HeaderClassName
{
color: #D7539A;
}
.AnyTagClassName
{
color: #D7539A;
}
</style>
background-color css
<style>
a { background-color: #D7539A; }
a { background-color: rgb(215,83,154); }
div.DivClassName
{
background-color: #D7539A;
}
.BgClassName
{
background-color: #D7539A;
}
</style>
border-color css
<style>
span { border-color: #D7539A; }
span { border-color: rgb(215,83,154); }
td.TdClassName
{
border-color: #D7539A;
}
.TagClassName
{
border-color: #D7539A;
}
</style>