Shades of Mulberry #D6578E
Tints of Mulberry #D6578E
RGB
CMYK
RGB Variations
Color information
#D6578E (or 0xD6578E) is known color: Mulberry. HEX triplet: D6, 57 and 8E. RGB value is (214,87,142). Sum of RGB (Red+Green+Blue) = 214+87+142=443 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.31% from 443); Green value is 87 (34.38% from 255 or 19.64% from 443); Blue value is 142 (55.86% from 255 or 32.05% from 443); Max value from RGB is 214 - color contains mainly: red. Hex color #D6578E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6578E is #29A871. Grayscale: #838383. Windows color (decimal): -2730098 or 9328598. OLE color: 9328598.
HSL color Cylindrical-coordinate representation of color #D6578E: hue angle of 334.02º 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 #D6578E is Cyan = 0, Magento = 0.59, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 87 | 142 | - |
| CMYK | 0 | 0.59 | 0.34 | 0.16 |
| HSL | 334.02º | 0.61% | 0.59% | - |
| HSV(B) | 334.02º | 0.59% | 0.84% | - |
| XYZ | 36.02 | 23.07 | 28.14 | - |
| YUV | 131.24 | 134.08 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 87 | 142 | 0 | 0.59 | 0.34 | 0.16 | 334.02 | 0.61 | 0.59 |
| Hex | D6 | 57 | 8E | 0 | 3B | 22 | 10 | 14E | 3D | 3B |
| Octal | 326 | 127 | 216 | 0 | 73 | 42 | 20 | 516 | 75 | 73 |
| Binary | 11010110 | 1010111 | 10001110 | 0 | 111011 | 100010 | 10000 | 101001110 | 111101 | 111011 |
Color Harmonies of #D6578E
Complementary color
Monochromatic Colors of #D6578E
Black with #D6578E
Text Example
Text Example
White with #D6578E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6578E; }
p { color: rgb(214,87,142); }
H1.HeaderClassName
{
color: #D6578E;
}
.AnyTagClassName
{
color: #D6578E;
}
</style>
background-color css
<style>
a { background-color: #D6578E; }
a { background-color: rgb(214,87,142); }
div.DivClassName
{
background-color: #D6578E;
}
.BgClassName
{
background-color: #D6578E;
}
</style>
border-color css
<style>
span { border-color: #D6578E; }
span { border-color: rgb(214,87,142); }
td.TdClassName
{
border-color: #D6578E;
}
.TagClassName
{
border-color: #D6578E;
}
</style>