Shades of Mulberry #D04986
Tints of Mulberry #D04986
RGB
CMYK
RGB Variations
Color information
#D04986 (or 0xD04986) is known color: Mulberry. HEX triplet: D0, 49 and 86. RGB value is (208,73,134). Sum of RGB (Red+Green+Blue) = 208+73+134=415 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.12% from 415); Green value is 73 (28.91% from 255 or 17.59% from 415); Blue value is 134 (52.73% from 255 or 32.29% from 415); Max value from RGB is 208 - color contains mainly: red. Hex color #D04986 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04986 is #2FB679. Grayscale: #787878. Windows color (decimal): -3126906 or 8800720. OLE color: 8800720.
HSL color Cylindrical-coordinate representation of color #D04986: hue angle of 332.89º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D04986 is Cyan = 0, Magento = 0.65, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 73 | 134 | - |
| CMYK | 0 | 0.65 | 0.36 | 0.18 |
| HSL | 332.89º | 0.59% | 0.55% | - |
| HSV(B) | 332.89º | 0.65% | 0.82% | - |
| XYZ | 32.7 | 19.9 | 24.67 | - |
| YUV | 120.32 | 135.73 | 190.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 73 | 134 | 0 | 0.65 | 0.36 | 0.18 | 332.89 | 0.59 | 0.55 |
| Hex | D0 | 49 | 86 | 0 | 41 | 24 | 12 | 14D | 3B | 37 |
| Octal | 320 | 111 | 206 | 0 | 101 | 44 | 22 | 515 | 73 | 67 |
| Binary | 11010000 | 1001001 | 10000110 | 0 | 1000001 | 100100 | 10010 | 101001101 | 111011 | 110111 |
Color Harmonies of #D04986
Complementary color
Monochromatic Colors of #D04986
Black with #D04986
Text Example
Text Example
White with #D04986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04986; }
p { color: rgb(208,73,134); }
H1.HeaderClassName
{
color: #D04986;
}
.AnyTagClassName
{
color: #D04986;
}
</style>
background-color css
<style>
a { background-color: #D04986; }
a { background-color: rgb(208,73,134); }
div.DivClassName
{
background-color: #D04986;
}
.BgClassName
{
background-color: #D04986;
}
</style>
border-color css
<style>
span { border-color: #D04986; }
span { border-color: rgb(208,73,134); }
td.TdClassName
{
border-color: #D04986;
}
.TagClassName
{
border-color: #D04986;
}
</style>