Shades of Mulberry #D04C86
Tints of Mulberry #D04C86
RGB
CMYK
RGB Variations
Color information
#D04C86 (or 0xD04C86) is known color: Mulberry. HEX triplet: D0, 4C and 86. RGB value is (208,76,134). Sum of RGB (Red+Green+Blue) = 208+76+134=418 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.76% from 418); Green value is 76 (30.08% from 255 or 18.18% from 418); Blue value is 134 (52.73% from 255 or 32.06% from 418); Max value from RGB is 208 - color contains mainly: red. Hex color #D04C86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04C86 is #2FB379. Grayscale: #797979. Windows color (decimal): -3126138 or 8801488. OLE color: 8801488.
HSL color Cylindrical-coordinate representation of color #D04C86: hue angle of 333.64º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D04C86 is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 76 | 134 | - |
| CMYK | 0 | 0.63 | 0.36 | 0.18 |
| HSL | 333.64º | 0.58% | 0.56% | - |
| HSV(B) | 333.64º | 0.63% | 0.82% | - |
| XYZ | 32.9 | 20.3 | 24.74 | - |
| YUV | 122.08 | 134.73 | 189.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 76 | 134 | 0 | 0.63 | 0.36 | 0.18 | 333.64 | 0.58 | 0.56 |
| Hex | D0 | 4C | 86 | 0 | 3F | 24 | 12 | 14E | 3A | 38 |
| Octal | 320 | 114 | 206 | 0 | 77 | 44 | 22 | 516 | 72 | 70 |
| Binary | 11010000 | 1001100 | 10000110 | 0 | 111111 | 100100 | 10010 | 101001110 | 111010 | 111000 |
Color Harmonies of #D04C86
Complementary color
Monochromatic Colors of #D04C86
Black with #D04C86
Text Example
Text Example
White with #D04C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04C86; }
p { color: rgb(208,76,134); }
H1.HeaderClassName
{
color: #D04C86;
}
.AnyTagClassName
{
color: #D04C86;
}
</style>
background-color css
<style>
a { background-color: #D04C86; }
a { background-color: rgb(208,76,134); }
div.DivClassName
{
background-color: #D04C86;
}
.BgClassName
{
background-color: #D04C86;
}
</style>
border-color css
<style>
span { border-color: #D04C86; }
span { border-color: rgb(208,76,134); }
td.TdClassName
{
border-color: #D04C86;
}
.TagClassName
{
border-color: #D04C86;
}
</style>