Shades of Mulberry #D03BAA
Tints of Mulberry #D03BAA
RGB
CMYK
RGB Variations
Color information
#D03BAA (or 0xD03BAA) is known color: Mulberry. HEX triplet: D0, 3B and AA. RGB value is (208,59,170). Sum of RGB (Red+Green+Blue) = 208+59+170=437 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.60% from 437); Green value is 59 (23.44% from 255 or 13.50% from 437); Blue value is 170 (66.80% from 255 or 38.90% from 437); Max value from RGB is 208 - color contains mainly: red. Hex color #D03BAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03BAA is #2FC455. Grayscale: #737373. Windows color (decimal): -3130454 or 11156432. OLE color: 11156432.
HSL color Cylindrical-coordinate representation of color #D03BAA: hue angle of 315.3º 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 #D03BAA is Cyan = 0, Magento = 0.72, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 59 | 170 | - |
| CMYK | 0 | 0.72 | 0.18 | 0.18 |
| HSL | 315.3º | 0.61% | 0.52% | - |
| HSV(B) | 315.3º | 0.72% | 0.82% | - |
| XYZ | 34.83 | 19.44 | 39.95 | - |
| YUV | 116.21 | 158.36 | 193.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 59 | 170 | 0 | 0.72 | 0.18 | 0.18 | 315.3 | 0.61 | 0.52 |
| Hex | D0 | 3B | AA | 0 | 48 | 12 | 12 | 13B | 3D | 34 |
| Octal | 320 | 73 | 252 | 0 | 110 | 22 | 22 | 473 | 75 | 64 |
| Binary | 11010000 | 111011 | 10101010 | 0 | 1001000 | 10010 | 10010 | 100111011 | 111101 | 110100 |
Color Harmonies of #D03BAA
Complementary color
Monochromatic Colors of #D03BAA
Black with #D03BAA
Text Example
Text Example
White with #D03BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03BAA; }
p { color: rgb(208,59,170); }
H1.HeaderClassName
{
color: #D03BAA;
}
.AnyTagClassName
{
color: #D03BAA;
}
</style>
background-color css
<style>
a { background-color: #D03BAA; }
a { background-color: rgb(208,59,170); }
div.DivClassName
{
background-color: #D03BAA;
}
.BgClassName
{
background-color: #D03BAA;
}
</style>
border-color css
<style>
span { border-color: #D03BAA; }
span { border-color: rgb(208,59,170); }
td.TdClassName
{
border-color: #D03BAA;
}
.TagClassName
{
border-color: #D03BAA;
}
</style>