Shades of Mulberry #D04584
Tints of Mulberry #D04584
RGB
CMYK
RGB Variations
Color information
#D04584 (or 0xD04584) is known color: Mulberry. HEX triplet: D0, 45 and 84. RGB value is (208,69,132). Sum of RGB (Red+Green+Blue) = 208+69+132=409 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.86% from 409); Green value is 69 (27.34% from 255 or 16.87% from 409); Blue value is 132 (51.95% from 255 or 32.27% from 409); Max value from RGB is 208 - color contains mainly: red. Hex color #D04584 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04584 is #2FBA7B. Grayscale: #757575. Windows color (decimal): -3127932 or 8668624. OLE color: 8668624.
HSL color Cylindrical-coordinate representation of color #D04584: hue angle of 332.81º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D04584 is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 69 | 132 | - |
| CMYK | 0 | 0.67 | 0.37 | 0.18 |
| HSL | 332.81º | 0.6% | 0.54% | - |
| HSV(B) | 332.81º | 0.67% | 0.82% | - |
| XYZ | 32.31 | 19.33 | 23.86 | - |
| YUV | 117.74 | 136.05 | 192.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 69 | 132 | 0 | 0.67 | 0.37 | 0.18 | 332.81 | 0.6 | 0.54 |
| Hex | D0 | 45 | 84 | 0 | 43 | 25 | 12 | 14D | 3C | 36 |
| Octal | 320 | 105 | 204 | 0 | 103 | 45 | 22 | 515 | 74 | 66 |
| Binary | 11010000 | 1000101 | 10000100 | 0 | 1000011 | 100101 | 10010 | 101001101 | 111100 | 110110 |
Color Harmonies of #D04584
Complementary color
Monochromatic Colors of #D04584
Black with #D04584
Text Example
Text Example
White with #D04584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04584; }
p { color: rgb(208,69,132); }
H1.HeaderClassName
{
color: #D04584;
}
.AnyTagClassName
{
color: #D04584;
}
</style>
background-color css
<style>
a { background-color: #D04584; }
a { background-color: rgb(208,69,132); }
div.DivClassName
{
background-color: #D04584;
}
.BgClassName
{
background-color: #D04584;
}
</style>
border-color css
<style>
span { border-color: #D04584; }
span { border-color: rgb(208,69,132); }
td.TdClassName
{
border-color: #D04584;
}
.TagClassName
{
border-color: #D04584;
}
</style>