Shades of Mulberry #D04D8E
Tints of Mulberry #D04D8E
RGB
CMYK
RGB Variations
Color information
#D04D8E (or 0xD04D8E) is known color: Mulberry. HEX triplet: D0, 4D and 8E. RGB value is (208,77,142). Sum of RGB (Red+Green+Blue) = 208+77+142=427 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.71% from 427); Green value is 77 (30.47% from 255 or 18.03% from 427); Blue value is 142 (55.86% from 255 or 33.26% from 427); Max value from RGB is 208 - color contains mainly: red. Hex color #D04D8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D04D8E is #2FB271. Grayscale: #7B7B7B. Windows color (decimal): -3125874 or 9326032. OLE color: 9326032.
HSL color Cylindrical-coordinate representation of color #D04D8E: hue angle of 330.23º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D04D8E is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 77 | 142 | - |
| CMYK | 0 | 0.63 | 0.32 | 0.18 |
| HSL | 330.23º | 0.58% | 0.56% | - |
| HSV(B) | 330.23º | 0.63% | 0.82% | - |
| XYZ | 33.55 | 20.67 | 27.81 | - |
| YUV | 123.58 | 138.4 | 188.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 77 | 142 | 0 | 0.63 | 0.32 | 0.18 | 330.23 | 0.58 | 0.56 |
| Hex | D0 | 4D | 8E | 0 | 3F | 20 | 12 | 14A | 3A | 38 |
| Octal | 320 | 115 | 216 | 0 | 77 | 40 | 22 | 512 | 72 | 70 |
| Binary | 11010000 | 1001101 | 10001110 | 0 | 111111 | 100000 | 10010 | 101001010 | 111010 | 111000 |
Color Harmonies of #D04D8E
Complementary color
Monochromatic Colors of #D04D8E
Black with #D04D8E
Text Example
Text Example
White with #D04D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04D8E; }
p { color: rgb(208,77,142); }
H1.HeaderClassName
{
color: #D04D8E;
}
.AnyTagClassName
{
color: #D04D8E;
}
</style>
background-color css
<style>
a { background-color: #D04D8E; }
a { background-color: rgb(208,77,142); }
div.DivClassName
{
background-color: #D04D8E;
}
.BgClassName
{
background-color: #D04D8E;
}
</style>
border-color css
<style>
span { border-color: #D04D8E; }
span { border-color: rgb(208,77,142); }
td.TdClassName
{
border-color: #D04D8E;
}
.TagClassName
{
border-color: #D04D8E;
}
</style>