Shades of Mulberry #D6579E
Tints of Mulberry #D6579E
RGB
CMYK
RGB Variations
Color information
#D6579E (or 0xD6579E) is known color: Mulberry. HEX triplet: D6, 57 and 9E. RGB value is (214,87,158). Sum of RGB (Red+Green+Blue) = 214+87+158=459 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.62% from 459); Green value is 87 (34.38% from 255 or 18.95% from 459); Blue value is 158 (62.11% from 255 or 34.42% from 459); Max value from RGB is 214 - color contains mainly: red. Hex color #D6579E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6579E is #29A861. Grayscale: #848484. Windows color (decimal): -2730082 or 10377174. OLE color: 10377174.
HSL color Cylindrical-coordinate representation of color #D6579E: hue angle of 326.46º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D6579E is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 87 | 158 | - |
| CMYK | 0 | 0.59 | 0.26 | 0.16 |
| HSL | 326.46º | 0.61% | 0.59% | - |
| HSV(B) | 326.46º | 0.59% | 0.84% | - |
| XYZ | 37.31 | 23.58 | 34.93 | - |
| YUV | 133.07 | 142.08 | 185.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 87 | 158 | 0 | 0.59 | 0.26 | 0.16 | 326.46 | 0.61 | 0.59 |
| Hex | D6 | 57 | 9E | 0 | 3B | 1A | 10 | 146 | 3D | 3B |
| Octal | 326 | 127 | 236 | 0 | 73 | 32 | 20 | 506 | 75 | 73 |
| Binary | 11010110 | 1010111 | 10011110 | 0 | 111011 | 11010 | 10000 | 101000110 | 111101 | 111011 |
Color Harmonies of #D6579E
Complementary color
Monochromatic Colors of #D6579E
Black with #D6579E
Text Example
Text Example
White with #D6579E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6579E; }
p { color: rgb(214,87,158); }
H1.HeaderClassName
{
color: #D6579E;
}
.AnyTagClassName
{
color: #D6579E;
}
</style>
background-color css
<style>
a { background-color: #D6579E; }
a { background-color: rgb(214,87,158); }
div.DivClassName
{
background-color: #D6579E;
}
.BgClassName
{
background-color: #D6579E;
}
</style>
border-color css
<style>
span { border-color: #D6579E; }
span { border-color: rgb(214,87,158); }
td.TdClassName
{
border-color: #D6579E;
}
.TagClassName
{
border-color: #D6579E;
}
</style>