Shades of Mulberry #D03CA0
Tints of Mulberry #D03CA0
RGB
CMYK
RGB Variations
Color information
#D03CA0 (or 0xD03CA0) is known color: Mulberry. HEX triplet: D0, 3C and A0. RGB value is (208,60,160). Sum of RGB (Red+Green+Blue) = 208+60+160=428 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.60% from 428); Green value is 60 (23.83% from 255 or 14.02% from 428); Blue value is 160 (62.89% from 255 or 37.38% from 428); Max value from RGB is 208 - color contains mainly: red. Hex color #D03CA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03CA0 is #2FC35F. Grayscale: #737373. Windows color (decimal): -3130208 or 10501328. OLE color: 10501328.
HSL color Cylindrical-coordinate representation of color #D03CA0: hue angle of 319.46º 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 #D03CA0 is Cyan = 0, Magento = 0.71, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 60 | 160 | - |
| CMYK | 0 | 0.71 | 0.23 | 0.18 |
| HSL | 319.46º | 0.61% | 0.53% | - |
| HSV(B) | 319.46º | 0.71% | 0.82% | - |
| XYZ | 33.97 | 19.18 | 35.17 | - |
| YUV | 115.65 | 153.03 | 193.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 60 | 160 | 0 | 0.71 | 0.23 | 0.18 | 319.46 | 0.61 | 0.53 |
| Hex | D0 | 3C | A0 | 0 | 47 | 17 | 12 | 13F | 3D | 35 |
| Octal | 320 | 74 | 240 | 0 | 107 | 27 | 22 | 477 | 75 | 65 |
| Binary | 11010000 | 111100 | 10100000 | 0 | 1000111 | 10111 | 10010 | 100111111 | 111101 | 110101 |
Color Harmonies of #D03CA0
Complementary color
Monochromatic Colors of #D03CA0
Black with #D03CA0
Text Example
Text Example
White with #D03CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03CA0; }
p { color: rgb(208,60,160); }
H1.HeaderClassName
{
color: #D03CA0;
}
.AnyTagClassName
{
color: #D03CA0;
}
</style>
background-color css
<style>
a { background-color: #D03CA0; }
a { background-color: rgb(208,60,160); }
div.DivClassName
{
background-color: #D03CA0;
}
.BgClassName
{
background-color: #D03CA0;
}
</style>
border-color css
<style>
span { border-color: #D03CA0; }
span { border-color: rgb(208,60,160); }
td.TdClassName
{
border-color: #D03CA0;
}
.TagClassName
{
border-color: #D03CA0;
}
</style>