Shades of Mulberry #D047A0
Tints of Mulberry #D047A0
RGB
CMYK
RGB Variations
Color information
#D047A0 (or 0xD047A0) is known color: Mulberry. HEX triplet: D0, 47 and A0. RGB value is (208,71,160). Sum of RGB (Red+Green+Blue) = 208+71+160=439 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.38% from 439); Green value is 71 (28.12% from 255 or 16.17% from 439); Blue value is 160 (62.89% from 255 or 36.45% from 439); Max value from RGB is 208 - color contains mainly: red. Hex color #D047A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D047A0 is #2FB85F. Grayscale: #797979. Windows color (decimal): -3127392 or 10504144. OLE color: 10504144.
HSL color Cylindrical-coordinate representation of color #D047A0: hue angle of 321.02º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D047A0 is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 71 | 160 | - |
| CMYK | 0 | 0.66 | 0.23 | 0.18 |
| HSL | 321.02º | 0.59% | 0.55% | - |
| HSV(B) | 321.02º | 0.66% | 0.82% | - |
| XYZ | 34.61 | 20.45 | 35.38 | - |
| YUV | 122.11 | 149.39 | 189.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 71 | 160 | 0 | 0.66 | 0.23 | 0.18 | 321.02 | 0.59 | 0.55 |
| Hex | D0 | 47 | A0 | 0 | 42 | 17 | 12 | 141 | 3B | 37 |
| Octal | 320 | 107 | 240 | 0 | 102 | 27 | 22 | 501 | 73 | 67 |
| Binary | 11010000 | 1000111 | 10100000 | 0 | 1000010 | 10111 | 10010 | 101000001 | 111011 | 110111 |
Color Harmonies of #D047A0
Complementary color
Monochromatic Colors of #D047A0
Black with #D047A0
Text Example
Text Example
White with #D047A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D047A0; }
p { color: rgb(208,71,160); }
H1.HeaderClassName
{
color: #D047A0;
}
.AnyTagClassName
{
color: #D047A0;
}
</style>
background-color css
<style>
a { background-color: #D047A0; }
a { background-color: rgb(208,71,160); }
div.DivClassName
{
background-color: #D047A0;
}
.BgClassName
{
background-color: #D047A0;
}
</style>
border-color css
<style>
span { border-color: #D047A0; }
span { border-color: rgb(208,71,160); }
td.TdClassName
{
border-color: #D047A0;
}
.TagClassName
{
border-color: #D047A0;
}
</style>