Shades of Mulberry #D04480
Tints of Mulberry #D04480
RGB
CMYK
RGB Variations
Color information
#D04480 (or 0xD04480) is known color: Mulberry. HEX triplet: D0, 44 and 80. RGB value is (208,68,128). Sum of RGB (Red+Green+Blue) = 208+68+128=404 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.49% from 404); Green value is 68 (26.95% from 255 or 16.83% from 404); Blue value is 128 (50.39% from 255 or 31.68% from 404); Max value from RGB is 208 - color contains mainly: red. Hex color #D04480 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04480 is #2FBB7F. Grayscale: #747474. Windows color (decimal): -3128192 or 8406224. OLE color: 8406224.
HSL color Cylindrical-coordinate representation of color #D04480: hue angle of 334.29º 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 #D04480 is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 68 | 128 | - |
| CMYK | 0 | 0.67 | 0.38 | 0.18 |
| HSL | 334.29º | 0.6% | 0.54% | - |
| HSV(B) | 334.29º | 0.67% | 0.82% | - |
| XYZ | 31.98 | 19.1 | 22.42 | - |
| YUV | 116.7 | 134.38 | 193.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 68 | 128 | 0 | 0.67 | 0.38 | 0.18 | 334.29 | 0.6 | 0.54 |
| Hex | D0 | 44 | 80 | 0 | 43 | 26 | 12 | 14E | 3C | 36 |
| Octal | 320 | 104 | 200 | 0 | 103 | 46 | 22 | 516 | 74 | 66 |
| Binary | 11010000 | 1000100 | 10000000 | 0 | 1000011 | 100110 | 10010 | 101001110 | 111100 | 110110 |
Color Harmonies of #D04480
Complementary color
Monochromatic Colors of #D04480
Black with #D04480
Text Example
Text Example
White with #D04480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04480; }
p { color: rgb(208,68,128); }
H1.HeaderClassName
{
color: #D04480;
}
.AnyTagClassName
{
color: #D04480;
}
</style>
background-color css
<style>
a { background-color: #D04480; }
a { background-color: rgb(208,68,128); }
div.DivClassName
{
background-color: #D04480;
}
.BgClassName
{
background-color: #D04480;
}
</style>
border-color css
<style>
span { border-color: #D04480; }
span { border-color: rgb(208,68,128); }
td.TdClassName
{
border-color: #D04480;
}
.TagClassName
{
border-color: #D04480;
}
</style>