Shades of Mulberry #D2528D
Tints of Mulberry #D2528D
RGB
CMYK
RGB Variations
Color information
#D2528D (or 0xD2528D) is known color: Mulberry. HEX triplet: D2, 52 and 8D. RGB value is (210,82,141). Sum of RGB (Red+Green+Blue) = 210+82+141=433 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.50% from 433); Green value is 82 (32.42% from 255 or 18.94% from 433); Blue value is 141 (55.47% from 255 or 32.56% from 433); Max value from RGB is 210 - color contains mainly: red. Hex color #D2528D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2528D is #2DAD72. Grayscale: #7E7E7E. Windows color (decimal): -2993523 or 9261778. OLE color: 9261778.
HSL color Cylindrical-coordinate representation of color #D2528D: hue angle of 332.34º degrees, saturation: 0.59, 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 #D2528D is Cyan = 0, Magento = 0.61, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 82 | 141 | - |
| CMYK | 0 | 0.61 | 0.33 | 0.18 |
| HSL | 332.34º | 0.59% | 0.57% | - |
| HSV(B) | 332.34º | 0.61% | 0.82% | - |
| XYZ | 34.4 | 21.66 | 27.57 | - |
| YUV | 127 | 135.91 | 187.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 82 | 141 | 0 | 0.61 | 0.33 | 0.18 | 332.34 | 0.59 | 0.57 |
| Hex | D2 | 52 | 8D | 0 | 3D | 21 | 12 | 14C | 3B | 39 |
| Octal | 322 | 122 | 215 | 0 | 75 | 41 | 22 | 514 | 73 | 71 |
| Binary | 11010010 | 1010010 | 10001101 | 0 | 111101 | 100001 | 10010 | 101001100 | 111011 | 111001 |
Color Harmonies of #D2528D
Complementary color
Monochromatic Colors of #D2528D
Black with #D2528D
Text Example
Text Example
White with #D2528D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2528D; }
p { color: rgb(210,82,141); }
H1.HeaderClassName
{
color: #D2528D;
}
.AnyTagClassName
{
color: #D2528D;
}
</style>
background-color css
<style>
a { background-color: #D2528D; }
a { background-color: rgb(210,82,141); }
div.DivClassName
{
background-color: #D2528D;
}
.BgClassName
{
background-color: #D2528D;
}
</style>
border-color css
<style>
span { border-color: #D2528D; }
span { border-color: rgb(210,82,141); }
td.TdClassName
{
border-color: #D2528D;
}
.TagClassName
{
border-color: #D2528D;
}
</style>