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