Shades of Mulberry #D04A86
Tints of Mulberry #D04A86
RGB
CMYK
RGB Variations
Color information
#D04A86 (or 0xD04A86) is known color: Mulberry. HEX triplet: D0, 4A and 86. RGB value is (208,74,134). Sum of RGB (Red+Green+Blue) = 208+74+134=416 (55% of max value = 765). Red value is 208 (81.64% from 255 or 50% from 416); Green value is 74 (29.30% from 255 or 17.79% from 416); Blue value is 134 (52.73% from 255 or 32.21% from 416); Max value from RGB is 208 - color contains mainly: red. Hex color #D04A86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04A86 is #2FB579. Grayscale: #787878. Windows color (decimal): -3126650 or 8800976. OLE color: 8800976.
HSL color Cylindrical-coordinate representation of color #D04A86: hue angle of 333.13º 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 #D04A86 is Cyan = 0, Magento = 0.64, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 74 | 134 | - |
| CMYK | 0 | 0.64 | 0.36 | 0.18 |
| HSL | 333.13º | 0.59% | 0.55% | - |
| HSV(B) | 333.13º | 0.64% | 0.82% | - |
| XYZ | 32.76 | 20.03 | 24.69 | - |
| YUV | 120.91 | 135.39 | 190.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 74 | 134 | 0 | 0.64 | 0.36 | 0.18 | 333.13 | 0.59 | 0.55 |
| Hex | D0 | 4A | 86 | 0 | 40 | 24 | 12 | 14D | 3B | 37 |
| Octal | 320 | 112 | 206 | 0 | 100 | 44 | 22 | 515 | 73 | 67 |
| Binary | 11010000 | 1001010 | 10000110 | 0 | 1000000 | 100100 | 10010 | 101001101 | 111011 | 110111 |
Color Harmonies of #D04A86
Complementary color
Monochromatic Colors of #D04A86
Black with #D04A86
Text Example
Text Example
White with #D04A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04A86; }
p { color: rgb(208,74,134); }
H1.HeaderClassName
{
color: #D04A86;
}
.AnyTagClassName
{
color: #D04A86;
}
</style>
background-color css
<style>
a { background-color: #D04A86; }
a { background-color: rgb(208,74,134); }
div.DivClassName
{
background-color: #D04A86;
}
.BgClassName
{
background-color: #D04A86;
}
</style>
border-color css
<style>
span { border-color: #D04A86; }
span { border-color: rgb(208,74,134); }
td.TdClassName
{
border-color: #D04A86;
}
.TagClassName
{
border-color: #D04A86;
}
</style>