Shades of Mulberry #D03BA8
Tints of Mulberry #D03BA8
RGB
CMYK
RGB Variations
Color information
#D03BA8 (or 0xD03BA8) is known color: Mulberry. HEX triplet: D0, 3B and A8. RGB value is (208,59,168). Sum of RGB (Red+Green+Blue) = 208+59+168=435 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.82% from 435); Green value is 59 (23.44% from 255 or 13.56% from 435); Blue value is 168 (66.02% from 255 or 38.62% from 435); Max value from RGB is 208 - color contains mainly: red. Hex color #D03BA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03BA8 is #2FC457. Grayscale: #737373. Windows color (decimal): -3130456 or 11025360. OLE color: 11025360.
HSL color Cylindrical-coordinate representation of color #D03BA8: hue angle of 316.11º 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 #D03BA8 is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 59 | 168 | - |
| CMYK | 0 | 0.72 | 0.19 | 0.18 |
| HSL | 316.11º | 0.61% | 0.52% | - |
| HSV(B) | 316.11º | 0.72% | 0.82% | - |
| XYZ | 34.64 | 19.36 | 38.96 | - |
| YUV | 115.98 | 157.36 | 193.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 59 | 168 | 0 | 0.72 | 0.19 | 0.18 | 316.11 | 0.61 | 0.52 |
| Hex | D0 | 3B | A8 | 0 | 48 | 13 | 12 | 13C | 3D | 34 |
| Octal | 320 | 73 | 250 | 0 | 110 | 23 | 22 | 474 | 75 | 64 |
| Binary | 11010000 | 111011 | 10101000 | 0 | 1001000 | 10011 | 10010 | 100111100 | 111101 | 110100 |
Color Harmonies of #D03BA8
Complementary color
Monochromatic Colors of #D03BA8
Black with #D03BA8
Text Example
Text Example
White with #D03BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03BA8; }
p { color: rgb(208,59,168); }
H1.HeaderClassName
{
color: #D03BA8;
}
.AnyTagClassName
{
color: #D03BA8;
}
</style>
background-color css
<style>
a { background-color: #D03BA8; }
a { background-color: rgb(208,59,168); }
div.DivClassName
{
background-color: #D03BA8;
}
.BgClassName
{
background-color: #D03BA8;
}
</style>
border-color css
<style>
span { border-color: #D03BA8; }
span { border-color: rgb(208,59,168); }
td.TdClassName
{
border-color: #D03BA8;
}
.TagClassName
{
border-color: #D03BA8;
}
</style>