Shades of Mulberry #D04BA8
Tints of Mulberry #D04BA8
RGB
CMYK
RGB Variations
Color information
#D04BA8 (or 0xD04BA8) is known color: Mulberry. HEX triplet: D0, 4B and A8. RGB value is (208,75,168). Sum of RGB (Red+Green+Blue) = 208+75+168=451 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.12% from 451); Green value is 75 (29.69% from 255 or 16.63% from 451); Blue value is 168 (66.02% from 255 or 37.25% from 451); Max value from RGB is 208 - color contains mainly: red. Hex color #D04BA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04BA8 is #2FB457. Grayscale: #7D7D7D. Windows color (decimal): -3126360 or 11029456. OLE color: 11029456.
HSL color Cylindrical-coordinate representation of color #D04BA8: hue angle of 318.05º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D04BA8 is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 75 | 168 | - |
| CMYK | 0 | 0.64 | 0.19 | 0.18 |
| HSL | 318.05º | 0.59% | 0.55% | - |
| HSV(B) | 318.05º | 0.64% | 0.82% | - |
| XYZ | 35.6 | 21.27 | 39.28 | - |
| YUV | 125.37 | 152.06 | 186.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 75 | 168 | 0 | 0.64 | 0.19 | 0.18 | 318.05 | 0.59 | 0.55 |
| Hex | D0 | 4B | A8 | 0 | 40 | 13 | 12 | 13E | 3B | 37 |
| Octal | 320 | 113 | 250 | 0 | 100 | 23 | 22 | 476 | 73 | 67 |
| Binary | 11010000 | 1001011 | 10101000 | 0 | 1000000 | 10011 | 10010 | 100111110 | 111011 | 110111 |
Color Harmonies of #D04BA8
Complementary color
Monochromatic Colors of #D04BA8
Black with #D04BA8
Text Example
Text Example
White with #D04BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04BA8; }
p { color: rgb(208,75,168); }
H1.HeaderClassName
{
color: #D04BA8;
}
.AnyTagClassName
{
color: #D04BA8;
}
</style>
background-color css
<style>
a { background-color: #D04BA8; }
a { background-color: rgb(208,75,168); }
div.DivClassName
{
background-color: #D04BA8;
}
.BgClassName
{
background-color: #D04BA8;
}
</style>
border-color css
<style>
span { border-color: #D04BA8; }
span { border-color: rgb(208,75,168); }
td.TdClassName
{
border-color: #D04BA8;
}
.TagClassName
{
border-color: #D04BA8;
}
</style>