Shades of Mulberry #D03D9C
Tints of Mulberry #D03D9C
RGB
CMYK
RGB Variations
Color information
#D03D9C (or 0xD03D9C) is known color: Mulberry. HEX triplet: D0, 3D and 9C. RGB value is (208,61,156). Sum of RGB (Red+Green+Blue) = 208+61+156=425 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.94% from 425); Green value is 61 (24.22% from 255 or 14.35% from 425); Blue value is 156 (61.33% from 255 or 36.71% from 425); Max value from RGB is 208 - color contains mainly: red. Hex color #D03D9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03D9C is #2FC263. Grayscale: #737373. Windows color (decimal): -3129956 or 10239440. OLE color: 10239440.
HSL color Cylindrical-coordinate representation of color #D03D9C: hue angle of 321.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 #D03D9C is Cyan = 0, Magento = 0.71, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 61 | 156 | - |
| CMYK | 0 | 0.71 | 0.25 | 0.18 |
| HSL | 321.22º | 0.61% | 0.53% | - |
| HSV(B) | 321.22º | 0.71% | 0.82% | - |
| XYZ | 33.68 | 19.15 | 33.37 | - |
| YUV | 115.78 | 150.7 | 193.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 61 | 156 | 0 | 0.71 | 0.25 | 0.18 | 321.22 | 0.61 | 0.53 |
| Hex | D0 | 3D | 9C | 0 | 47 | 19 | 12 | 141 | 3D | 35 |
| Octal | 320 | 75 | 234 | 0 | 107 | 31 | 22 | 501 | 75 | 65 |
| Binary | 11010000 | 111101 | 10011100 | 0 | 1000111 | 11001 | 10010 | 101000001 | 111101 | 110101 |
Color Harmonies of #D03D9C
Complementary color
Monochromatic Colors of #D03D9C
Black with #D03D9C
Text Example
Text Example
White with #D03D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03D9C; }
p { color: rgb(208,61,156); }
H1.HeaderClassName
{
color: #D03D9C;
}
.AnyTagClassName
{
color: #D03D9C;
}
</style>
background-color css
<style>
a { background-color: #D03D9C; }
a { background-color: rgb(208,61,156); }
div.DivClassName
{
background-color: #D03D9C;
}
.BgClassName
{
background-color: #D03D9C;
}
</style>
border-color css
<style>
span { border-color: #D03D9C; }
span { border-color: rgb(208,61,156); }
td.TdClassName
{
border-color: #D03D9C;
}
.TagClassName
{
border-color: #D03D9C;
}
</style>