Shades of Mulberry #D04F84
Tints of Mulberry #D04F84
RGB
CMYK
RGB Variations
Color information
#D04F84 (or 0xD04F84) is known color: Mulberry. HEX triplet: D0, 4F and 84. RGB value is (208,79,132). Sum of RGB (Red+Green+Blue) = 208+79+132=419 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.64% from 419); Green value is 79 (31.25% from 255 or 18.85% from 419); Blue value is 132 (51.95% from 255 or 31.50% from 419); Max value from RGB is 208 - color contains mainly: red. Hex color #D04F84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D04F84 is #2FB07B. Grayscale: #7B7B7B. Windows color (decimal): -3125372 or 8671184. OLE color: 8671184.
HSL color Cylindrical-coordinate representation of color #D04F84: hue angle of 335.35º 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 #D04F84 is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 79 | 132 | - |
| CMYK | 0 | 0.62 | 0.37 | 0.18 |
| HSL | 335.35º | 0.58% | 0.56% | - |
| HSV(B) | 335.35º | 0.62% | 0.82% | - |
| XYZ | 32.97 | 20.67 | 24.08 | - |
| YUV | 123.61 | 132.74 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 79 | 132 | 0 | 0.62 | 0.37 | 0.18 | 335.35 | 0.58 | 0.56 |
| Hex | D0 | 4F | 84 | 0 | 3E | 25 | 12 | 14F | 3A | 38 |
| Octal | 320 | 117 | 204 | 0 | 76 | 45 | 22 | 517 | 72 | 70 |
| Binary | 11010000 | 1001111 | 10000100 | 0 | 111110 | 100101 | 10010 | 101001111 | 111010 | 111000 |
Color Harmonies of #D04F84
Complementary color
Monochromatic Colors of #D04F84
Black with #D04F84
Text Example
Text Example
White with #D04F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04F84; }
p { color: rgb(208,79,132); }
H1.HeaderClassName
{
color: #D04F84;
}
.AnyTagClassName
{
color: #D04F84;
}
</style>
background-color css
<style>
a { background-color: #D04F84; }
a { background-color: rgb(208,79,132); }
div.DivClassName
{
background-color: #D04F84;
}
.BgClassName
{
background-color: #D04F84;
}
</style>
border-color css
<style>
span { border-color: #D04F84; }
span { border-color: rgb(208,79,132); }
td.TdClassName
{
border-color: #D04F84;
}
.TagClassName
{
border-color: #D04F84;
}
</style>