Shades of Mulberry #D04AA4
Tints of Mulberry #D04AA4
RGB
CMYK
RGB Variations
Color information
#D04AA4 (or 0xD04AA4) is known color: Mulberry. HEX triplet: D0, 4A and A4. RGB value is (208,74,164). Sum of RGB (Red+Green+Blue) = 208+74+164=446 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.64% from 446); Green value is 74 (29.30% from 255 or 16.59% from 446); Blue value is 164 (64.45% from 255 or 36.77% from 446); Max value from RGB is 208 - color contains mainly: red. Hex color #D04AA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04AA4 is #2FB55B. Grayscale: #7C7C7C. Windows color (decimal): -3126620 or 10767056. OLE color: 10767056.
HSL color Cylindrical-coordinate representation of color #D04AA4: hue angle of 319.7º 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 #D04AA4 is Cyan = 0, Magento = 0.64, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 74 | 164 | - |
| CMYK | 0 | 0.64 | 0.21 | 0.18 |
| HSL | 319.7º | 0.59% | 0.55% | - |
| HSV(B) | 319.7º | 0.64% | 0.82% | - |
| XYZ | 35.16 | 20.99 | 37.32 | - |
| YUV | 124.33 | 150.39 | 187.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 74 | 164 | 0 | 0.64 | 0.21 | 0.18 | 319.7 | 0.59 | 0.55 |
| Hex | D0 | 4A | A4 | 0 | 40 | 15 | 12 | 140 | 3B | 37 |
| Octal | 320 | 112 | 244 | 0 | 100 | 25 | 22 | 500 | 73 | 67 |
| Binary | 11010000 | 1001010 | 10100100 | 0 | 1000000 | 10101 | 10010 | 101000000 | 111011 | 110111 |
Color Harmonies of #D04AA4
Complementary color
Monochromatic Colors of #D04AA4
Black with #D04AA4
Text Example
Text Example
White with #D04AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04AA4; }
p { color: rgb(208,74,164); }
H1.HeaderClassName
{
color: #D04AA4;
}
.AnyTagClassName
{
color: #D04AA4;
}
</style>
background-color css
<style>
a { background-color: #D04AA4; }
a { background-color: rgb(208,74,164); }
div.DivClassName
{
background-color: #D04AA4;
}
.BgClassName
{
background-color: #D04AA4;
}
</style>
border-color css
<style>
span { border-color: #D04AA4; }
span { border-color: rgb(208,74,164); }
td.TdClassName
{
border-color: #D04AA4;
}
.TagClassName
{
border-color: #D04AA4;
}
</style>