Shades of Mulberry #D2539E
Tints of Mulberry #D2539E
RGB
CMYK
RGB Variations
Color information
#D2539E (or 0xD2539E) is known color: Mulberry. HEX triplet: D2, 53 and 9E. RGB value is (210,83,158). Sum of RGB (Red+Green+Blue) = 210+83+158=451 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.56% from 451); Green value is 83 (32.81% from 255 or 18.40% from 451); Blue value is 158 (62.11% from 255 or 35.03% from 451); Max value from RGB is 210 - color contains mainly: red. Hex color #D2539E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2539E is #2DAC61. Grayscale: #818181. Windows color (decimal): -2993250 or 10376146. OLE color: 10376146.
HSL color Cylindrical-coordinate representation of color #D2539E: hue angle of 324.57º 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 #D2539E is Cyan = 0, Magento = 0.60, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 83 | 158 | - |
| CMYK | 0 | 0.60 | 0.25 | 0.18 |
| HSL | 324.57º | 0.59% | 0.57% | - |
| HSV(B) | 324.57º | 0.6% | 0.82% | - |
| XYZ | 35.84 | 22.36 | 34.77 | - |
| YUV | 129.52 | 144.08 | 185.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 83 | 158 | 0 | 0.60 | 0.25 | 0.18 | 324.57 | 0.59 | 0.57 |
| Hex | D2 | 53 | 9E | 0 | 3C | 19 | 12 | 145 | 3B | 39 |
| Octal | 322 | 123 | 236 | 0 | 74 | 31 | 22 | 505 | 73 | 71 |
| Binary | 11010010 | 1010011 | 10011110 | 0 | 111100 | 11001 | 10010 | 101000101 | 111011 | 111001 |
Color Harmonies of #D2539E
Complementary color
Monochromatic Colors of #D2539E
Black with #D2539E
Text Example
Text Example
White with #D2539E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2539E; }
p { color: rgb(210,83,158); }
H1.HeaderClassName
{
color: #D2539E;
}
.AnyTagClassName
{
color: #D2539E;
}
</style>
background-color css
<style>
a { background-color: #D2539E; }
a { background-color: rgb(210,83,158); }
div.DivClassName
{
background-color: #D2539E;
}
.BgClassName
{
background-color: #D2539E;
}
</style>
border-color css
<style>
span { border-color: #D2539E; }
span { border-color: rgb(210,83,158); }
td.TdClassName
{
border-color: #D2539E;
}
.TagClassName
{
border-color: #D2539E;
}
</style>