Shades of Mulberry #D247A6
Tints of Mulberry #D247A6
RGB
CMYK
RGB Variations
Color information
#D247A6 (or 0xD247A6) is known color: Mulberry. HEX triplet: D2, 47 and A6. RGB value is (210,71,166). Sum of RGB (Red+Green+Blue) = 210+71+166=447 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.98% from 447); Green value is 71 (28.12% from 255 or 15.88% from 447); Blue value is 166 (65.23% from 255 or 37.14% from 447); Max value from RGB is 210 - color contains mainly: red. Hex color #D247A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D247A6 is #2DB859. Grayscale: #7B7B7B. Windows color (decimal): -2996314 or 10897362. OLE color: 10897362.
HSL color Cylindrical-coordinate representation of color #D247A6: hue angle of 318.99º 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 #D247A6 is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 71 | 166 | - |
| CMYK | 0 | 0.66 | 0.21 | 0.18 |
| HSL | 318.99º | 0.61% | 0.55% | - |
| HSV(B) | 318.99º | 0.66% | 0.82% | - |
| XYZ | 35.71 | 20.96 | 38.24 | - |
| YUV | 123.39 | 152.05 | 189.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 71 | 166 | 0 | 0.66 | 0.21 | 0.18 | 318.99 | 0.61 | 0.55 |
| Hex | D2 | 47 | A6 | 0 | 42 | 15 | 12 | 13F | 3D | 37 |
| Octal | 322 | 107 | 246 | 0 | 102 | 25 | 22 | 477 | 75 | 67 |
| Binary | 11010010 | 1000111 | 10100110 | 0 | 1000010 | 10101 | 10010 | 100111111 | 111101 | 110111 |
Color Harmonies of #D247A6
Complementary color
Monochromatic Colors of #D247A6
Black with #D247A6
Text Example
Text Example
White with #D247A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D247A6; }
p { color: rgb(210,71,166); }
H1.HeaderClassName
{
color: #D247A6;
}
.AnyTagClassName
{
color: #D247A6;
}
</style>
background-color css
<style>
a { background-color: #D247A6; }
a { background-color: rgb(210,71,166); }
div.DivClassName
{
background-color: #D247A6;
}
.BgClassName
{
background-color: #D247A6;
}
</style>
border-color css
<style>
span { border-color: #D247A6; }
span { border-color: rgb(210,71,166); }
td.TdClassName
{
border-color: #D247A6;
}
.TagClassName
{
border-color: #D247A6;
}
</style>