Shades of Mulberry #D03EA4
Tints of Mulberry #D03EA4
RGB
CMYK
RGB Variations
Color information
#D03EA4 (or 0xD03EA4) is known color: Mulberry. HEX triplet: D0, 3E and A4. RGB value is (208,62,164). Sum of RGB (Red+Green+Blue) = 208+62+164=434 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.93% from 434); Green value is 62 (24.61% from 255 or 14.29% from 434); Blue value is 164 (64.45% from 255 or 37.79% from 434); Max value from RGB is 208 - color contains mainly: red. Hex color #D03EA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03EA4 is #2FC15B. Grayscale: #757575. Windows color (decimal): -3129692 or 10763984. OLE color: 10763984.
HSL color Cylindrical-coordinate representation of color #D03EA4: hue angle of 318.08º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D03EA4 is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 62 | 164 | - |
| CMYK | 0 | 0.70 | 0.21 | 0.18 |
| HSL | 318.08º | 0.61% | 0.53% | - |
| HSV(B) | 318.08º | 0.7% | 0.82% | - |
| XYZ | 34.44 | 19.54 | 37.08 | - |
| YUV | 117.28 | 154.37 | 192.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 62 | 164 | 0 | 0.70 | 0.21 | 0.18 | 318.08 | 0.61 | 0.53 |
| Hex | D0 | 3E | A4 | 0 | 46 | 15 | 12 | 13E | 3D | 35 |
| Octal | 320 | 76 | 244 | 0 | 106 | 25 | 22 | 476 | 75 | 65 |
| Binary | 11010000 | 111110 | 10100100 | 0 | 1000110 | 10101 | 10010 | 100111110 | 111101 | 110101 |
Color Harmonies of #D03EA4
Complementary color
Monochromatic Colors of #D03EA4
Black with #D03EA4
Text Example
Text Example
White with #D03EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03EA4; }
p { color: rgb(208,62,164); }
H1.HeaderClassName
{
color: #D03EA4;
}
.AnyTagClassName
{
color: #D03EA4;
}
</style>
background-color css
<style>
a { background-color: #D03EA4; }
a { background-color: rgb(208,62,164); }
div.DivClassName
{
background-color: #D03EA4;
}
.BgClassName
{
background-color: #D03EA4;
}
</style>
border-color css
<style>
span { border-color: #D03EA4; }
span { border-color: rgb(208,62,164); }
td.TdClassName
{
border-color: #D03EA4;
}
.TagClassName
{
border-color: #D03EA4;
}
</style>