Shades of Mulberry #D03D9D
Tints of Mulberry #D03D9D
RGB
CMYK
RGB Variations
Color information
#D03D9D (or 0xD03D9D) is known color: Mulberry. HEX triplet: D0, 3D and 9D. RGB value is (208,61,157). Sum of RGB (Red+Green+Blue) = 208+61+157=426 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.83% from 426); Green value is 61 (24.22% from 255 or 14.32% from 426); Blue value is 157 (61.72% from 255 or 36.85% from 426); Max value from RGB is 208 - color contains mainly: red. Hex color #D03D9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03D9D is #2FC262. Grayscale: #737373. Windows color (decimal): -3129955 or 10304976. OLE color: 10304976.
HSL color Cylindrical-coordinate representation of color #D03D9D: hue angle of 320.82º 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 #D03D9D is Cyan = 0, Magento = 0.71, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 61 | 157 | - |
| CMYK | 0 | 0.71 | 0.25 | 0.18 |
| HSL | 320.82º | 0.61% | 0.53% | - |
| HSV(B) | 320.82º | 0.71% | 0.82% | - |
| XYZ | 33.77 | 19.18 | 33.82 | - |
| YUV | 115.9 | 151.2 | 193.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 61 | 157 | 0 | 0.71 | 0.25 | 0.18 | 320.82 | 0.61 | 0.53 |
| Hex | D0 | 3D | 9D | 0 | 47 | 19 | 12 | 141 | 3D | 35 |
| Octal | 320 | 75 | 235 | 0 | 107 | 31 | 22 | 501 | 75 | 65 |
| Binary | 11010000 | 111101 | 10011101 | 0 | 1000111 | 11001 | 10010 | 101000001 | 111101 | 110101 |
Color Harmonies of #D03D9D
Complementary color
Monochromatic Colors of #D03D9D
Black with #D03D9D
Text Example
Text Example
White with #D03D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03D9D; }
p { color: rgb(208,61,157); }
H1.HeaderClassName
{
color: #D03D9D;
}
.AnyTagClassName
{
color: #D03D9D;
}
</style>
background-color css
<style>
a { background-color: #D03D9D; }
a { background-color: rgb(208,61,157); }
div.DivClassName
{
background-color: #D03D9D;
}
.BgClassName
{
background-color: #D03D9D;
}
</style>
border-color css
<style>
span { border-color: #D03D9D; }
span { border-color: rgb(208,61,157); }
td.TdClassName
{
border-color: #D03D9D;
}
.TagClassName
{
border-color: #D03D9D;
}
</style>