Shades of Mulberry #D04B86
Tints of Mulberry #D04B86
RGB
CMYK
RGB Variations
Color information
#D04B86 (or 0xD04B86) is known color: Mulberry. HEX triplet: D0, 4B and 86. RGB value is (208,75,134). Sum of RGB (Red+Green+Blue) = 208+75+134=417 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.88% from 417); Green value is 75 (29.69% from 255 or 17.99% from 417); Blue value is 134 (52.73% from 255 or 32.13% from 417); Max value from RGB is 208 - color contains mainly: red. Hex color #D04B86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04B86 is #2FB479. Grayscale: #797979. Windows color (decimal): -3126394 or 8801232. OLE color: 8801232.
HSL color Cylindrical-coordinate representation of color #D04B86: hue angle of 333.38º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D04B86 is Cyan = 0, Magento = 0.64, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 75 | 134 | - |
| CMYK | 0 | 0.64 | 0.36 | 0.18 |
| HSL | 333.38º | 0.59% | 0.55% | - |
| HSV(B) | 333.38º | 0.64% | 0.82% | - |
| XYZ | 32.83 | 20.16 | 24.72 | - |
| YUV | 121.49 | 135.06 | 189.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 75 | 134 | 0 | 0.64 | 0.36 | 0.18 | 333.38 | 0.59 | 0.55 |
| Hex | D0 | 4B | 86 | 0 | 40 | 24 | 12 | 14D | 3B | 37 |
| Octal | 320 | 113 | 206 | 0 | 100 | 44 | 22 | 515 | 73 | 67 |
| Binary | 11010000 | 1001011 | 10000110 | 0 | 1000000 | 100100 | 10010 | 101001101 | 111011 | 110111 |
Color Harmonies of #D04B86
Complementary color
Monochromatic Colors of #D04B86
Black with #D04B86
Text Example
Text Example
White with #D04B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04B86; }
p { color: rgb(208,75,134); }
H1.HeaderClassName
{
color: #D04B86;
}
.AnyTagClassName
{
color: #D04B86;
}
</style>
background-color css
<style>
a { background-color: #D04B86; }
a { background-color: rgb(208,75,134); }
div.DivClassName
{
background-color: #D04B86;
}
.BgClassName
{
background-color: #D04B86;
}
</style>
border-color css
<style>
span { border-color: #D04B86; }
span { border-color: rgb(208,75,134); }
td.TdClassName
{
border-color: #D04B86;
}
.TagClassName
{
border-color: #D04B86;
}
</style>