Shades of Mulberry #D03FA5
Tints of Mulberry #D03FA5
RGB
CMYK
RGB Variations
Color information
#D03FA5 (or 0xD03FA5) is known color: Mulberry. HEX triplet: D0, 3F and A5. RGB value is (208,63,165). Sum of RGB (Red+Green+Blue) = 208+63+165=436 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.71% from 436); Green value is 63 (25% from 255 or 14.45% from 436); Blue value is 165 (64.84% from 255 or 37.84% from 436); Max value from RGB is 208 - color contains mainly: red. Hex color #D03FA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03FA5 is #2FC05A. Grayscale: #757575. Windows color (decimal): -3129435 or 10829776. OLE color: 10829776.
HSL color Cylindrical-coordinate representation of color #D03FA5: hue angle of 317.79º 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 #D03FA5 is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 63 | 165 | - |
| CMYK | 0 | 0.70 | 0.21 | 0.18 |
| HSL | 317.79º | 0.61% | 0.53% | - |
| HSV(B) | 317.79º | 0.7% | 0.82% | - |
| XYZ | 34.58 | 19.68 | 37.57 | - |
| YUV | 117.98 | 154.54 | 192.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 63 | 165 | 0 | 0.70 | 0.21 | 0.18 | 317.79 | 0.61 | 0.53 |
| Hex | D0 | 3F | A5 | 0 | 46 | 15 | 12 | 13E | 3D | 35 |
| Octal | 320 | 77 | 245 | 0 | 106 | 25 | 22 | 476 | 75 | 65 |
| Binary | 11010000 | 111111 | 10100101 | 0 | 1000110 | 10101 | 10010 | 100111110 | 111101 | 110101 |
Color Harmonies of #D03FA5
Complementary color
Monochromatic Colors of #D03FA5
Black with #D03FA5
Text Example
Text Example
White with #D03FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03FA5; }
p { color: rgb(208,63,165); }
H1.HeaderClassName
{
color: #D03FA5;
}
.AnyTagClassName
{
color: #D03FA5;
}
</style>
background-color css
<style>
a { background-color: #D03FA5; }
a { background-color: rgb(208,63,165); }
div.DivClassName
{
background-color: #D03FA5;
}
.BgClassName
{
background-color: #D03FA5;
}
</style>
border-color css
<style>
span { border-color: #D03FA5; }
span { border-color: rgb(208,63,165); }
td.TdClassName
{
border-color: #D03FA5;
}
.TagClassName
{
border-color: #D03FA5;
}
</style>