Shades of Mulberry #D05689
Tints of Mulberry #D05689
RGB
CMYK
RGB Variations
Color information
#D05689 (or 0xD05689) is known color: Mulberry. HEX triplet: D0, 56 and 89. RGB value is (208,86,137). Sum of RGB (Red+Green+Blue) = 208+86+137=431 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.26% from 431); Green value is 86 (33.98% from 255 or 19.95% from 431); Blue value is 137 (53.91% from 255 or 31.79% from 431); Max value from RGB is 208 - color contains mainly: red. Hex color #D05689 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05689 is #2FA976. Grayscale: #808080. Windows color (decimal): -3123575 or 9000656. OLE color: 9000656.
HSL color Cylindrical-coordinate representation of color #D05689: hue angle of 334.92º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D05689 is Cyan = 0, Magento = 0.59, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 86 | 137 | - |
| CMYK | 0 | 0.59 | 0.34 | 0.18 |
| HSL | 334.92º | 0.56% | 0.58% | - |
| HSV(B) | 334.92º | 0.59% | 0.82% | - |
| XYZ | 33.86 | 21.87 | 26.1 | - |
| YUV | 128.29 | 132.92 | 184.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 86 | 137 | 0 | 0.59 | 0.34 | 0.18 | 334.92 | 0.56 | 0.58 |
| Hex | D0 | 56 | 89 | 0 | 3B | 22 | 12 | 14F | 38 | 3A |
| Octal | 320 | 126 | 211 | 0 | 73 | 42 | 22 | 517 | 70 | 72 |
| Binary | 11010000 | 1010110 | 10001001 | 0 | 111011 | 100010 | 10010 | 101001111 | 111000 | 111010 |
Color Harmonies of #D05689
Complementary color
Monochromatic Colors of #D05689
Black with #D05689
Text Example
Text Example
White with #D05689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05689; }
p { color: rgb(208,86,137); }
H1.HeaderClassName
{
color: #D05689;
}
.AnyTagClassName
{
color: #D05689;
}
</style>
background-color css
<style>
a { background-color: #D05689; }
a { background-color: rgb(208,86,137); }
div.DivClassName
{
background-color: #D05689;
}
.BgClassName
{
background-color: #D05689;
}
</style>
border-color css
<style>
span { border-color: #D05689; }
span { border-color: rgb(208,86,137); }
td.TdClassName
{
border-color: #D05689;
}
.TagClassName
{
border-color: #D05689;
}
</style>