Shades of Mulberry #D047A2
Tints of Mulberry #D047A2
RGB
CMYK
RGB Variations
Color information
#D047A2 (or 0xD047A2) is known color: Mulberry. HEX triplet: D0, 47 and A2. RGB value is (208,71,162). Sum of RGB (Red+Green+Blue) = 208+71+162=441 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.17% from 441); Green value is 71 (28.12% from 255 or 16.10% from 441); Blue value is 162 (63.67% from 255 or 36.73% from 441); Max value from RGB is 208 - color contains mainly: red. Hex color #D047A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D047A2 is #2FB85D. Grayscale: #7A7A7A. Windows color (decimal): -3127390 or 10635216. OLE color: 10635216.
HSL color Cylindrical-coordinate representation of color #D047A2: hue angle of 320.15º 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 #D047A2 is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 71 | 162 | - |
| CMYK | 0 | 0.66 | 0.22 | 0.18 |
| HSL | 320.15º | 0.59% | 0.55% | - |
| HSV(B) | 320.15º | 0.66% | 0.82% | - |
| XYZ | 34.79 | 20.53 | 36.31 | - |
| YUV | 122.34 | 150.39 | 189.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 71 | 162 | 0 | 0.66 | 0.22 | 0.18 | 320.15 | 0.59 | 0.55 |
| Hex | D0 | 47 | A2 | 0 | 42 | 16 | 12 | 140 | 3B | 37 |
| Octal | 320 | 107 | 242 | 0 | 102 | 26 | 22 | 500 | 73 | 67 |
| Binary | 11010000 | 1000111 | 10100010 | 0 | 1000010 | 10110 | 10010 | 101000000 | 111011 | 110111 |
Color Harmonies of #D047A2
Complementary color
Monochromatic Colors of #D047A2
Black with #D047A2
Text Example
Text Example
White with #D047A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D047A2; }
p { color: rgb(208,71,162); }
H1.HeaderClassName
{
color: #D047A2;
}
.AnyTagClassName
{
color: #D047A2;
}
</style>
background-color css
<style>
a { background-color: #D047A2; }
a { background-color: rgb(208,71,162); }
div.DivClassName
{
background-color: #D047A2;
}
.BgClassName
{
background-color: #D047A2;
}
</style>
border-color css
<style>
span { border-color: #D047A2; }
span { border-color: rgb(208,71,162); }
td.TdClassName
{
border-color: #D047A2;
}
.TagClassName
{
border-color: #D047A2;
}
</style>