Shades of Mulberry #D6529D
Tints of Mulberry #D6529D
RGB
CMYK
RGB Variations
Color information
#D6529D (or 0xD6529D) is known color: Mulberry. HEX triplet: D6, 52 and 9D. RGB value is (214,82,157). Sum of RGB (Red+Green+Blue) = 214+82+157=453 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.24% from 453); Green value is 82 (32.42% from 255 or 18.10% from 453); Blue value is 157 (61.72% from 255 or 34.66% from 453); Max value from RGB is 214 - color contains mainly: red. Hex color #D6529D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6529D is #29AD62. Grayscale: #818181. Windows color (decimal): -2731363 or 10310358. OLE color: 10310358.
HSL color Cylindrical-coordinate representation of color #D6529D: hue angle of 325.91º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D6529D is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 82 | 157 | - |
| CMYK | 0 | 0.62 | 0.27 | 0.16 |
| HSL | 325.91º | 0.62% | 0.58% | - |
| HSV(B) | 325.91º | 0.62% | 0.84% | - |
| XYZ | 36.83 | 22.77 | 34.35 | - |
| YUV | 130.02 | 143.23 | 187.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 82 | 157 | 0 | 0.62 | 0.27 | 0.16 | 325.91 | 0.62 | 0.58 |
| Hex | D6 | 52 | 9D | 0 | 3E | 1B | 10 | 146 | 3E | 3A |
| Octal | 326 | 122 | 235 | 0 | 76 | 33 | 20 | 506 | 76 | 72 |
| Binary | 11010110 | 1010010 | 10011101 | 0 | 111110 | 11011 | 10000 | 101000110 | 111110 | 111010 |
Color Harmonies of #D6529D
Complementary color
Monochromatic Colors of #D6529D
Black with #D6529D
Text Example
Text Example
White with #D6529D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6529D; }
p { color: rgb(214,82,157); }
H1.HeaderClassName
{
color: #D6529D;
}
.AnyTagClassName
{
color: #D6529D;
}
</style>
background-color css
<style>
a { background-color: #D6529D; }
a { background-color: rgb(214,82,157); }
div.DivClassName
{
background-color: #D6529D;
}
.BgClassName
{
background-color: #D6529D;
}
</style>
border-color css
<style>
span { border-color: #D6529D; }
span { border-color: rgb(214,82,157); }
td.TdClassName
{
border-color: #D6529D;
}
.TagClassName
{
border-color: #D6529D;
}
</style>