Shades of Mulberry #D8569E
Tints of Mulberry #D8569E
RGB
CMYK
RGB Variations
Color information
#D8569E (or 0xD8569E) is known color: Mulberry. HEX triplet: D8, 56 and 9E. RGB value is (216,86,158). Sum of RGB (Red+Green+Blue) = 216+86+158=460 (60% of max value = 765). Red value is 216 (84.77% from 255 or 46.96% from 460); Green value is 86 (33.98% from 255 or 18.70% from 460); Blue value is 158 (62.11% from 255 or 34.35% from 460); Max value from RGB is 216 - color contains mainly: red. Hex color #D8569E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8569E is #27A961. Grayscale: #848484. Windows color (decimal): -2599266 or 10376920. OLE color: 10376920.
HSL color Cylindrical-coordinate representation of color #D8569E: hue angle of 326.77º 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 #D8569E is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 86 | 158 | - |
| CMYK | 0 | 0.60 | 0.27 | 0.15 |
| HSL | 326.77º | 0.63% | 0.59% | - |
| HSV(B) | 326.77º | 0.6% | 0.85% | - |
| XYZ | 37.82 | 23.72 | 34.93 | - |
| YUV | 133.08 | 142.07 | 187.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 86 | 158 | 0 | 0.60 | 0.27 | 0.15 | 326.77 | 0.63 | 0.59 |
| Hex | D8 | 56 | 9E | 0 | 3C | 1B | F | 147 | 3E | 3B |
| Octal | 330 | 126 | 236 | 0 | 74 | 33 | 17 | 507 | 76 | 73 |
| Binary | 11011000 | 1010110 | 10011110 | 0 | 111100 | 11011 | 1111 | 101000111 | 111110 | 111011 |
Color Harmonies of #D8569E
Complementary color
Monochromatic Colors of #D8569E
Black with #D8569E
Text Example
Text Example
White with #D8569E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8569E; }
p { color: rgb(216,86,158); }
H1.HeaderClassName
{
color: #D8569E;
}
.AnyTagClassName
{
color: #D8569E;
}
</style>
background-color css
<style>
a { background-color: #D8569E; }
a { background-color: rgb(216,86,158); }
div.DivClassName
{
background-color: #D8569E;
}
.BgClassName
{
background-color: #D8569E;
}
</style>
border-color css
<style>
span { border-color: #D8569E; }
span { border-color: rgb(216,86,158); }
td.TdClassName
{
border-color: #D8569E;
}
.TagClassName
{
border-color: #D8569E;
}
</style>