Shades of Mulberry #D03F8A
Tints of Mulberry #D03F8A
RGB
CMYK
RGB Variations
Color information
#D03F8A (or 0xD03F8A) is known color: Mulberry. HEX triplet: D0, 3F and 8A. RGB value is (208,63,138). Sum of RGB (Red+Green+Blue) = 208+63+138=409 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.86% from 409); Green value is 63 (25% from 255 or 15.40% from 409); Blue value is 138 (54.30% from 255 or 33.74% from 409); Max value from RGB is 208 - color contains mainly: red. Hex color #D03F8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03F8A is #2FC075. Grayscale: #727272. Windows color (decimal): -3129462 or 9060304. OLE color: 9060304.
HSL color Cylindrical-coordinate representation of color #D03F8A: hue angle of 328.97º 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 #D03F8A is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 63 | 138 | - |
| CMYK | 0 | 0.70 | 0.34 | 0.18 |
| HSL | 328.97º | 0.61% | 0.53% | - |
| HSV(B) | 328.97º | 0.7% | 0.82% | - |
| XYZ | 32.38 | 18.8 | 25.97 | - |
| YUV | 114.91 | 141.04 | 194.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 63 | 138 | 0 | 0.70 | 0.34 | 0.18 | 328.97 | 0.61 | 0.53 |
| Hex | D0 | 3F | 8A | 0 | 46 | 22 | 12 | 149 | 3D | 35 |
| Octal | 320 | 77 | 212 | 0 | 106 | 42 | 22 | 511 | 75 | 65 |
| Binary | 11010000 | 111111 | 10001010 | 0 | 1000110 | 100010 | 10010 | 101001001 | 111101 | 110101 |
Color Harmonies of #D03F8A
Complementary color
Monochromatic Colors of #D03F8A
Black with #D03F8A
Text Example
Text Example
White with #D03F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03F8A; }
p { color: rgb(208,63,138); }
H1.HeaderClassName
{
color: #D03F8A;
}
.AnyTagClassName
{
color: #D03F8A;
}
</style>
background-color css
<style>
a { background-color: #D03F8A; }
a { background-color: rgb(208,63,138); }
div.DivClassName
{
background-color: #D03F8A;
}
.BgClassName
{
background-color: #D03F8A;
}
</style>
border-color css
<style>
span { border-color: #D03F8A; }
span { border-color: rgb(208,63,138); }
td.TdClassName
{
border-color: #D03F8A;
}
.TagClassName
{
border-color: #D03F8A;
}
</style>