Shades of Mulberry #D8569C
Tints of Mulberry #D8569C
RGB
CMYK
RGB Variations
Color information
#D8569C (or 0xD8569C) is known color: Mulberry. HEX triplet: D8, 56 and 9C. RGB value is (216,86,156). Sum of RGB (Red+Green+Blue) = 216+86+156=458 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.16% from 458); Green value is 86 (33.98% from 255 or 18.78% from 458); Blue value is 156 (61.33% from 255 or 34.06% from 458); Max value from RGB is 216 - color contains mainly: red. Hex color #D8569C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8569C is #27A963. Grayscale: #848484. Windows color (decimal): -2599268 or 10245848. OLE color: 10245848.
HSL color Cylindrical-coordinate representation of color #D8569C: hue angle of 327.69º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D8569C is Cyan = 0, Magento = 0.60, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 86 | 156 | - |
| CMYK | 0 | 0.60 | 0.28 | 0.15 |
| HSL | 327.69º | 0.63% | 0.59% | - |
| HSV(B) | 327.69º | 0.6% | 0.85% | - |
| XYZ | 37.65 | 23.65 | 34.03 | - |
| YUV | 132.85 | 141.07 | 187.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 86 | 156 | 0 | 0.60 | 0.28 | 0.15 | 327.69 | 0.63 | 0.59 |
| Hex | D8 | 56 | 9C | 0 | 3C | 1C | F | 148 | 3E | 3B |
| Octal | 330 | 126 | 234 | 0 | 74 | 34 | 17 | 510 | 76 | 73 |
| Binary | 11011000 | 1010110 | 10011100 | 0 | 111100 | 11100 | 1111 | 101001000 | 111110 | 111011 |
Color Harmonies of #D8569C
Complementary color
Monochromatic Colors of #D8569C
Black with #D8569C
Text Example
Text Example
White with #D8569C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8569C; }
p { color: rgb(216,86,156); }
H1.HeaderClassName
{
color: #D8569C;
}
.AnyTagClassName
{
color: #D8569C;
}
</style>
background-color css
<style>
a { background-color: #D8569C; }
a { background-color: rgb(216,86,156); }
div.DivClassName
{
background-color: #D8569C;
}
.BgClassName
{
background-color: #D8569C;
}
</style>
border-color css
<style>
span { border-color: #D8569C; }
span { border-color: rgb(216,86,156); }
td.TdClassName
{
border-color: #D8569C;
}
.TagClassName
{
border-color: #D8569C;
}
</style>