Shades of Mulberry #D03FA2
Tints of Mulberry #D03FA2
RGB
CMYK
RGB Variations
Color information
#D03FA2 (or 0xD03FA2) is known color: Mulberry. HEX triplet: D0, 3F and A2. RGB value is (208,63,162). Sum of RGB (Red+Green+Blue) = 208+63+162=433 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.04% from 433); Green value is 63 (25% from 255 or 14.55% from 433); Blue value is 162 (63.67% from 255 or 37.41% from 433); Max value from RGB is 208 - color contains mainly: red. Hex color #D03FA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03FA2 is #2FC05D. Grayscale: #757575. Windows color (decimal): -3129438 or 10633168. OLE color: 10633168.
HSL color Cylindrical-coordinate representation of color #D03FA2: hue angle of 319.03º 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 #D03FA2 is Cyan = 0, Magento = 0.70, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 63 | 162 | - |
| CMYK | 0 | 0.70 | 0.22 | 0.18 |
| HSL | 319.03º | 0.61% | 0.53% | - |
| HSV(B) | 319.03º | 0.7% | 0.82% | - |
| XYZ | 34.31 | 19.57 | 36.15 | - |
| YUV | 117.64 | 153.04 | 192.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 63 | 162 | 0 | 0.70 | 0.22 | 0.18 | 319.03 | 0.61 | 0.53 |
| Hex | D0 | 3F | A2 | 0 | 46 | 16 | 12 | 13F | 3D | 35 |
| Octal | 320 | 77 | 242 | 0 | 106 | 26 | 22 | 477 | 75 | 65 |
| Binary | 11010000 | 111111 | 10100010 | 0 | 1000110 | 10110 | 10010 | 100111111 | 111101 | 110101 |
Color Harmonies of #D03FA2
Complementary color
Monochromatic Colors of #D03FA2
Black with #D03FA2
Text Example
Text Example
White with #D03FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03FA2; }
p { color: rgb(208,63,162); }
H1.HeaderClassName
{
color: #D03FA2;
}
.AnyTagClassName
{
color: #D03FA2;
}
</style>
background-color css
<style>
a { background-color: #D03FA2; }
a { background-color: rgb(208,63,162); }
div.DivClassName
{
background-color: #D03FA2;
}
.BgClassName
{
background-color: #D03FA2;
}
</style>
border-color css
<style>
span { border-color: #D03FA2; }
span { border-color: rgb(208,63,162); }
td.TdClassName
{
border-color: #D03FA2;
}
.TagClassName
{
border-color: #D03FA2;
}
</style>