Shades of Mulberry #D03FA1
Tints of Mulberry #D03FA1
RGB
CMYK
RGB Variations
Color information
#D03FA1 (or 0xD03FA1) is known color: Mulberry. HEX triplet: D0, 3F and A1. RGB value is (208,63,161). Sum of RGB (Red+Green+Blue) = 208+63+161=432 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.15% from 432); Green value is 63 (25% from 255 or 14.58% from 432); Blue value is 161 (63.28% from 255 or 37.27% from 432); Max value from RGB is 208 - color contains mainly: red. Hex color #D03FA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03FA1 is #2FC05E. Grayscale: #757575. Windows color (decimal): -3129439 or 10567632. OLE color: 10567632.
HSL color Cylindrical-coordinate representation of color #D03FA1: hue angle of 319.45º 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 #D03FA1 is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 63 | 161 | - |
| CMYK | 0 | 0.70 | 0.23 | 0.18 |
| HSL | 319.45º | 0.61% | 0.53% | - |
| HSV(B) | 319.45º | 0.7% | 0.82% | - |
| XYZ | 34.22 | 19.54 | 35.69 | - |
| YUV | 117.53 | 152.54 | 192.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 63 | 161 | 0 | 0.70 | 0.23 | 0.18 | 319.45 | 0.61 | 0.53 |
| Hex | D0 | 3F | A1 | 0 | 46 | 17 | 12 | 13F | 3D | 35 |
| Octal | 320 | 77 | 241 | 0 | 106 | 27 | 22 | 477 | 75 | 65 |
| Binary | 11010000 | 111111 | 10100001 | 0 | 1000110 | 10111 | 10010 | 100111111 | 111101 | 110101 |
Color Harmonies of #D03FA1
Complementary color
Monochromatic Colors of #D03FA1
Black with #D03FA1
Text Example
Text Example
White with #D03FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03FA1; }
p { color: rgb(208,63,161); }
H1.HeaderClassName
{
color: #D03FA1;
}
.AnyTagClassName
{
color: #D03FA1;
}
</style>
background-color css
<style>
a { background-color: #D03FA1; }
a { background-color: rgb(208,63,161); }
div.DivClassName
{
background-color: #D03FA1;
}
.BgClassName
{
background-color: #D03FA1;
}
</style>
border-color css
<style>
span { border-color: #D03FA1; }
span { border-color: rgb(208,63,161); }
td.TdClassName
{
border-color: #D03FA1;
}
.TagClassName
{
border-color: #D03FA1;
}
</style>