Shades of Mulberry #D6558C
Tints of Mulberry #D6558C
RGB
CMYK
RGB Variations
Color information
#D6558C (or 0xD6558C) is known color: Mulberry. HEX triplet: D6, 55 and 8C. RGB value is (214,85,140). Sum of RGB (Red+Green+Blue) = 214+85+140=439 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.75% from 439); Green value is 85 (33.59% from 255 or 19.36% from 439); Blue value is 140 (55.08% from 255 or 31.89% from 439); Max value from RGB is 214 - color contains mainly: red. Hex color #D6558C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6558C is #29AA73. Grayscale: #818181. Windows color (decimal): -2730612 or 9197014. OLE color: 9197014.
HSL color Cylindrical-coordinate representation of color #D6558C: hue angle of 334.42º 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 #D6558C is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 85 | 140 | - |
| CMYK | 0 | 0.60 | 0.35 | 0.16 |
| HSL | 334.42º | 0.61% | 0.59% | - |
| HSV(B) | 334.42º | 0.6% | 0.84% | - |
| XYZ | 35.71 | 22.69 | 27.31 | - |
| YUV | 129.84 | 133.74 | 188.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 85 | 140 | 0 | 0.60 | 0.35 | 0.16 | 334.42 | 0.61 | 0.59 |
| Hex | D6 | 55 | 8C | 0 | 3C | 23 | 10 | 14E | 3D | 3B |
| Octal | 326 | 125 | 214 | 0 | 74 | 43 | 20 | 516 | 75 | 73 |
| Binary | 11010110 | 1010101 | 10001100 | 0 | 111100 | 100011 | 10000 | 101001110 | 111101 | 111011 |
Color Harmonies of #D6558C
Complementary color
Monochromatic Colors of #D6558C
Black with #D6558C
Text Example
Text Example
White with #D6558C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6558C; }
p { color: rgb(214,85,140); }
H1.HeaderClassName
{
color: #D6558C;
}
.AnyTagClassName
{
color: #D6558C;
}
</style>
background-color css
<style>
a { background-color: #D6558C; }
a { background-color: rgb(214,85,140); }
div.DivClassName
{
background-color: #D6558C;
}
.BgClassName
{
background-color: #D6558C;
}
</style>
border-color css
<style>
span { border-color: #D6558C; }
span { border-color: rgb(214,85,140); }
td.TdClassName
{
border-color: #D6558C;
}
.TagClassName
{
border-color: #D6558C;
}
</style>