Shades of Mulberry #D147AA
Tints of Mulberry #D147AA
RGB
CMYK
RGB Variations
Color information
#D147AA (or 0xD147AA) is known color: Mulberry. HEX triplet: D1, 47 and AA. RGB value is (209,71,170). Sum of RGB (Red+Green+Blue) = 209+71+170=450 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.44% from 450); Green value is 71 (28.12% from 255 or 15.78% from 450); Blue value is 170 (66.80% from 255 or 37.78% from 450); Max value from RGB is 209 - color contains mainly: red. Hex color #D147AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D147AA is #2EB855. Grayscale: #7B7B7B. Windows color (decimal): -3061846 or 11159505. OLE color: 11159505.
HSL color Cylindrical-coordinate representation of color #D147AA: hue angle of 316.96º 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 #D147AA is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 71 | 170 | - |
| CMYK | 0 | 0.66 | 0.19 | 0.18 |
| HSL | 316.96º | 0.6% | 0.55% | - |
| HSV(B) | 316.96º | 0.66% | 0.82% | - |
| XYZ | 35.8 | 20.96 | 40.19 | - |
| YUV | 123.55 | 154.22 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 71 | 170 | 0 | 0.66 | 0.19 | 0.18 | 316.96 | 0.6 | 0.55 |
| Hex | D1 | 47 | AA | 0 | 42 | 13 | 12 | 13D | 3C | 37 |
| Octal | 321 | 107 | 252 | 0 | 102 | 23 | 22 | 475 | 74 | 67 |
| Binary | 11010001 | 1000111 | 10101010 | 0 | 1000010 | 10011 | 10010 | 100111101 | 111100 | 110111 |
Color Harmonies of #D147AA
Complementary color
Monochromatic Colors of #D147AA
Black with #D147AA
Text Example
Text Example
White with #D147AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D147AA; }
p { color: rgb(209,71,170); }
H1.HeaderClassName
{
color: #D147AA;
}
.AnyTagClassName
{
color: #D147AA;
}
</style>
background-color css
<style>
a { background-color: #D147AA; }
a { background-color: rgb(209,71,170); }
div.DivClassName
{
background-color: #D147AA;
}
.BgClassName
{
background-color: #D147AA;
}
</style>
border-color css
<style>
span { border-color: #D147AA; }
span { border-color: rgb(209,71,170); }
td.TdClassName
{
border-color: #D147AA;
}
.TagClassName
{
border-color: #D147AA;
}
</style>