Shades of Mulberry #D03BA1
Tints of Mulberry #D03BA1
RGB
CMYK
RGB Variations
Color information
#D03BA1 (or 0xD03BA1) is known color: Mulberry. HEX triplet: D0, 3B and A1. RGB value is (208,59,161). Sum of RGB (Red+Green+Blue) = 208+59+161=428 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.60% from 428); Green value is 59 (23.44% from 255 or 13.79% from 428); Blue value is 161 (63.28% from 255 or 37.62% from 428); Max value from RGB is 208 - color contains mainly: red. Hex color #D03BA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03BA1 is #2FC45E. Grayscale: #727272. Windows color (decimal): -3130463 or 10566608. OLE color: 10566608.
HSL color Cylindrical-coordinate representation of color #D03BA1: hue angle of 318.93º 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 #D03BA1 is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 59 | 161 | - |
| CMYK | 0 | 0.72 | 0.23 | 0.18 |
| HSL | 318.93º | 0.61% | 0.52% | - |
| HSV(B) | 318.93º | 0.72% | 0.82% | - |
| XYZ | 34.01 | 19.11 | 35.61 | - |
| YUV | 115.18 | 153.86 | 194.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 59 | 161 | 0 | 0.72 | 0.23 | 0.18 | 318.93 | 0.61 | 0.52 |
| Hex | D0 | 3B | A1 | 0 | 48 | 17 | 12 | 13F | 3D | 34 |
| Octal | 320 | 73 | 241 | 0 | 110 | 27 | 22 | 477 | 75 | 64 |
| Binary | 11010000 | 111011 | 10100001 | 0 | 1001000 | 10111 | 10010 | 100111111 | 111101 | 110100 |
Color Harmonies of #D03BA1
Complementary color
Monochromatic Colors of #D03BA1
Black with #D03BA1
Text Example
Text Example
White with #D03BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03BA1; }
p { color: rgb(208,59,161); }
H1.HeaderClassName
{
color: #D03BA1;
}
.AnyTagClassName
{
color: #D03BA1;
}
</style>
background-color css
<style>
a { background-color: #D03BA1; }
a { background-color: rgb(208,59,161); }
div.DivClassName
{
background-color: #D03BA1;
}
.BgClassName
{
background-color: #D03BA1;
}
</style>
border-color css
<style>
span { border-color: #D03BA1; }
span { border-color: rgb(208,59,161); }
td.TdClassName
{
border-color: #D03BA1;
}
.TagClassName
{
border-color: #D03BA1;
}
</style>