Shades of Mulberry #D04BA4
Tints of Mulberry #D04BA4
RGB
CMYK
RGB Variations
Color information
#D04BA4 (or 0xD04BA4) is known color: Mulberry. HEX triplet: D0, 4B and A4. RGB value is (208,75,164). Sum of RGB (Red+Green+Blue) = 208+75+164=447 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.53% from 447); Green value is 75 (29.69% from 255 or 16.78% from 447); Blue value is 164 (64.45% from 255 or 36.69% from 447); Max value from RGB is 208 - color contains mainly: red. Hex color #D04BA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04BA4 is #2FB45B. Grayscale: #7C7C7C. Windows color (decimal): -3126364 or 10767312. OLE color: 10767312.
HSL color Cylindrical-coordinate representation of color #D04BA4: hue angle of 319.85º 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 #D04BA4 is Cyan = 0, Magento = 0.64, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 75 | 164 | - |
| CMYK | 0 | 0.64 | 0.21 | 0.18 |
| HSL | 319.85º | 0.59% | 0.55% | - |
| HSV(B) | 319.85º | 0.64% | 0.82% | - |
| XYZ | 35.23 | 21.12 | 37.34 | - |
| YUV | 124.91 | 150.06 | 187.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 75 | 164 | 0 | 0.64 | 0.21 | 0.18 | 319.85 | 0.59 | 0.55 |
| Hex | D0 | 4B | A4 | 0 | 40 | 15 | 12 | 140 | 3B | 37 |
| Octal | 320 | 113 | 244 | 0 | 100 | 25 | 22 | 500 | 73 | 67 |
| Binary | 11010000 | 1001011 | 10100100 | 0 | 1000000 | 10101 | 10010 | 101000000 | 111011 | 110111 |
Color Harmonies of #D04BA4
Complementary color
Monochromatic Colors of #D04BA4
Black with #D04BA4
Text Example
Text Example
White with #D04BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04BA4; }
p { color: rgb(208,75,164); }
H1.HeaderClassName
{
color: #D04BA4;
}
.AnyTagClassName
{
color: #D04BA4;
}
</style>
background-color css
<style>
a { background-color: #D04BA4; }
a { background-color: rgb(208,75,164); }
div.DivClassName
{
background-color: #D04BA4;
}
.BgClassName
{
background-color: #D04BA4;
}
</style>
border-color css
<style>
span { border-color: #D04BA4; }
span { border-color: rgb(208,75,164); }
td.TdClassName
{
border-color: #D04BA4;
}
.TagClassName
{
border-color: #D04BA4;
}
</style>