Shades of Mulberry #D04185
Tints of Mulberry #D04185
RGB
CMYK
RGB Variations
Color information
#D04185 (or 0xD04185) is known color: Mulberry. HEX triplet: D0, 41 and 85. RGB value is (208,65,133). Sum of RGB (Red+Green+Blue) = 208+65+133=406 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.23% from 406); Green value is 65 (25.78% from 255 or 16.01% from 406); Blue value is 133 (52.34% from 255 or 32.76% from 406); Max value from RGB is 208 - color contains mainly: red. Hex color #D04185 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04185 is #2FBE7A. Grayscale: #737373. Windows color (decimal): -3128955 or 8733136. OLE color: 8733136.
HSL color Cylindrical-coordinate representation of color #D04185: hue angle of 331.47º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D04185 is Cyan = 0, Magento = 0.69, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 65 | 133 | - |
| CMYK | 0 | 0.69 | 0.36 | 0.18 |
| HSL | 331.47º | 0.6% | 0.54% | - |
| HSV(B) | 331.47º | 0.69% | 0.82% | - |
| XYZ | 32.14 | 18.88 | 24.14 | - |
| YUV | 115.51 | 137.88 | 193.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 65 | 133 | 0 | 0.69 | 0.36 | 0.18 | 331.47 | 0.6 | 0.54 |
| Hex | D0 | 41 | 85 | 0 | 45 | 24 | 12 | 14B | 3C | 36 |
| Octal | 320 | 101 | 205 | 0 | 105 | 44 | 22 | 513 | 74 | 66 |
| Binary | 11010000 | 1000001 | 10000101 | 0 | 1000101 | 100100 | 10010 | 101001011 | 111100 | 110110 |
Color Harmonies of #D04185
Complementary color
Monochromatic Colors of #D04185
Black with #D04185
Text Example
Text Example
White with #D04185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04185; }
p { color: rgb(208,65,133); }
H1.HeaderClassName
{
color: #D04185;
}
.AnyTagClassName
{
color: #D04185;
}
</style>
background-color css
<style>
a { background-color: #D04185; }
a { background-color: rgb(208,65,133); }
div.DivClassName
{
background-color: #D04185;
}
.BgClassName
{
background-color: #D04185;
}
</style>
border-color css
<style>
span { border-color: #D04185; }
span { border-color: rgb(208,65,133); }
td.TdClassName
{
border-color: #D04185;
}
.TagClassName
{
border-color: #D04185;
}
</style>