Shades of Mulberry #D04F88
Tints of Mulberry #D04F88
RGB
CMYK
RGB Variations
Color information
#D04F88 (or 0xD04F88) is known color: Mulberry. HEX triplet: D0, 4F and 88. RGB value is (208,79,136). Sum of RGB (Red+Green+Blue) = 208+79+136=423 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.17% from 423); Green value is 79 (31.25% from 255 or 18.68% from 423); Blue value is 136 (53.52% from 255 or 32.15% from 423); Max value from RGB is 208 - color contains mainly: red. Hex color #D04F88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D04F88 is #2FB077. Grayscale: #7B7B7B. Windows color (decimal): -3125368 or 8933328. OLE color: 8933328.
HSL color Cylindrical-coordinate representation of color #D04F88: hue angle of 333.49º 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 #D04F88 is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 79 | 136 | - |
| CMYK | 0 | 0.62 | 0.35 | 0.18 |
| HSL | 333.49º | 0.58% | 0.56% | - |
| HSV(B) | 333.49º | 0.62% | 0.82% | - |
| XYZ | 33.25 | 20.78 | 25.55 | - |
| YUV | 124.07 | 134.74 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 79 | 136 | 0 | 0.62 | 0.35 | 0.18 | 333.49 | 0.58 | 0.56 |
| Hex | D0 | 4F | 88 | 0 | 3E | 23 | 12 | 14D | 3A | 38 |
| Octal | 320 | 117 | 210 | 0 | 76 | 43 | 22 | 515 | 72 | 70 |
| Binary | 11010000 | 1001111 | 10001000 | 0 | 111110 | 100011 | 10010 | 101001101 | 111010 | 111000 |
Color Harmonies of #D04F88
Complementary color
Monochromatic Colors of #D04F88
Black with #D04F88
Text Example
Text Example
White with #D04F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04F88; }
p { color: rgb(208,79,136); }
H1.HeaderClassName
{
color: #D04F88;
}
.AnyTagClassName
{
color: #D04F88;
}
</style>
background-color css
<style>
a { background-color: #D04F88; }
a { background-color: rgb(208,79,136); }
div.DivClassName
{
background-color: #D04F88;
}
.BgClassName
{
background-color: #D04F88;
}
</style>
border-color css
<style>
span { border-color: #D04F88; }
span { border-color: rgb(208,79,136); }
td.TdClassName
{
border-color: #D04F88;
}
.TagClassName
{
border-color: #D04F88;
}
</style>