Shades of Mulberry #D5528F
Tints of Mulberry #D5528F
RGB
CMYK
RGB Variations
Color information
#D5528F (or 0xD5528F) is known color: Mulberry. HEX triplet: D5, 52 and 8F. RGB value is (213,82,143). Sum of RGB (Red+Green+Blue) = 213+82+143=438 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.63% from 438); Green value is 82 (32.42% from 255 or 18.72% from 438); Blue value is 143 (56.25% from 255 or 32.65% from 438); Max value from RGB is 213 - color contains mainly: red. Hex color #D5528F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5528F is #2AAD70. Grayscale: #808080. Windows color (decimal): -2796913 or 9392853. OLE color: 9392853.
HSL color Cylindrical-coordinate representation of color #D5528F: hue angle of 332.06º 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 #D5528F is Cyan = 0, Magento = 0.62, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 82 | 143 | - |
| CMYK | 0 | 0.62 | 0.33 | 0.16 |
| HSL | 332.06º | 0.61% | 0.58% | - |
| HSV(B) | 332.06º | 0.62% | 0.84% | - |
| XYZ | 35.42 | 22.16 | 28.4 | - |
| YUV | 128.12 | 136.4 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 82 | 143 | 0 | 0.62 | 0.33 | 0.16 | 332.06 | 0.61 | 0.58 |
| Hex | D5 | 52 | 8F | 0 | 3E | 21 | 10 | 14C | 3D | 3A |
| Octal | 325 | 122 | 217 | 0 | 76 | 41 | 20 | 514 | 75 | 72 |
| Binary | 11010101 | 1010010 | 10001111 | 0 | 111110 | 100001 | 10000 | 101001100 | 111101 | 111010 |
Color Harmonies of #D5528F
Complementary color
Monochromatic Colors of #D5528F
Black with #D5528F
Text Example
Text Example
White with #D5528F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5528F; }
p { color: rgb(213,82,143); }
H1.HeaderClassName
{
color: #D5528F;
}
.AnyTagClassName
{
color: #D5528F;
}
</style>
background-color css
<style>
a { background-color: #D5528F; }
a { background-color: rgb(213,82,143); }
div.DivClassName
{
background-color: #D5528F;
}
.BgClassName
{
background-color: #D5528F;
}
</style>
border-color css
<style>
span { border-color: #D5528F; }
span { border-color: rgb(213,82,143); }
td.TdClassName
{
border-color: #D5528F;
}
.TagClassName
{
border-color: #D5528F;
}
</style>