Shades of Mulberry #D6578D
Tints of Mulberry #D6578D
RGB
CMYK
RGB Variations
Color information
#D6578D (or 0xD6578D) is known color: Mulberry. HEX triplet: D6, 57 and 8D. RGB value is (214,87,141). Sum of RGB (Red+Green+Blue) = 214+87+141=442 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.42% from 442); Green value is 87 (34.38% from 255 or 19.68% from 442); Blue value is 141 (55.47% from 255 or 31.90% from 442); Max value from RGB is 214 - color contains mainly: red. Hex color #D6578D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6578D is #29A872. Grayscale: #838383. Windows color (decimal): -2730099 or 9263062. OLE color: 9263062.
HSL color Cylindrical-coordinate representation of color #D6578D: hue angle of 334.49º 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 #D6578D is Cyan = 0, Magento = 0.59, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 87 | 141 | - |
| CMYK | 0 | 0.59 | 0.34 | 0.16 |
| HSL | 334.49º | 0.61% | 0.59% | - |
| HSV(B) | 334.49º | 0.59% | 0.84% | - |
| XYZ | 35.95 | 23.04 | 27.75 | - |
| YUV | 131.13 | 133.58 | 187.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 87 | 141 | 0 | 0.59 | 0.34 | 0.16 | 334.49 | 0.61 | 0.59 |
| Hex | D6 | 57 | 8D | 0 | 3B | 22 | 10 | 14E | 3D | 3B |
| Octal | 326 | 127 | 215 | 0 | 73 | 42 | 20 | 516 | 75 | 73 |
| Binary | 11010110 | 1010111 | 10001101 | 0 | 111011 | 100010 | 10000 | 101001110 | 111101 | 111011 |
Color Harmonies of #D6578D
Complementary color
Monochromatic Colors of #D6578D
Black with #D6578D
Text Example
Text Example
White with #D6578D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6578D; }
p { color: rgb(214,87,141); }
H1.HeaderClassName
{
color: #D6578D;
}
.AnyTagClassName
{
color: #D6578D;
}
</style>
background-color css
<style>
a { background-color: #D6578D; }
a { background-color: rgb(214,87,141); }
div.DivClassName
{
background-color: #D6578D;
}
.BgClassName
{
background-color: #D6578D;
}
</style>
border-color css
<style>
span { border-color: #D6578D; }
span { border-color: rgb(214,87,141); }
td.TdClassName
{
border-color: #D6578D;
}
.TagClassName
{
border-color: #D6578D;
}
</style>