Shades of Mulberry #D04382
Tints of Mulberry #D04382
RGB
CMYK
RGB Variations
Color information
#D04382 (or 0xD04382) is known color: Mulberry. HEX triplet: D0, 43 and 82. RGB value is (208,67,130). Sum of RGB (Red+Green+Blue) = 208+67+130=405 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.36% from 405); Green value is 67 (26.56% from 255 or 16.54% from 405); Blue value is 130 (51.17% from 255 or 32.10% from 405); Max value from RGB is 208 - color contains mainly: red. Hex color #D04382 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04382 is #2FBC7D. Grayscale: #747474. Windows color (decimal): -3128446 or 8537040. OLE color: 8537040.
HSL color Cylindrical-coordinate representation of color #D04382: hue angle of 333.19º 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 #D04382 is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 67 | 130 | - |
| CMYK | 0 | 0.68 | 0.38 | 0.18 |
| HSL | 333.19º | 0.6% | 0.54% | - |
| HSV(B) | 333.19º | 0.68% | 0.82% | - |
| XYZ | 32.05 | 19.04 | 23.1 | - |
| YUV | 116.34 | 135.71 | 193.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 67 | 130 | 0 | 0.68 | 0.38 | 0.18 | 333.19 | 0.6 | 0.54 |
| Hex | D0 | 43 | 82 | 0 | 44 | 26 | 12 | 14D | 3C | 36 |
| Octal | 320 | 103 | 202 | 0 | 104 | 46 | 22 | 515 | 74 | 66 |
| Binary | 11010000 | 1000011 | 10000010 | 0 | 1000100 | 100110 | 10010 | 101001101 | 111100 | 110110 |
Color Harmonies of #D04382
Complementary color
Monochromatic Colors of #D04382
Black with #D04382
Text Example
Text Example
White with #D04382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04382; }
p { color: rgb(208,67,130); }
H1.HeaderClassName
{
color: #D04382;
}
.AnyTagClassName
{
color: #D04382;
}
</style>
background-color css
<style>
a { background-color: #D04382; }
a { background-color: rgb(208,67,130); }
div.DivClassName
{
background-color: #D04382;
}
.BgClassName
{
background-color: #D04382;
}
</style>
border-color css
<style>
span { border-color: #D04382; }
span { border-color: rgb(208,67,130); }
td.TdClassName
{
border-color: #D04382;
}
.TagClassName
{
border-color: #D04382;
}
</style>