Shades of Mulberry #D04580
Tints of Mulberry #D04580
RGB
CMYK
RGB Variations
Color information
#D04580 (or 0xD04580) is known color: Mulberry. HEX triplet: D0, 45 and 80. RGB value is (208,69,128). Sum of RGB (Red+Green+Blue) = 208+69+128=405 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.36% from 405); Green value is 69 (27.34% from 255 or 17.04% from 405); Blue value is 128 (50.39% from 255 or 31.60% from 405); Max value from RGB is 208 - color contains mainly: red. Hex color #D04580 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04580 is #2FBA7F. Grayscale: #757575. Windows color (decimal): -3127936 or 8406480. OLE color: 8406480.
HSL color Cylindrical-coordinate representation of color #D04580: hue angle of 334.53º 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 #D04580 is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 69 | 128 | - |
| CMYK | 0 | 0.67 | 0.38 | 0.18 |
| HSL | 334.53º | 0.6% | 0.54% | - |
| HSV(B) | 334.53º | 0.67% | 0.82% | - |
| XYZ | 32.04 | 19.22 | 22.44 | - |
| YUV | 117.29 | 134.05 | 192.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 69 | 128 | 0 | 0.67 | 0.38 | 0.18 | 334.53 | 0.6 | 0.54 |
| Hex | D0 | 45 | 80 | 0 | 43 | 26 | 12 | 14F | 3C | 36 |
| Octal | 320 | 105 | 200 | 0 | 103 | 46 | 22 | 517 | 74 | 66 |
| Binary | 11010000 | 1000101 | 10000000 | 0 | 1000011 | 100110 | 10010 | 101001111 | 111100 | 110110 |
Color Harmonies of #D04580
Complementary color
Monochromatic Colors of #D04580
Black with #D04580
Text Example
Text Example
White with #D04580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04580; }
p { color: rgb(208,69,128); }
H1.HeaderClassName
{
color: #D04580;
}
.AnyTagClassName
{
color: #D04580;
}
</style>
background-color css
<style>
a { background-color: #D04580; }
a { background-color: rgb(208,69,128); }
div.DivClassName
{
background-color: #D04580;
}
.BgClassName
{
background-color: #D04580;
}
</style>
border-color css
<style>
span { border-color: #D04580; }
span { border-color: rgb(208,69,128); }
td.TdClassName
{
border-color: #D04580;
}
.TagClassName
{
border-color: #D04580;
}
</style>