Shades of Mulberry #D9529C
Tints of Mulberry #D9529C
RGB
CMYK
RGB Variations
Color information
#D9529C (or 0xD9529C) is known color: Mulberry. HEX triplet: D9, 52 and 9C. RGB value is (217,82,156). Sum of RGB (Red+Green+Blue) = 217+82+156=455 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.69% from 455); Green value is 82 (32.42% from 255 or 18.02% from 455); Blue value is 156 (61.33% from 255 or 34.29% from 455); Max value from RGB is 217 - color contains mainly: red. Hex color #D9529C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9529C is #26AD63. Grayscale: #828282. Windows color (decimal): -2534756 or 10244825. OLE color: 10244825.
HSL color Cylindrical-coordinate representation of color #D9529C: hue angle of 327.11º 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 #D9529C is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 82 | 156 | - |
| CMYK | 0 | 0.62 | 0.28 | 0.15 |
| HSL | 327.11º | 0.64% | 0.59% | - |
| HSV(B) | 327.11º | 0.62% | 0.85% | - |
| XYZ | 37.63 | 23.19 | 33.94 | - |
| YUV | 130.8 | 142.23 | 189.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 82 | 156 | 0 | 0.62 | 0.28 | 0.15 | 327.11 | 0.64 | 0.59 |
| Hex | D9 | 52 | 9C | 0 | 3E | 1C | F | 147 | 40 | 3B |
| Octal | 331 | 122 | 234 | 0 | 76 | 34 | 17 | 507 | 100 | 73 |
| Binary | 11011001 | 1010010 | 10011100 | 0 | 111110 | 11100 | 1111 | 101000111 | 1000000 | 111011 |
Color Harmonies of #D9529C
Complementary color
Monochromatic Colors of #D9529C
Black with #D9529C
Text Example
Text Example
White with #D9529C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9529C; }
p { color: rgb(217,82,156); }
H1.HeaderClassName
{
color: #D9529C;
}
.AnyTagClassName
{
color: #D9529C;
}
</style>
background-color css
<style>
a { background-color: #D9529C; }
a { background-color: rgb(217,82,156); }
div.DivClassName
{
background-color: #D9529C;
}
.BgClassName
{
background-color: #D9529C;
}
</style>
border-color css
<style>
span { border-color: #D9529C; }
span { border-color: rgb(217,82,156); }
td.TdClassName
{
border-color: #D9529C;
}
.TagClassName
{
border-color: #D9529C;
}
</style>