Shades of Mulberry #D04F85
Tints of Mulberry #D04F85
RGB
CMYK
RGB Variations
Color information
#D04F85 (or 0xD04F85) is known color: Mulberry. HEX triplet: D0, 4F and 85. RGB value is (208,79,133). Sum of RGB (Red+Green+Blue) = 208+79+133=420 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.52% from 420); Green value is 79 (31.25% from 255 or 18.81% from 420); Blue value is 133 (52.34% from 255 or 31.67% from 420); Max value from RGB is 208 - color contains mainly: red. Hex color #D04F85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D04F85 is #2FB07A. Grayscale: #7B7B7B. Windows color (decimal): -3125371 or 8736720. OLE color: 8736720.
HSL color Cylindrical-coordinate representation of color #D04F85: hue angle of 334.88º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D04F85 is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 79 | 133 | - |
| CMYK | 0 | 0.62 | 0.36 | 0.18 |
| HSL | 334.88º | 0.58% | 0.56% | - |
| HSV(B) | 334.88º | 0.62% | 0.82% | - |
| XYZ | 33.04 | 20.7 | 24.44 | - |
| YUV | 123.73 | 133.24 | 188.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 79 | 133 | 0 | 0.62 | 0.36 | 0.18 | 334.88 | 0.58 | 0.56 |
| Hex | D0 | 4F | 85 | 0 | 3E | 24 | 12 | 14F | 3A | 38 |
| Octal | 320 | 117 | 205 | 0 | 76 | 44 | 22 | 517 | 72 | 70 |
| Binary | 11010000 | 1001111 | 10000101 | 0 | 111110 | 100100 | 10010 | 101001111 | 111010 | 111000 |
Color Harmonies of #D04F85
Complementary color
Monochromatic Colors of #D04F85
Black with #D04F85
Text Example
Text Example
White with #D04F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04F85; }
p { color: rgb(208,79,133); }
H1.HeaderClassName
{
color: #D04F85;
}
.AnyTagClassName
{
color: #D04F85;
}
</style>
background-color css
<style>
a { background-color: #D04F85; }
a { background-color: rgb(208,79,133); }
div.DivClassName
{
background-color: #D04F85;
}
.BgClassName
{
background-color: #D04F85;
}
</style>
border-color css
<style>
span { border-color: #D04F85; }
span { border-color: rgb(208,79,133); }
td.TdClassName
{
border-color: #D04F85;
}
.TagClassName
{
border-color: #D04F85;
}
</style>