Shades of Mulberry #D04F9D
Tints of Mulberry #D04F9D
RGB
CMYK
RGB Variations
Color information
#D04F9D (or 0xD04F9D) is known color: Mulberry. HEX triplet: D0, 4F and 9D. RGB value is (208,79,157). Sum of RGB (Red+Green+Blue) = 208+79+157=444 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.85% from 444); Green value is 79 (31.25% from 255 or 17.79% from 444); Blue value is 157 (61.72% from 255 or 35.36% from 444); Max value from RGB is 208 - color contains mainly: red. Hex color #D04F9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D04F9D is #2FB062. Grayscale: #7E7E7E. Windows color (decimal): -3125347 or 10309584. OLE color: 10309584.
HSL color Cylindrical-coordinate representation of color #D04F9D: hue angle of 323.72º 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 #D04F9D is Cyan = 0, Magento = 0.62, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 79 | 157 | - |
| CMYK | 0 | 0.62 | 0.25 | 0.18 |
| HSL | 323.72º | 0.58% | 0.56% | - |
| HSV(B) | 323.72º | 0.62% | 0.82% | - |
| XYZ | 34.89 | 21.44 | 34.2 | - |
| YUV | 126.46 | 145.24 | 186.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 79 | 157 | 0 | 0.62 | 0.25 | 0.18 | 323.72 | 0.58 | 0.56 |
| Hex | D0 | 4F | 9D | 0 | 3E | 19 | 12 | 144 | 3A | 38 |
| Octal | 320 | 117 | 235 | 0 | 76 | 31 | 22 | 504 | 72 | 70 |
| Binary | 11010000 | 1001111 | 10011101 | 0 | 111110 | 11001 | 10010 | 101000100 | 111010 | 111000 |
Color Harmonies of #D04F9D
Complementary color
Monochromatic Colors of #D04F9D
Black with #D04F9D
Text Example
Text Example
White with #D04F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04F9D; }
p { color: rgb(208,79,157); }
H1.HeaderClassName
{
color: #D04F9D;
}
.AnyTagClassName
{
color: #D04F9D;
}
</style>
background-color css
<style>
a { background-color: #D04F9D; }
a { background-color: rgb(208,79,157); }
div.DivClassName
{
background-color: #D04F9D;
}
.BgClassName
{
background-color: #D04F9D;
}
</style>
border-color css
<style>
span { border-color: #D04F9D; }
span { border-color: rgb(208,79,157); }
td.TdClassName
{
border-color: #D04F9D;
}
.TagClassName
{
border-color: #D04F9D;
}
</style>