Shades of Mulberry #D03AA1
Tints of Mulberry #D03AA1
RGB
CMYK
RGB Variations
Color information
#D03AA1 (or 0xD03AA1) is known color: Mulberry. HEX triplet: D0, 3A and A1. RGB value is (208,58,161). Sum of RGB (Red+Green+Blue) = 208+58+161=427 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.71% from 427); Green value is 58 (23.05% from 255 or 13.58% from 427); Blue value is 161 (63.28% from 255 or 37.70% from 427); Max value from RGB is 208 - color contains mainly: red. Hex color #D03AA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03AA1 is #2FC55E. Grayscale: #727272. Windows color (decimal): -3130719 or 10566352. OLE color: 10566352.
HSL color Cylindrical-coordinate representation of color #D03AA1: hue angle of 318.8º 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 #D03AA1 is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 58 | 161 | - |
| CMYK | 0 | 0.72 | 0.23 | 0.18 |
| HSL | 318.8º | 0.61% | 0.52% | - |
| HSV(B) | 318.8º | 0.72% | 0.82% | - |
| XYZ | 33.96 | 19.01 | 35.6 | - |
| YUV | 114.59 | 154.2 | 194.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 58 | 161 | 0 | 0.72 | 0.23 | 0.18 | 318.8 | 0.61 | 0.52 |
| Hex | D0 | 3A | A1 | 0 | 48 | 17 | 12 | 13F | 3D | 34 |
| Octal | 320 | 72 | 241 | 0 | 110 | 27 | 22 | 477 | 75 | 64 |
| Binary | 11010000 | 111010 | 10100001 | 0 | 1001000 | 10111 | 10010 | 100111111 | 111101 | 110100 |
Color Harmonies of #D03AA1
Complementary color
Monochromatic Colors of #D03AA1
Black with #D03AA1
Text Example
Text Example
White with #D03AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03AA1; }
p { color: rgb(208,58,161); }
H1.HeaderClassName
{
color: #D03AA1;
}
.AnyTagClassName
{
color: #D03AA1;
}
</style>
background-color css
<style>
a { background-color: #D03AA1; }
a { background-color: rgb(208,58,161); }
div.DivClassName
{
background-color: #D03AA1;
}
.BgClassName
{
background-color: #D03AA1;
}
</style>
border-color css
<style>
span { border-color: #D03AA1; }
span { border-color: rgb(208,58,161); }
td.TdClassName
{
border-color: #D03AA1;
}
.TagClassName
{
border-color: #D03AA1;
}
</style>