Shades of Mulberry #D03FA4
Tints of Mulberry #D03FA4
RGB
CMYK
RGB Variations
Color information
#D03FA4 (or 0xD03FA4) is known color: Mulberry. HEX triplet: D0, 3F and A4. RGB value is (208,63,164). Sum of RGB (Red+Green+Blue) = 208+63+164=435 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.82% from 435); Green value is 63 (25% from 255 or 14.48% from 435); Blue value is 164 (64.45% from 255 or 37.70% from 435); Max value from RGB is 208 - color contains mainly: red. Hex color #D03FA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03FA4 is #2FC05B. Grayscale: #757575. Windows color (decimal): -3129436 or 10764240. OLE color: 10764240.
HSL color Cylindrical-coordinate representation of color #D03FA4: hue angle of 318.21º 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 #D03FA4 is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 63 | 164 | - |
| CMYK | 0 | 0.70 | 0.21 | 0.18 |
| HSL | 318.21º | 0.61% | 0.53% | - |
| HSV(B) | 318.21º | 0.7% | 0.82% | - |
| XYZ | 34.49 | 19.65 | 37.1 | - |
| YUV | 117.87 | 154.04 | 192.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 63 | 164 | 0 | 0.70 | 0.21 | 0.18 | 318.21 | 0.61 | 0.53 |
| Hex | D0 | 3F | A4 | 0 | 46 | 15 | 12 | 13E | 3D | 35 |
| Octal | 320 | 77 | 244 | 0 | 106 | 25 | 22 | 476 | 75 | 65 |
| Binary | 11010000 | 111111 | 10100100 | 0 | 1000110 | 10101 | 10010 | 100111110 | 111101 | 110101 |
Color Harmonies of #D03FA4
Complementary color
Monochromatic Colors of #D03FA4
Black with #D03FA4
Text Example
Text Example
White with #D03FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03FA4; }
p { color: rgb(208,63,164); }
H1.HeaderClassName
{
color: #D03FA4;
}
.AnyTagClassName
{
color: #D03FA4;
}
</style>
background-color css
<style>
a { background-color: #D03FA4; }
a { background-color: rgb(208,63,164); }
div.DivClassName
{
background-color: #D03FA4;
}
.BgClassName
{
background-color: #D03FA4;
}
</style>
border-color css
<style>
span { border-color: #D03FA4; }
span { border-color: rgb(208,63,164); }
td.TdClassName
{
border-color: #D03FA4;
}
.TagClassName
{
border-color: #D03FA4;
}
</style>