Shades of Mulberry #D04885
Tints of Mulberry #D04885
RGB
CMYK
RGB Variations
Color information
#D04885 (or 0xD04885) is known color: Mulberry. HEX triplet: D0, 48 and 85. RGB value is (208,72,133). Sum of RGB (Red+Green+Blue) = 208+72+133=413 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.36% from 413); Green value is 72 (28.52% from 255 or 17.43% from 413); Blue value is 133 (52.34% from 255 or 32.20% from 413); Max value from RGB is 208 - color contains mainly: red. Hex color #D04885 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04885 is #2FB77A. Grayscale: #777777. Windows color (decimal): -3127163 or 8734928. OLE color: 8734928.
HSL color Cylindrical-coordinate representation of color #D04885: hue angle of 333.09º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D04885 is Cyan = 0, Magento = 0.65, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 72 | 133 | - |
| CMYK | 0 | 0.65 | 0.36 | 0.18 |
| HSL | 333.09º | 0.59% | 0.55% | - |
| HSV(B) | 333.09º | 0.65% | 0.82% | - |
| XYZ | 32.56 | 19.74 | 24.28 | - |
| YUV | 119.62 | 135.56 | 191.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 72 | 133 | 0 | 0.65 | 0.36 | 0.18 | 333.09 | 0.59 | 0.55 |
| Hex | D0 | 48 | 85 | 0 | 41 | 24 | 12 | 14D | 3B | 37 |
| Octal | 320 | 110 | 205 | 0 | 101 | 44 | 22 | 515 | 73 | 67 |
| Binary | 11010000 | 1001000 | 10000101 | 0 | 1000001 | 100100 | 10010 | 101001101 | 111011 | 110111 |
Color Harmonies of #D04885
Complementary color
Monochromatic Colors of #D04885
Black with #D04885
Text Example
Text Example
White with #D04885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04885; }
p { color: rgb(208,72,133); }
H1.HeaderClassName
{
color: #D04885;
}
.AnyTagClassName
{
color: #D04885;
}
</style>
background-color css
<style>
a { background-color: #D04885; }
a { background-color: rgb(208,72,133); }
div.DivClassName
{
background-color: #D04885;
}
.BgClassName
{
background-color: #D04885;
}
</style>
border-color css
<style>
span { border-color: #D04885; }
span { border-color: rgb(208,72,133); }
td.TdClassName
{
border-color: #D04885;
}
.TagClassName
{
border-color: #D04885;
}
</style>