Shades of Mulberry #D03BA3
Tints of Mulberry #D03BA3
RGB
CMYK
RGB Variations
Color information
#D03BA3 (or 0xD03BA3) is known color: Mulberry. HEX triplet: D0, 3B and A3. RGB value is (208,59,163). Sum of RGB (Red+Green+Blue) = 208+59+163=430 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.37% from 430); Green value is 59 (23.44% from 255 or 13.72% from 430); Blue value is 163 (64.06% from 255 or 37.91% from 430); Max value from RGB is 208 - color contains mainly: red. Hex color #D03BA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03BA3 is #2FC45C. Grayscale: #737373. Windows color (decimal): -3130461 or 10697680. OLE color: 10697680.
HSL color Cylindrical-coordinate representation of color #D03BA3: hue angle of 318.12º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D03BA3 is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 59 | 163 | - |
| CMYK | 0 | 0.72 | 0.22 | 0.18 |
| HSL | 318.12º | 0.61% | 0.52% | - |
| HSV(B) | 318.12º | 0.72% | 0.82% | - |
| XYZ | 34.19 | 19.18 | 36.55 | - |
| YUV | 115.41 | 154.86 | 194.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 59 | 163 | 0 | 0.72 | 0.22 | 0.18 | 318.12 | 0.61 | 0.52 |
| Hex | D0 | 3B | A3 | 0 | 48 | 16 | 12 | 13E | 3D | 34 |
| Octal | 320 | 73 | 243 | 0 | 110 | 26 | 22 | 476 | 75 | 64 |
| Binary | 11010000 | 111011 | 10100011 | 0 | 1001000 | 10110 | 10010 | 100111110 | 111101 | 110100 |
Color Harmonies of #D03BA3
Complementary color
Monochromatic Colors of #D03BA3
Black with #D03BA3
Text Example
Text Example
White with #D03BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03BA3; }
p { color: rgb(208,59,163); }
H1.HeaderClassName
{
color: #D03BA3;
}
.AnyTagClassName
{
color: #D03BA3;
}
</style>
background-color css
<style>
a { background-color: #D03BA3; }
a { background-color: rgb(208,59,163); }
div.DivClassName
{
background-color: #D03BA3;
}
.BgClassName
{
background-color: #D03BA3;
}
</style>
border-color css
<style>
span { border-color: #D03BA3; }
span { border-color: rgb(208,59,163); }
td.TdClassName
{
border-color: #D03BA3;
}
.TagClassName
{
border-color: #D03BA3;
}
</style>