Shades of Mulberry #D2538D
Tints of Mulberry #D2538D
RGB
CMYK
RGB Variations
Color information
#D2538D (or 0xD2538D) is known color: Mulberry. HEX triplet: D2, 53 and 8D. RGB value is (210,83,141). Sum of RGB (Red+Green+Blue) = 210+83+141=434 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.39% from 434); Green value is 83 (32.81% from 255 or 19.12% from 434); Blue value is 141 (55.47% from 255 or 32.49% from 434); Max value from RGB is 210 - color contains mainly: red. Hex color #D2538D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2538D is #2DAC72. Grayscale: #7F7F7F. Windows color (decimal): -2993267 or 9262034. OLE color: 9262034.
HSL color Cylindrical-coordinate representation of color #D2538D: hue angle of 332.6º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D2538D is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 83 | 141 | - |
| CMYK | 0 | 0.60 | 0.33 | 0.18 |
| HSL | 332.6º | 0.59% | 0.57% | - |
| HSV(B) | 332.6º | 0.6% | 0.82% | - |
| XYZ | 34.48 | 21.81 | 27.59 | - |
| YUV | 127.59 | 135.58 | 186.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 83 | 141 | 0 | 0.60 | 0.33 | 0.18 | 332.6 | 0.59 | 0.57 |
| Hex | D2 | 53 | 8D | 0 | 3C | 21 | 12 | 14D | 3B | 39 |
| Octal | 322 | 123 | 215 | 0 | 74 | 41 | 22 | 515 | 73 | 71 |
| Binary | 11010010 | 1010011 | 10001101 | 0 | 111100 | 100001 | 10010 | 101001101 | 111011 | 111001 |
Color Harmonies of #D2538D
Complementary color
Monochromatic Colors of #D2538D
Black with #D2538D
Text Example
Text Example
White with #D2538D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2538D; }
p { color: rgb(210,83,141); }
H1.HeaderClassName
{
color: #D2538D;
}
.AnyTagClassName
{
color: #D2538D;
}
</style>
background-color css
<style>
a { background-color: #D2538D; }
a { background-color: rgb(210,83,141); }
div.DivClassName
{
background-color: #D2538D;
}
.BgClassName
{
background-color: #D2538D;
}
</style>
border-color css
<style>
span { border-color: #D2538D; }
span { border-color: rgb(210,83,141); }
td.TdClassName
{
border-color: #D2538D;
}
.TagClassName
{
border-color: #D2538D;
}
</style>