Shades of Mulberry #D03CA8
Tints of Mulberry #D03CA8
RGB
CMYK
RGB Variations
Color information
#D03CA8 (or 0xD03CA8) is known color: Mulberry. HEX triplet: D0, 3C and A8. RGB value is (208,60,168). Sum of RGB (Red+Green+Blue) = 208+60+168=436 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.71% from 436); Green value is 60 (23.83% from 255 or 13.76% from 436); Blue value is 168 (66.02% from 255 or 38.53% from 436); Max value from RGB is 208 - color contains mainly: red. Hex color #D03CA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03CA8 is #2FC357. Grayscale: #747474. Windows color (decimal): -3130200 or 11025616. OLE color: 11025616.
HSL color Cylindrical-coordinate representation of color #D03CA8: hue angle of 316.22º 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 #D03CA8 is Cyan = 0, Magento = 0.71, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 60 | 168 | - |
| CMYK | 0 | 0.71 | 0.19 | 0.18 |
| HSL | 316.22º | 0.61% | 0.53% | - |
| HSV(B) | 316.22º | 0.71% | 0.82% | - |
| XYZ | 34.7 | 19.47 | 38.97 | - |
| YUV | 116.56 | 157.03 | 193.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 60 | 168 | 0 | 0.71 | 0.19 | 0.18 | 316.22 | 0.61 | 0.53 |
| Hex | D0 | 3C | A8 | 0 | 47 | 13 | 12 | 13C | 3D | 35 |
| Octal | 320 | 74 | 250 | 0 | 107 | 23 | 22 | 474 | 75 | 65 |
| Binary | 11010000 | 111100 | 10101000 | 0 | 1000111 | 10011 | 10010 | 100111100 | 111101 | 110101 |
Color Harmonies of #D03CA8
Complementary color
Monochromatic Colors of #D03CA8
Black with #D03CA8
Text Example
Text Example
White with #D03CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03CA8; }
p { color: rgb(208,60,168); }
H1.HeaderClassName
{
color: #D03CA8;
}
.AnyTagClassName
{
color: #D03CA8;
}
</style>
background-color css
<style>
a { background-color: #D03CA8; }
a { background-color: rgb(208,60,168); }
div.DivClassName
{
background-color: #D03CA8;
}
.BgClassName
{
background-color: #D03CA8;
}
</style>
border-color css
<style>
span { border-color: #D03CA8; }
span { border-color: rgb(208,60,168); }
td.TdClassName
{
border-color: #D03CA8;
}
.TagClassName
{
border-color: #D03CA8;
}
</style>