Shades of Mulberry #D03DA8
Tints of Mulberry #D03DA8
RGB
CMYK
RGB Variations
Color information
#D03DA8 (or 0xD03DA8) is known color: Mulberry. HEX triplet: D0, 3D and A8. RGB value is (208,61,168). Sum of RGB (Red+Green+Blue) = 208+61+168=437 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.60% from 437); Green value is 61 (24.22% from 255 or 13.96% from 437); Blue value is 168 (66.02% from 255 or 38.44% from 437); Max value from RGB is 208 - color contains mainly: red. Hex color #D03DA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03DA8 is #2FC257. Grayscale: #747474. Windows color (decimal): -3129944 or 11025872. OLE color: 11025872.
HSL color Cylindrical-coordinate representation of color #D03DA8: hue angle of 316.33º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D03DA8 is Cyan = 0, Magento = 0.71, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 61 | 168 | - |
| CMYK | 0 | 0.71 | 0.19 | 0.18 |
| HSL | 316.33º | 0.61% | 0.53% | - |
| HSV(B) | 316.33º | 0.71% | 0.82% | - |
| XYZ | 34.75 | 19.57 | 38.99 | - |
| YUV | 117.15 | 156.7 | 192.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 61 | 168 | 0 | 0.71 | 0.19 | 0.18 | 316.33 | 0.61 | 0.53 |
| Hex | D0 | 3D | A8 | 0 | 47 | 13 | 12 | 13C | 3D | 35 |
| Octal | 320 | 75 | 250 | 0 | 107 | 23 | 22 | 474 | 75 | 65 |
| Binary | 11010000 | 111101 | 10101000 | 0 | 1000111 | 10011 | 10010 | 100111100 | 111101 | 110101 |
Color Harmonies of #D03DA8
Complementary color
Monochromatic Colors of #D03DA8
Black with #D03DA8
Text Example
Text Example
White with #D03DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03DA8; }
p { color: rgb(208,61,168); }
H1.HeaderClassName
{
color: #D03DA8;
}
.AnyTagClassName
{
color: #D03DA8;
}
</style>
background-color css
<style>
a { background-color: #D03DA8; }
a { background-color: rgb(208,61,168); }
div.DivClassName
{
background-color: #D03DA8;
}
.BgClassName
{
background-color: #D03DA8;
}
</style>
border-color css
<style>
span { border-color: #D03DA8; }
span { border-color: rgb(208,61,168); }
td.TdClassName
{
border-color: #D03DA8;
}
.TagClassName
{
border-color: #D03DA8;
}
</style>