Shades of Mulberry #D04784
Tints of Mulberry #D04784
RGB
CMYK
RGB Variations
Color information
#D04784 (or 0xD04784) is known color: Mulberry. HEX triplet: D0, 47 and 84. RGB value is (208,71,132). Sum of RGB (Red+Green+Blue) = 208+71+132=411 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.61% from 411); Green value is 71 (28.12% from 255 or 17.27% from 411); Blue value is 132 (51.95% from 255 or 32.12% from 411); Max value from RGB is 208 - color contains mainly: red. Hex color #D04784 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04784 is #2FB87B. Grayscale: #767676. Windows color (decimal): -3127420 or 8669136. OLE color: 8669136.
HSL color Cylindrical-coordinate representation of color #D04784: hue angle of 333.28º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D04784 is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 71 | 132 | - |
| CMYK | 0 | 0.66 | 0.37 | 0.18 |
| HSL | 333.28º | 0.59% | 0.55% | - |
| HSV(B) | 333.28º | 0.66% | 0.82% | - |
| XYZ | 32.43 | 19.58 | 23.9 | - |
| YUV | 118.92 | 135.39 | 191.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 71 | 132 | 0 | 0.66 | 0.37 | 0.18 | 333.28 | 0.59 | 0.55 |
| Hex | D0 | 47 | 84 | 0 | 42 | 25 | 12 | 14D | 3B | 37 |
| Octal | 320 | 107 | 204 | 0 | 102 | 45 | 22 | 515 | 73 | 67 |
| Binary | 11010000 | 1000111 | 10000100 | 0 | 1000010 | 100101 | 10010 | 101001101 | 111011 | 110111 |
Color Harmonies of #D04784
Complementary color
Monochromatic Colors of #D04784
Black with #D04784
Text Example
Text Example
White with #D04784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04784; }
p { color: rgb(208,71,132); }
H1.HeaderClassName
{
color: #D04784;
}
.AnyTagClassName
{
color: #D04784;
}
</style>
background-color css
<style>
a { background-color: #D04784; }
a { background-color: rgb(208,71,132); }
div.DivClassName
{
background-color: #D04784;
}
.BgClassName
{
background-color: #D04784;
}
</style>
border-color css
<style>
span { border-color: #D04784; }
span { border-color: rgb(208,71,132); }
td.TdClassName
{
border-color: #D04784;
}
.TagClassName
{
border-color: #D04784;
}
</style>