Shades of Mulberry #D147AB
Tints of Mulberry #D147AB
RGB
CMYK
RGB Variations
Color information
#D147AB (or 0xD147AB) is known color: Mulberry. HEX triplet: D1, 47 and AB. RGB value is (209,71,171). Sum of RGB (Red+Green+Blue) = 209+71+171=451 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.34% from 451); Green value is 71 (28.12% from 255 or 15.74% from 451); Blue value is 171 (67.19% from 255 or 37.92% from 451); Max value from RGB is 209 - color contains mainly: red. Hex color #D147AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D147AB is #2EB854. Grayscale: #7B7B7B. Windows color (decimal): -3061845 or 11225041. OLE color: 11225041.
HSL color Cylindrical-coordinate representation of color #D147AB: hue angle of 316.52º degrees, saturation: 0.6, 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 #D147AB is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 71 | 171 | - |
| CMYK | 0 | 0.66 | 0.18 | 0.18 |
| HSL | 316.52º | 0.6% | 0.55% | - |
| HSV(B) | 316.52º | 0.66% | 0.82% | - |
| XYZ | 35.9 | 21 | 40.69 | - |
| YUV | 123.66 | 154.72 | 188.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 71 | 171 | 0 | 0.66 | 0.18 | 0.18 | 316.52 | 0.6 | 0.55 |
| Hex | D1 | 47 | AB | 0 | 42 | 12 | 12 | 13D | 3C | 37 |
| Octal | 321 | 107 | 253 | 0 | 102 | 22 | 22 | 475 | 74 | 67 |
| Binary | 11010001 | 1000111 | 10101011 | 0 | 1000010 | 10010 | 10010 | 100111101 | 111100 | 110111 |
Color Harmonies of #D147AB
Complementary color
Monochromatic Colors of #D147AB
Black with #D147AB
Text Example
Text Example
White with #D147AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D147AB; }
p { color: rgb(209,71,171); }
H1.HeaderClassName
{
color: #D147AB;
}
.AnyTagClassName
{
color: #D147AB;
}
</style>
background-color css
<style>
a { background-color: #D147AB; }
a { background-color: rgb(209,71,171); }
div.DivClassName
{
background-color: #D147AB;
}
.BgClassName
{
background-color: #D147AB;
}
</style>
border-color css
<style>
span { border-color: #D147AB; }
span { border-color: rgb(209,71,171); }
td.TdClassName
{
border-color: #D147AB;
}
.TagClassName
{
border-color: #D147AB;
}
</style>