Shades of Mulberry #D6578F
Tints of Mulberry #D6578F
RGB
CMYK
RGB Variations
Color information
#D6578F (or 0xD6578F) is known color: Mulberry. HEX triplet: D6, 57 and 8F. RGB value is (214,87,143). Sum of RGB (Red+Green+Blue) = 214+87+143=444 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.20% from 444); Green value is 87 (34.38% from 255 or 19.59% from 444); Blue value is 143 (56.25% from 255 or 32.21% from 444); Max value from RGB is 214 - color contains mainly: red. Hex color #D6578F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6578F is #29A870. Grayscale: #838383. Windows color (decimal): -2730097 or 9394134. OLE color: 9394134.
HSL color Cylindrical-coordinate representation of color #D6578F: hue angle of 333.54º 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 #D6578F is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 87 | 143 | - |
| CMYK | 0 | 0.59 | 0.33 | 0.16 |
| HSL | 333.54º | 0.61% | 0.59% | - |
| HSV(B) | 333.54º | 0.59% | 0.84% | - |
| XYZ | 36.1 | 23.1 | 28.54 | - |
| YUV | 131.36 | 134.58 | 186.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 87 | 143 | 0 | 0.59 | 0.33 | 0.16 | 333.54 | 0.61 | 0.59 |
| Hex | D6 | 57 | 8F | 0 | 3B | 21 | 10 | 14E | 3D | 3B |
| Octal | 326 | 127 | 217 | 0 | 73 | 41 | 20 | 516 | 75 | 73 |
| Binary | 11010110 | 1010111 | 10001111 | 0 | 111011 | 100001 | 10000 | 101001110 | 111101 | 111011 |
Color Harmonies of #D6578F
Complementary color
Monochromatic Colors of #D6578F
Black with #D6578F
Text Example
Text Example
White with #D6578F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6578F; }
p { color: rgb(214,87,143); }
H1.HeaderClassName
{
color: #D6578F;
}
.AnyTagClassName
{
color: #D6578F;
}
</style>
background-color css
<style>
a { background-color: #D6578F; }
a { background-color: rgb(214,87,143); }
div.DivClassName
{
background-color: #D6578F;
}
.BgClassName
{
background-color: #D6578F;
}
</style>
border-color css
<style>
span { border-color: #D6578F; }
span { border-color: rgb(214,87,143); }
td.TdClassName
{
border-color: #D6578F;
}
.TagClassName
{
border-color: #D6578F;
}
</style>