Shades of Mulberry #D03AAA
Tints of Mulberry #D03AAA
RGB
CMYK
RGB Variations
Color information
#D03AAA (or 0xD03AAA) is known color: Mulberry. HEX triplet: D0, 3A and AA. RGB value is (208,58,170). Sum of RGB (Red+Green+Blue) = 208+58+170=436 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.71% from 436); Green value is 58 (23.05% from 255 or 13.30% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 208 - color contains mainly: red. Hex color #D03AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03AAA is #2FC555. Grayscale: #737373. Windows color (decimal): -3130710 or 11156176. OLE color: 11156176.
HSL color Cylindrical-coordinate representation of color #D03AAA: hue angle of 315.2º 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 #D03AAA is Cyan = 0, Magento = 0.72, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 58 | 170 | - |
| CMYK | 0 | 0.72 | 0.18 | 0.18 |
| HSL | 315.2º | 0.61% | 0.52% | - |
| HSV(B) | 315.2º | 0.72% | 0.82% | - |
| XYZ | 34.78 | 19.34 | 39.93 | - |
| YUV | 115.62 | 158.7 | 193.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 58 | 170 | 0 | 0.72 | 0.18 | 0.18 | 315.2 | 0.61 | 0.52 |
| Hex | D0 | 3A | AA | 0 | 48 | 12 | 12 | 13B | 3D | 34 |
| Octal | 320 | 72 | 252 | 0 | 110 | 22 | 22 | 473 | 75 | 64 |
| Binary | 11010000 | 111010 | 10101010 | 0 | 1001000 | 10010 | 10010 | 100111011 | 111101 | 110100 |
Color Harmonies of #D03AAA
Complementary color
Monochromatic Colors of #D03AAA
Black with #D03AAA
Text Example
Text Example
White with #D03AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03AAA; }
p { color: rgb(208,58,170); }
H1.HeaderClassName
{
color: #D03AAA;
}
.AnyTagClassName
{
color: #D03AAA;
}
</style>
background-color css
<style>
a { background-color: #D03AAA; }
a { background-color: rgb(208,58,170); }
div.DivClassName
{
background-color: #D03AAA;
}
.BgClassName
{
background-color: #D03AAA;
}
</style>
border-color css
<style>
span { border-color: #D03AAA; }
span { border-color: rgb(208,58,170); }
td.TdClassName
{
border-color: #D03AAA;
}
.TagClassName
{
border-color: #D03AAA;
}
</style>