Shades of Mulberry #D5528A
Tints of Mulberry #D5528A
RGB
CMYK
RGB Variations
Color information
#D5528A (or 0xD5528A) is known color: Mulberry. HEX triplet: D5, 52 and 8A. RGB value is (213,82,138). Sum of RGB (Red+Green+Blue) = 213+82+138=433 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.19% from 433); Green value is 82 (32.42% from 255 or 18.94% from 433); Blue value is 138 (54.30% from 255 or 31.87% from 433); Max value from RGB is 213 - color contains mainly: red. Hex color #D5528A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5528A is #2AAD75. Grayscale: #7F7F7F. Windows color (decimal): -2796918 or 9065173. OLE color: 9065173.
HSL color Cylindrical-coordinate representation of color #D5528A: hue angle of 334.35º 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 #D5528A is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 82 | 138 | - |
| CMYK | 0 | 0.62 | 0.35 | 0.16 |
| HSL | 334.35º | 0.61% | 0.58% | - |
| HSV(B) | 334.35º | 0.62% | 0.84% | - |
| XYZ | 35.05 | 22.02 | 26.45 | - |
| YUV | 127.55 | 133.9 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 82 | 138 | 0 | 0.62 | 0.35 | 0.16 | 334.35 | 0.61 | 0.58 |
| Hex | D5 | 52 | 8A | 0 | 3E | 23 | 10 | 14E | 3D | 3A |
| Octal | 325 | 122 | 212 | 0 | 76 | 43 | 20 | 516 | 75 | 72 |
| Binary | 11010101 | 1010010 | 10001010 | 0 | 111110 | 100011 | 10000 | 101001110 | 111101 | 111010 |
Color Harmonies of #D5528A
Complementary color
Monochromatic Colors of #D5528A
Black with #D5528A
Text Example
Text Example
White with #D5528A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5528A; }
p { color: rgb(213,82,138); }
H1.HeaderClassName
{
color: #D5528A;
}
.AnyTagClassName
{
color: #D5528A;
}
</style>
background-color css
<style>
a { background-color: #D5528A; }
a { background-color: rgb(213,82,138); }
div.DivClassName
{
background-color: #D5528A;
}
.BgClassName
{
background-color: #D5528A;
}
</style>
border-color css
<style>
span { border-color: #D5528A; }
span { border-color: rgb(213,82,138); }
td.TdClassName
{
border-color: #D5528A;
}
.TagClassName
{
border-color: #D5528A;
}
</style>