Shades of Mulberry #D247AB
Tints of Mulberry #D247AB
RGB
CMYK
RGB Variations
Color information
#D247AB (or 0xD247AB) is known color: Mulberry. HEX triplet: D2, 47 and AB. RGB value is (210,71,171). Sum of RGB (Red+Green+Blue) = 210+71+171=452 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.46% from 452); Green value is 71 (28.12% from 255 or 15.71% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 210 - color contains mainly: red. Hex color #D247AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D247AB is #2DB854. Grayscale: #7B7B7B. Windows color (decimal): -2996309 or 11225042. OLE color: 11225042.
HSL color Cylindrical-coordinate representation of color #D247AB: hue angle of 316.83º 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 #D247AB is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 71 | 171 | - |
| CMYK | 0 | 0.66 | 0.19 | 0.18 |
| HSL | 316.83º | 0.61% | 0.55% | - |
| HSV(B) | 316.83º | 0.66% | 0.82% | - |
| XYZ | 36.18 | 21.15 | 40.7 | - |
| YUV | 123.96 | 154.55 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 71 | 171 | 0 | 0.66 | 0.19 | 0.18 | 316.83 | 0.61 | 0.55 |
| Hex | D2 | 47 | AB | 0 | 42 | 13 | 12 | 13D | 3D | 37 |
| Octal | 322 | 107 | 253 | 0 | 102 | 23 | 22 | 475 | 75 | 67 |
| Binary | 11010010 | 1000111 | 10101011 | 0 | 1000010 | 10011 | 10010 | 100111101 | 111101 | 110111 |
Color Harmonies of #D247AB
Complementary color
Monochromatic Colors of #D247AB
Black with #D247AB
Text Example
Text Example
White with #D247AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D247AB; }
p { color: rgb(210,71,171); }
H1.HeaderClassName
{
color: #D247AB;
}
.AnyTagClassName
{
color: #D247AB;
}
</style>
background-color css
<style>
a { background-color: #D247AB; }
a { background-color: rgb(210,71,171); }
div.DivClassName
{
background-color: #D247AB;
}
.BgClassName
{
background-color: #D247AB;
}
</style>
border-color css
<style>
span { border-color: #D247AB; }
span { border-color: rgb(210,71,171); }
td.TdClassName
{
border-color: #D247AB;
}
.TagClassName
{
border-color: #D247AB;
}
</style>