Shades of Mulberry #D04385
Tints of Mulberry #D04385
RGB
CMYK
RGB Variations
Color information
#D04385 (or 0xD04385) is known color: Mulberry. HEX triplet: D0, 43 and 85. RGB value is (208,67,133). Sum of RGB (Red+Green+Blue) = 208+67+133=408 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.98% from 408); Green value is 67 (26.56% from 255 or 16.42% from 408); Blue value is 133 (52.34% from 255 or 32.60% from 408); Max value from RGB is 208 - color contains mainly: red. Hex color #D04385 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04385 is #2FBC7A. Grayscale: #747474. Windows color (decimal): -3128443 or 8733648. OLE color: 8733648.
HSL color Cylindrical-coordinate representation of color #D04385: hue angle of 331.91º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D04385 is Cyan = 0, Magento = 0.68, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 67 | 133 | - |
| CMYK | 0 | 0.68 | 0.36 | 0.18 |
| HSL | 331.91º | 0.6% | 0.54% | - |
| HSV(B) | 331.91º | 0.68% | 0.82% | - |
| XYZ | 32.25 | 19.12 | 24.18 | - |
| YUV | 116.68 | 137.21 | 193.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 67 | 133 | 0 | 0.68 | 0.36 | 0.18 | 331.91 | 0.6 | 0.54 |
| Hex | D0 | 43 | 85 | 0 | 44 | 24 | 12 | 14C | 3C | 36 |
| Octal | 320 | 103 | 205 | 0 | 104 | 44 | 22 | 514 | 74 | 66 |
| Binary | 11010000 | 1000011 | 10000101 | 0 | 1000100 | 100100 | 10010 | 101001100 | 111100 | 110110 |
Color Harmonies of #D04385
Complementary color
Monochromatic Colors of #D04385
Black with #D04385
Text Example
Text Example
White with #D04385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04385; }
p { color: rgb(208,67,133); }
H1.HeaderClassName
{
color: #D04385;
}
.AnyTagClassName
{
color: #D04385;
}
</style>
background-color css
<style>
a { background-color: #D04385; }
a { background-color: rgb(208,67,133); }
div.DivClassName
{
background-color: #D04385;
}
.BgClassName
{
background-color: #D04385;
}
</style>
border-color css
<style>
span { border-color: #D04385; }
span { border-color: rgb(208,67,133); }
td.TdClassName
{
border-color: #D04385;
}
.TagClassName
{
border-color: #D04385;
}
</style>