Shades of Mulberry #D7529C
Tints of Mulberry #D7529C
RGB
CMYK
RGB Variations
Color information
#D7529C (or 0xD7529C) is known color: Mulberry. HEX triplet: D7, 52 and 9C. RGB value is (215,82,156). Sum of RGB (Red+Green+Blue) = 215+82+156=453 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.46% from 453); Green value is 82 (32.42% from 255 or 18.10% from 453); Blue value is 156 (61.33% from 255 or 34.44% from 453); Max value from RGB is 215 - color contains mainly: red. Hex color #D7529C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D7529C is #28AD63. Grayscale: #828282. Windows color (decimal): -2665828 or 10244823. OLE color: 10244823.
HSL color Cylindrical-coordinate representation of color #D7529C: hue angle of 326.62º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D7529C is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 82 | 156 | - |
| CMYK | 0 | 0.62 | 0.27 | 0.16 |
| HSL | 326.62º | 0.62% | 0.58% | - |
| HSV(B) | 326.62º | 0.62% | 0.84% | - |
| XYZ | 37.04 | 22.88 | 33.92 | - |
| YUV | 130.2 | 142.56 | 188.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 82 | 156 | 0 | 0.62 | 0.27 | 0.16 | 326.62 | 0.62 | 0.58 |
| Hex | D7 | 52 | 9C | 0 | 3E | 1B | 10 | 147 | 3E | 3A |
| Octal | 327 | 122 | 234 | 0 | 76 | 33 | 20 | 507 | 76 | 72 |
| Binary | 11010111 | 1010010 | 10011100 | 0 | 111110 | 11011 | 10000 | 101000111 | 111110 | 111010 |
Color Harmonies of #D7529C
Complementary color
Monochromatic Colors of #D7529C
Black with #D7529C
Text Example
Text Example
White with #D7529C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7529C; }
p { color: rgb(215,82,156); }
H1.HeaderClassName
{
color: #D7529C;
}
.AnyTagClassName
{
color: #D7529C;
}
</style>
background-color css
<style>
a { background-color: #D7529C; }
a { background-color: rgb(215,82,156); }
div.DivClassName
{
background-color: #D7529C;
}
.BgClassName
{
background-color: #D7529C;
}
</style>
border-color css
<style>
span { border-color: #D7529C; }
span { border-color: rgb(215,82,156); }
td.TdClassName
{
border-color: #D7529C;
}
.TagClassName
{
border-color: #D7529C;
}
</style>