Shades of Mulberry #D6539C
Tints of Mulberry #D6539C
RGB
CMYK
RGB Variations
Color information
#D6539C (or 0xD6539C) is known color: Mulberry. HEX triplet: D6, 53 and 9C. RGB value is (214,83,156). Sum of RGB (Red+Green+Blue) = 214+83+156=453 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.24% from 453); Green value is 83 (32.81% from 255 or 18.32% from 453); Blue value is 156 (61.33% from 255 or 34.44% from 453); Max value from RGB is 214 - color contains mainly: red. Hex color #D6539C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6539C is #29AC63. Grayscale: #828282. Windows color (decimal): -2731108 or 10245078. OLE color: 10245078.
HSL color Cylindrical-coordinate representation of color #D6539C: hue angle of 326.56º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D6539C is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 83 | 156 | - |
| CMYK | 0 | 0.61 | 0.27 | 0.16 |
| HSL | 326.56º | 0.62% | 0.58% | - |
| HSV(B) | 326.56º | 0.61% | 0.84% | - |
| XYZ | 36.83 | 22.88 | 33.93 | - |
| YUV | 130.49 | 142.4 | 187.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 83 | 156 | 0 | 0.61 | 0.27 | 0.16 | 326.56 | 0.62 | 0.58 |
| Hex | D6 | 53 | 9C | 0 | 3D | 1B | 10 | 147 | 3E | 3A |
| Octal | 326 | 123 | 234 | 0 | 75 | 33 | 20 | 507 | 76 | 72 |
| Binary | 11010110 | 1010011 | 10011100 | 0 | 111101 | 11011 | 10000 | 101000111 | 111110 | 111010 |
Color Harmonies of #D6539C
Complementary color
Monochromatic Colors of #D6539C
Black with #D6539C
Text Example
Text Example
White with #D6539C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6539C; }
p { color: rgb(214,83,156); }
H1.HeaderClassName
{
color: #D6539C;
}
.AnyTagClassName
{
color: #D6539C;
}
</style>
background-color css
<style>
a { background-color: #D6539C; }
a { background-color: rgb(214,83,156); }
div.DivClassName
{
background-color: #D6539C;
}
.BgClassName
{
background-color: #D6539C;
}
</style>
border-color css
<style>
span { border-color: #D6539C; }
span { border-color: rgb(214,83,156); }
td.TdClassName
{
border-color: #D6539C;
}
.TagClassName
{
border-color: #D6539C;
}
</style>