Shades of Mulberry #D6558E
Tints of Mulberry #D6558E
RGB
CMYK
RGB Variations
Color information
#D6558E (or 0xD6558E) is known color: Mulberry. HEX triplet: D6, 55 and 8E. RGB value is (214,85,142). Sum of RGB (Red+Green+Blue) = 214+85+142=441 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.53% from 441); Green value is 85 (33.59% from 255 or 19.27% from 441); Blue value is 142 (55.86% from 255 or 32.20% from 441); Max value from RGB is 214 - color contains mainly: red. Hex color #D6558E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6558E is #29AA71. Grayscale: #818181. Windows color (decimal): -2730610 or 9328086. OLE color: 9328086.
HSL color Cylindrical-coordinate representation of color #D6558E: hue angle of 333.49º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D6558E is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 85 | 142 | - |
| CMYK | 0 | 0.60 | 0.34 | 0.16 |
| HSL | 333.49º | 0.61% | 0.59% | - |
| HSV(B) | 333.49º | 0.6% | 0.84% | - |
| XYZ | 35.86 | 22.75 | 28.09 | - |
| YUV | 130.07 | 134.74 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 85 | 142 | 0 | 0.60 | 0.34 | 0.16 | 333.49 | 0.61 | 0.59 |
| Hex | D6 | 55 | 8E | 0 | 3C | 22 | 10 | 14D | 3D | 3B |
| Octal | 326 | 125 | 216 | 0 | 74 | 42 | 20 | 515 | 75 | 73 |
| Binary | 11010110 | 1010101 | 10001110 | 0 | 111100 | 100010 | 10000 | 101001101 | 111101 | 111011 |
Color Harmonies of #D6558E
Complementary color
Monochromatic Colors of #D6558E
Black with #D6558E
Text Example
Text Example
White with #D6558E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6558E; }
p { color: rgb(214,85,142); }
H1.HeaderClassName
{
color: #D6558E;
}
.AnyTagClassName
{
color: #D6558E;
}
</style>
background-color css
<style>
a { background-color: #D6558E; }
a { background-color: rgb(214,85,142); }
div.DivClassName
{
background-color: #D6558E;
}
.BgClassName
{
background-color: #D6558E;
}
</style>
border-color css
<style>
span { border-color: #D6558E; }
span { border-color: rgb(214,85,142); }
td.TdClassName
{
border-color: #D6558E;
}
.TagClassName
{
border-color: #D6558E;
}
</style>