Shades of Mulberry #D03F8B
Tints of Mulberry #D03F8B
RGB
CMYK
RGB Variations
Color information
#D03F8B (or 0xD03F8B) is known color: Mulberry. HEX triplet: D0, 3F and 8B. RGB value is (208,63,139). Sum of RGB (Red+Green+Blue) = 208+63+139=410 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.73% from 410); Green value is 63 (25% from 255 or 15.37% from 410); Blue value is 139 (54.69% from 255 or 33.90% from 410); Max value from RGB is 208 - color contains mainly: red. Hex color #D03F8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03F8B is #2FC074. Grayscale: #727272. Windows color (decimal): -3129461 or 9125840. OLE color: 9125840.
HSL color Cylindrical-coordinate representation of color #D03F8B: hue angle of 328.55º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D03F8B is Cyan = 0, Magento = 0.70, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 63 | 139 | - |
| CMYK | 0 | 0.70 | 0.33 | 0.18 |
| HSL | 328.55º | 0.61% | 0.53% | - |
| HSV(B) | 328.55º | 0.7% | 0.82% | - |
| XYZ | 32.45 | 18.83 | 26.35 | - |
| YUV | 115.02 | 141.54 | 194.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 63 | 139 | 0 | 0.70 | 0.33 | 0.18 | 328.55 | 0.61 | 0.53 |
| Hex | D0 | 3F | 8B | 0 | 46 | 21 | 12 | 149 | 3D | 35 |
| Octal | 320 | 77 | 213 | 0 | 106 | 41 | 22 | 511 | 75 | 65 |
| Binary | 11010000 | 111111 | 10001011 | 0 | 1000110 | 100001 | 10010 | 101001001 | 111101 | 110101 |
Color Harmonies of #D03F8B
Complementary color
Monochromatic Colors of #D03F8B
Black with #D03F8B
Text Example
Text Example
White with #D03F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03F8B; }
p { color: rgb(208,63,139); }
H1.HeaderClassName
{
color: #D03F8B;
}
.AnyTagClassName
{
color: #D03F8B;
}
</style>
background-color css
<style>
a { background-color: #D03F8B; }
a { background-color: rgb(208,63,139); }
div.DivClassName
{
background-color: #D03F8B;
}
.BgClassName
{
background-color: #D03F8B;
}
</style>
border-color css
<style>
span { border-color: #D03F8B; }
span { border-color: rgb(208,63,139); }
td.TdClassName
{
border-color: #D03F8B;
}
.TagClassName
{
border-color: #D03F8B;
}
</style>