Shades of Mulberry #D03AA4
Tints of Mulberry #D03AA4
RGB
CMYK
RGB Variations
Color information
#D03AA4 (or 0xD03AA4) is known color: Mulberry. HEX triplet: D0, 3A and A4. RGB value is (208,58,164). Sum of RGB (Red+Green+Blue) = 208+58+164=430 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.37% from 430); Green value is 58 (23.05% from 255 or 13.49% from 430); Blue value is 164 (64.45% from 255 or 38.14% from 430); Max value from RGB is 208 - color contains mainly: red. Hex color #D03AA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03AA4 is #2FC55B. Grayscale: #727272. Windows color (decimal): -3130716 or 10762960. OLE color: 10762960.
HSL color Cylindrical-coordinate representation of color #D03AA4: hue angle of 317.6º 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 #D03AA4 is Cyan = 0, Magento = 0.72, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 58 | 164 | - |
| CMYK | 0 | 0.72 | 0.21 | 0.18 |
| HSL | 317.6º | 0.61% | 0.52% | - |
| HSV(B) | 317.6º | 0.72% | 0.82% | - |
| XYZ | 34.23 | 19.12 | 37.01 | - |
| YUV | 114.93 | 155.7 | 194.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 58 | 164 | 0 | 0.72 | 0.21 | 0.18 | 317.6 | 0.61 | 0.52 |
| Hex | D0 | 3A | A4 | 0 | 48 | 15 | 12 | 13E | 3D | 34 |
| Octal | 320 | 72 | 244 | 0 | 110 | 25 | 22 | 476 | 75 | 64 |
| Binary | 11010000 | 111010 | 10100100 | 0 | 1001000 | 10101 | 10010 | 100111110 | 111101 | 110100 |
Color Harmonies of #D03AA4
Complementary color
Monochromatic Colors of #D03AA4
Black with #D03AA4
Text Example
Text Example
White with #D03AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03AA4; }
p { color: rgb(208,58,164); }
H1.HeaderClassName
{
color: #D03AA4;
}
.AnyTagClassName
{
color: #D03AA4;
}
</style>
background-color css
<style>
a { background-color: #D03AA4; }
a { background-color: rgb(208,58,164); }
div.DivClassName
{
background-color: #D03AA4;
}
.BgClassName
{
background-color: #D03AA4;
}
</style>
border-color css
<style>
span { border-color: #D03AA4; }
span { border-color: rgb(208,58,164); }
td.TdClassName
{
border-color: #D03AA4;
}
.TagClassName
{
border-color: #D03AA4;
}
</style>