Shades of Mulberry #D247A2
Tints of Mulberry #D247A2
RGB
CMYK
RGB Variations
Color information
#D247A2 (or 0xD247A2) is known color: Mulberry. HEX triplet: D2, 47 and A2. RGB value is (210,71,162). Sum of RGB (Red+Green+Blue) = 210+71+162=443 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.40% from 443); Green value is 71 (28.12% from 255 or 16.03% from 443); Blue value is 162 (63.67% from 255 or 36.57% from 443); Max value from RGB is 210 - color contains mainly: red. Hex color #D247A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D247A2 is #2DB85D. Grayscale: #7A7A7A. Windows color (decimal): -2996318 or 10635218. OLE color: 10635218.
HSL color Cylindrical-coordinate representation of color #D247A2: hue angle of 320.72º degrees, saturation: 0.61, 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 #D247A2 is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 71 | 162 | - |
| CMYK | 0 | 0.66 | 0.23 | 0.18 |
| HSL | 320.72º | 0.61% | 0.55% | - |
| HSV(B) | 320.72º | 0.66% | 0.82% | - |
| XYZ | 35.35 | 20.82 | 36.34 | - |
| YUV | 122.94 | 150.05 | 190.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 71 | 162 | 0 | 0.66 | 0.23 | 0.18 | 320.72 | 0.61 | 0.55 |
| Hex | D2 | 47 | A2 | 0 | 42 | 17 | 12 | 141 | 3D | 37 |
| Octal | 322 | 107 | 242 | 0 | 102 | 27 | 22 | 501 | 75 | 67 |
| Binary | 11010010 | 1000111 | 10100010 | 0 | 1000010 | 10111 | 10010 | 101000001 | 111101 | 110111 |
Color Harmonies of #D247A2
Complementary color
Monochromatic Colors of #D247A2
Black with #D247A2
Text Example
Text Example
White with #D247A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D247A2; }
p { color: rgb(210,71,162); }
H1.HeaderClassName
{
color: #D247A2;
}
.AnyTagClassName
{
color: #D247A2;
}
</style>
background-color css
<style>
a { background-color: #D247A2; }
a { background-color: rgb(210,71,162); }
div.DivClassName
{
background-color: #D247A2;
}
.BgClassName
{
background-color: #D247A2;
}
</style>
border-color css
<style>
span { border-color: #D247A2; }
span { border-color: rgb(210,71,162); }
td.TdClassName
{
border-color: #D247A2;
}
.TagClassName
{
border-color: #D247A2;
}
</style>