Shades of Mulberry #D1528D
Tints of Mulberry #D1528D
RGB
CMYK
RGB Variations
Color information
#D1528D (or 0xD1528D) is known color: Mulberry. HEX triplet: D1, 52 and 8D. RGB value is (209,82,141). Sum of RGB (Red+Green+Blue) = 209+82+141=432 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.38% from 432); Green value is 82 (32.42% from 255 or 18.98% from 432); Blue value is 141 (55.47% from 255 or 32.64% from 432); Max value from RGB is 209 - color contains mainly: red. Hex color #D1528D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D1528D is #2EAD72. Grayscale: #7E7E7E. Windows color (decimal): -3059059 or 9261777. OLE color: 9261777.
HSL color Cylindrical-coordinate representation of color #D1528D: hue angle of 332.13º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D1528D is Cyan = 0, Magento = 0.61, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 82 | 141 | - |
| CMYK | 0 | 0.61 | 0.33 | 0.18 |
| HSL | 332.13º | 0.58% | 0.57% | - |
| HSV(B) | 332.13º | 0.61% | 0.82% | - |
| XYZ | 34.12 | 21.51 | 27.55 | - |
| YUV | 126.7 | 136.08 | 186.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 82 | 141 | 0 | 0.61 | 0.33 | 0.18 | 332.13 | 0.58 | 0.57 |
| Hex | D1 | 52 | 8D | 0 | 3D | 21 | 12 | 14C | 3A | 39 |
| Octal | 321 | 122 | 215 | 0 | 75 | 41 | 22 | 514 | 72 | 71 |
| Binary | 11010001 | 1010010 | 10001101 | 0 | 111101 | 100001 | 10010 | 101001100 | 111010 | 111001 |
Color Harmonies of #D1528D
Complementary color
Monochromatic Colors of #D1528D
Black with #D1528D
Text Example
Text Example
White with #D1528D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1528D; }
p { color: rgb(209,82,141); }
H1.HeaderClassName
{
color: #D1528D;
}
.AnyTagClassName
{
color: #D1528D;
}
</style>
background-color css
<style>
a { background-color: #D1528D; }
a { background-color: rgb(209,82,141); }
div.DivClassName
{
background-color: #D1528D;
}
.BgClassName
{
background-color: #D1528D;
}
</style>
border-color css
<style>
span { border-color: #D1528D; }
span { border-color: rgb(209,82,141); }
td.TdClassName
{
border-color: #D1528D;
}
.TagClassName
{
border-color: #D1528D;
}
</style>