Shades of Mulberry #D03F8C
Tints of Mulberry #D03F8C
RGB
CMYK
RGB Variations
Color information
#D03F8C (or 0xD03F8C) is known color: Mulberry. HEX triplet: D0, 3F and 8C. RGB value is (208,63,140). Sum of RGB (Red+Green+Blue) = 208+63+140=411 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.61% from 411); Green value is 63 (25% from 255 or 15.33% from 411); Blue value is 140 (55.08% from 255 or 34.06% from 411); Max value from RGB is 208 - color contains mainly: red. Hex color #D03F8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03F8C is #2FC073. Grayscale: #727272. Windows color (decimal): -3129460 or 9191376. OLE color: 9191376.
HSL color Cylindrical-coordinate representation of color #D03F8C: hue angle of 328.14º 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 #D03F8C is Cyan = 0, Magento = 0.70, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 63 | 140 | - |
| CMYK | 0 | 0.70 | 0.33 | 0.18 |
| HSL | 328.14º | 0.61% | 0.53% | - |
| HSV(B) | 328.14º | 0.7% | 0.82% | - |
| XYZ | 32.52 | 18.86 | 26.74 | - |
| YUV | 115.13 | 142.04 | 194.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 63 | 140 | 0 | 0.70 | 0.33 | 0.18 | 328.14 | 0.61 | 0.53 |
| Hex | D0 | 3F | 8C | 0 | 46 | 21 | 12 | 148 | 3D | 35 |
| Octal | 320 | 77 | 214 | 0 | 106 | 41 | 22 | 510 | 75 | 65 |
| Binary | 11010000 | 111111 | 10001100 | 0 | 1000110 | 100001 | 10010 | 101001000 | 111101 | 110101 |
Color Harmonies of #D03F8C
Complementary color
Monochromatic Colors of #D03F8C
Black with #D03F8C
Text Example
Text Example
White with #D03F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03F8C; }
p { color: rgb(208,63,140); }
H1.HeaderClassName
{
color: #D03F8C;
}
.AnyTagClassName
{
color: #D03F8C;
}
</style>
background-color css
<style>
a { background-color: #D03F8C; }
a { background-color: rgb(208,63,140); }
div.DivClassName
{
background-color: #D03F8C;
}
.BgClassName
{
background-color: #D03F8C;
}
</style>
border-color css
<style>
span { border-color: #D03F8C; }
span { border-color: rgb(208,63,140); }
td.TdClassName
{
border-color: #D03F8C;
}
.TagClassName
{
border-color: #D03F8C;
}
</style>