Shades of Mulberry #D5529C
Tints of Mulberry #D5529C
RGB
CMYK
RGB Variations
Color information
#D5529C (or 0xD5529C) is known color: Mulberry. HEX triplet: D5, 52 and 9C. RGB value is (213,82,156). Sum of RGB (Red+Green+Blue) = 213+82+156=451 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.23% from 451); Green value is 82 (32.42% from 255 or 18.18% from 451); Blue value is 156 (61.33% from 255 or 34.59% from 451); Max value from RGB is 213 - color contains mainly: red. Hex color #D5529C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5529C is #2AAD63. Grayscale: #818181. Windows color (decimal): -2796900 or 10244821. OLE color: 10244821.
HSL color Cylindrical-coordinate representation of color #D5529C: hue angle of 326.11º degrees, saturation: 0.61, 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 #D5529C is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 82 | 156 | - |
| CMYK | 0 | 0.62 | 0.27 | 0.16 |
| HSL | 326.11º | 0.61% | 0.58% | - |
| HSV(B) | 326.11º | 0.62% | 0.84% | - |
| XYZ | 36.46 | 22.58 | 33.89 | - |
| YUV | 129.61 | 142.9 | 187.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 82 | 156 | 0 | 0.62 | 0.27 | 0.16 | 326.11 | 0.61 | 0.58 |
| Hex | D5 | 52 | 9C | 0 | 3E | 1B | 10 | 146 | 3D | 3A |
| Octal | 325 | 122 | 234 | 0 | 76 | 33 | 20 | 506 | 75 | 72 |
| Binary | 11010101 | 1010010 | 10011100 | 0 | 111110 | 11011 | 10000 | 101000110 | 111101 | 111010 |
Color Harmonies of #D5529C
Complementary color
Monochromatic Colors of #D5529C
Black with #D5529C
Text Example
Text Example
White with #D5529C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5529C; }
p { color: rgb(213,82,156); }
H1.HeaderClassName
{
color: #D5529C;
}
.AnyTagClassName
{
color: #D5529C;
}
</style>
background-color css
<style>
a { background-color: #D5529C; }
a { background-color: rgb(213,82,156); }
div.DivClassName
{
background-color: #D5529C;
}
.BgClassName
{
background-color: #D5529C;
}
</style>
border-color css
<style>
span { border-color: #D5529C; }
span { border-color: rgb(213,82,156); }
td.TdClassName
{
border-color: #D5529C;
}
.TagClassName
{
border-color: #D5529C;
}
</style>