Shades of Mulberry #D5528E
Tints of Mulberry #D5528E
RGB
CMYK
RGB Variations
Color information
#D5528E (or 0xD5528E) is known color: Mulberry. HEX triplet: D5, 52 and 8E. RGB value is (213,82,142). Sum of RGB (Red+Green+Blue) = 213+82+142=437 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.74% from 437); Green value is 82 (32.42% from 255 or 18.76% from 437); Blue value is 142 (55.86% from 255 or 32.49% from 437); Max value from RGB is 213 - color contains mainly: red. Hex color #D5528E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5528E is #2AAD71. Grayscale: #7F7F7F. Windows color (decimal): -2796914 or 9327317. OLE color: 9327317.
HSL color Cylindrical-coordinate representation of color #D5528E: hue angle of 332.52º 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 #D5528E is Cyan = 0, Magento = 0.62, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 82 | 142 | - |
| CMYK | 0 | 0.62 | 0.33 | 0.16 |
| HSL | 332.52º | 0.61% | 0.58% | - |
| HSV(B) | 332.52º | 0.62% | 0.84% | - |
| XYZ | 35.34 | 22.13 | 28 | - |
| YUV | 128.01 | 135.9 | 188.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 82 | 142 | 0 | 0.62 | 0.33 | 0.16 | 332.52 | 0.61 | 0.58 |
| Hex | D5 | 52 | 8E | 0 | 3E | 21 | 10 | 14D | 3D | 3A |
| Octal | 325 | 122 | 216 | 0 | 76 | 41 | 20 | 515 | 75 | 72 |
| Binary | 11010101 | 1010010 | 10001110 | 0 | 111110 | 100001 | 10000 | 101001101 | 111101 | 111010 |
Color Harmonies of #D5528E
Complementary color
Monochromatic Colors of #D5528E
Black with #D5528E
Text Example
Text Example
White with #D5528E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5528E; }
p { color: rgb(213,82,142); }
H1.HeaderClassName
{
color: #D5528E;
}
.AnyTagClassName
{
color: #D5528E;
}
</style>
background-color css
<style>
a { background-color: #D5528E; }
a { background-color: rgb(213,82,142); }
div.DivClassName
{
background-color: #D5528E;
}
.BgClassName
{
background-color: #D5528E;
}
</style>
border-color css
<style>
span { border-color: #D5528E; }
span { border-color: rgb(213,82,142); }
td.TdClassName
{
border-color: #D5528E;
}
.TagClassName
{
border-color: #D5528E;
}
</style>