Shades of Mulberry #D247A4
Tints of Mulberry #D247A4
RGB
CMYK
RGB Variations
Color information
#D247A4 (or 0xD247A4) is known color: Mulberry. HEX triplet: D2, 47 and A4. RGB value is (210,71,164). Sum of RGB (Red+Green+Blue) = 210+71+164=445 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.19% from 445); Green value is 71 (28.12% from 255 or 15.96% from 445); Blue value is 164 (64.45% from 255 or 36.85% from 445); Max value from RGB is 210 - color contains mainly: red. Hex color #D247A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D247A4 is #2DB85B. Grayscale: #7A7A7A. Windows color (decimal): -2996316 or 10766290. OLE color: 10766290.
HSL color Cylindrical-coordinate representation of color #D247A4: hue angle of 319.86º 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 #D247A4 is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 71 | 164 | - |
| CMYK | 0 | 0.66 | 0.22 | 0.18 |
| HSL | 319.86º | 0.61% | 0.55% | - |
| HSV(B) | 319.86º | 0.66% | 0.82% | - |
| XYZ | 35.53 | 20.89 | 37.28 | - |
| YUV | 123.16 | 151.05 | 189.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 71 | 164 | 0 | 0.66 | 0.22 | 0.18 | 319.86 | 0.61 | 0.55 |
| Hex | D2 | 47 | A4 | 0 | 42 | 16 | 12 | 140 | 3D | 37 |
| Octal | 322 | 107 | 244 | 0 | 102 | 26 | 22 | 500 | 75 | 67 |
| Binary | 11010010 | 1000111 | 10100100 | 0 | 1000010 | 10110 | 10010 | 101000000 | 111101 | 110111 |
Color Harmonies of #D247A4
Complementary color
Monochromatic Colors of #D247A4
Black with #D247A4
Text Example
Text Example
White with #D247A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D247A4; }
p { color: rgb(210,71,164); }
H1.HeaderClassName
{
color: #D247A4;
}
.AnyTagClassName
{
color: #D247A4;
}
</style>
background-color css
<style>
a { background-color: #D247A4; }
a { background-color: rgb(210,71,164); }
div.DivClassName
{
background-color: #D247A4;
}
.BgClassName
{
background-color: #D247A4;
}
</style>
border-color css
<style>
span { border-color: #D247A4; }
span { border-color: rgb(210,71,164); }
td.TdClassName
{
border-color: #D247A4;
}
.TagClassName
{
border-color: #D247A4;
}
</style>