Shades of Mulberry #D04F8D
Tints of Mulberry #D04F8D
RGB
CMYK
RGB Variations
Color information
#D04F8D (or 0xD04F8D) is known color: Mulberry. HEX triplet: D0, 4F and 8D. RGB value is (208,79,141). Sum of RGB (Red+Green+Blue) = 208+79+141=428 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.60% from 428); Green value is 79 (31.25% from 255 or 18.46% from 428); Blue value is 141 (55.47% from 255 or 32.94% from 428); Max value from RGB is 208 - color contains mainly: red. Hex color #D04F8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D04F8D is #2FB072. Grayscale: #7C7C7C. Windows color (decimal): -3125363 or 9261008. OLE color: 9261008.
HSL color Cylindrical-coordinate representation of color #D04F8D: hue angle of 331.16º 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 #D04F8D is Cyan = 0, Magento = 0.62, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 79 | 141 | - |
| CMYK | 0 | 0.62 | 0.32 | 0.18 |
| HSL | 331.16º | 0.58% | 0.56% | - |
| HSV(B) | 331.16º | 0.62% | 0.82% | - |
| XYZ | 33.62 | 20.92 | 27.47 | - |
| YUV | 124.64 | 137.24 | 187.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 79 | 141 | 0 | 0.62 | 0.32 | 0.18 | 331.16 | 0.58 | 0.56 |
| Hex | D0 | 4F | 8D | 0 | 3E | 20 | 12 | 14B | 3A | 38 |
| Octal | 320 | 117 | 215 | 0 | 76 | 40 | 22 | 513 | 72 | 70 |
| Binary | 11010000 | 1001111 | 10001101 | 0 | 111110 | 100000 | 10010 | 101001011 | 111010 | 111000 |
Color Harmonies of #D04F8D
Complementary color
Monochromatic Colors of #D04F8D
Black with #D04F8D
Text Example
Text Example
White with #D04F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04F8D; }
p { color: rgb(208,79,141); }
H1.HeaderClassName
{
color: #D04F8D;
}
.AnyTagClassName
{
color: #D04F8D;
}
</style>
background-color css
<style>
a { background-color: #D04F8D; }
a { background-color: rgb(208,79,141); }
div.DivClassName
{
background-color: #D04F8D;
}
.BgClassName
{
background-color: #D04F8D;
}
</style>
border-color css
<style>
span { border-color: #D04F8D; }
span { border-color: rgb(208,79,141); }
td.TdClassName
{
border-color: #D04F8D;
}
.TagClassName
{
border-color: #D04F8D;
}
</style>