Shades of Mulberry #D03FA3
Tints of Mulberry #D03FA3
RGB
CMYK
RGB Variations
Color information
#D03FA3 (or 0xD03FA3) is known color: Mulberry. HEX triplet: D0, 3F and A3. RGB value is (208,63,163). Sum of RGB (Red+Green+Blue) = 208+63+163=434 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.93% from 434); Green value is 63 (25% from 255 or 14.52% from 434); Blue value is 163 (64.06% from 255 or 37.56% from 434); Max value from RGB is 208 - color contains mainly: red. Hex color #D03FA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03FA3 is #2FC05C. Grayscale: #757575. Windows color (decimal): -3129437 or 10698704. OLE color: 10698704.
HSL color Cylindrical-coordinate representation of color #D03FA3: hue angle of 318.62º 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 #D03FA3 is Cyan = 0, Magento = 0.70, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 63 | 163 | - |
| CMYK | 0 | 0.70 | 0.22 | 0.18 |
| HSL | 318.62º | 0.61% | 0.53% | - |
| HSV(B) | 318.62º | 0.7% | 0.82% | - |
| XYZ | 34.4 | 19.61 | 36.62 | - |
| YUV | 117.76 | 153.54 | 192.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 63 | 163 | 0 | 0.70 | 0.22 | 0.18 | 318.62 | 0.61 | 0.53 |
| Hex | D0 | 3F | A3 | 0 | 46 | 16 | 12 | 13F | 3D | 35 |
| Octal | 320 | 77 | 243 | 0 | 106 | 26 | 22 | 477 | 75 | 65 |
| Binary | 11010000 | 111111 | 10100011 | 0 | 1000110 | 10110 | 10010 | 100111111 | 111101 | 110101 |
Color Harmonies of #D03FA3
Complementary color
Monochromatic Colors of #D03FA3
Black with #D03FA3
Text Example
Text Example
White with #D03FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03FA3; }
p { color: rgb(208,63,163); }
H1.HeaderClassName
{
color: #D03FA3;
}
.AnyTagClassName
{
color: #D03FA3;
}
</style>
background-color css
<style>
a { background-color: #D03FA3; }
a { background-color: rgb(208,63,163); }
div.DivClassName
{
background-color: #D03FA3;
}
.BgClassName
{
background-color: #D03FA3;
}
</style>
border-color css
<style>
span { border-color: #D03FA3; }
span { border-color: rgb(208,63,163); }
td.TdClassName
{
border-color: #D03FA3;
}
.TagClassName
{
border-color: #D03FA3;
}
</style>