Shades of Mulberry #D6559C
Tints of Mulberry #D6559C
RGB
CMYK
RGB Variations
Color information
#D6559C (or 0xD6559C) is known color: Mulberry. HEX triplet: D6, 55 and 9C. RGB value is (214,85,156). Sum of RGB (Red+Green+Blue) = 214+85+156=455 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.03% from 455); Green value is 85 (33.59% from 255 or 18.68% from 455); Blue value is 156 (61.33% from 255 or 34.29% from 455); Max value from RGB is 214 - color contains mainly: red. Hex color #D6559C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6559C is #29AA63. Grayscale: #838383. Windows color (decimal): -2730596 or 10245590. OLE color: 10245590.
HSL color Cylindrical-coordinate representation of color #D6559C: hue angle of 326.98º 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 #D6559C is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 85 | 156 | - |
| CMYK | 0 | 0.60 | 0.27 | 0.16 |
| HSL | 326.98º | 0.61% | 0.59% | - |
| HSV(B) | 326.98º | 0.6% | 0.84% | - |
| XYZ | 36.98 | 23.19 | 33.98 | - |
| YUV | 131.67 | 141.74 | 186.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 85 | 156 | 0 | 0.60 | 0.27 | 0.16 | 326.98 | 0.61 | 0.59 |
| Hex | D6 | 55 | 9C | 0 | 3C | 1B | 10 | 147 | 3D | 3B |
| Octal | 326 | 125 | 234 | 0 | 74 | 33 | 20 | 507 | 75 | 73 |
| Binary | 11010110 | 1010101 | 10011100 | 0 | 111100 | 11011 | 10000 | 101000111 | 111101 | 111011 |
Color Harmonies of #D6559C
Complementary color
Monochromatic Colors of #D6559C
Black with #D6559C
Text Example
Text Example
White with #D6559C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6559C; }
p { color: rgb(214,85,156); }
H1.HeaderClassName
{
color: #D6559C;
}
.AnyTagClassName
{
color: #D6559C;
}
</style>
background-color css
<style>
a { background-color: #D6559C; }
a { background-color: rgb(214,85,156); }
div.DivClassName
{
background-color: #D6559C;
}
.BgClassName
{
background-color: #D6559C;
}
</style>
border-color css
<style>
span { border-color: #D6559C; }
span { border-color: rgb(214,85,156); }
td.TdClassName
{
border-color: #D6559C;
}
.TagClassName
{
border-color: #D6559C;
}
</style>