Shades of Mulberry #D8569B
Tints of Mulberry #D8569B
RGB
CMYK
RGB Variations
Color information
#D8569B (or 0xD8569B) is known color: Mulberry. HEX triplet: D8, 56 and 9B. RGB value is (216,86,155). Sum of RGB (Red+Green+Blue) = 216+86+155=457 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.26% from 457); Green value is 86 (33.98% from 255 or 18.82% from 457); Blue value is 155 (60.94% from 255 or 33.92% from 457); Max value from RGB is 216 - color contains mainly: red. Hex color #D8569B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8569B is #27A964. Grayscale: #848484. Windows color (decimal): -2599269 or 10180312. OLE color: 10180312.
HSL color Cylindrical-coordinate representation of color #D8569B: hue angle of 328.15º 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 #D8569B is Cyan = 0, Magento = 0.60, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 86 | 155 | - |
| CMYK | 0 | 0.60 | 0.28 | 0.15 |
| HSL | 328.15º | 0.63% | 0.59% | - |
| HSV(B) | 328.15º | 0.6% | 0.85% | - |
| XYZ | 37.56 | 23.62 | 33.59 | - |
| YUV | 132.74 | 140.57 | 187.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 86 | 155 | 0 | 0.60 | 0.28 | 0.15 | 328.15 | 0.63 | 0.59 |
| Hex | D8 | 56 | 9B | 0 | 3C | 1C | F | 148 | 3E | 3B |
| Octal | 330 | 126 | 233 | 0 | 74 | 34 | 17 | 510 | 76 | 73 |
| Binary | 11011000 | 1010110 | 10011011 | 0 | 111100 | 11100 | 1111 | 101001000 | 111110 | 111011 |
Color Harmonies of #D8569B
Complementary color
Monochromatic Colors of #D8569B
Black with #D8569B
Text Example
Text Example
White with #D8569B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8569B; }
p { color: rgb(216,86,155); }
H1.HeaderClassName
{
color: #D8569B;
}
.AnyTagClassName
{
color: #D8569B;
}
</style>
background-color css
<style>
a { background-color: #D8569B; }
a { background-color: rgb(216,86,155); }
div.DivClassName
{
background-color: #D8569B;
}
.BgClassName
{
background-color: #D8569B;
}
</style>
border-color css
<style>
span { border-color: #D8569B; }
span { border-color: rgb(216,86,155); }
td.TdClassName
{
border-color: #D8569B;
}
.TagClassName
{
border-color: #D8569B;
}
</style>