Shades of Mulberry #D147A0
Tints of Mulberry #D147A0
RGB
CMYK
RGB Variations
Color information
#D147A0 (or 0xD147A0) is known color: Mulberry. HEX triplet: D1, 47 and A0. RGB value is (209,71,160). Sum of RGB (Red+Green+Blue) = 209+71+160=440 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.5% from 440); Green value is 71 (28.12% from 255 or 16.14% from 440); Blue value is 160 (62.89% from 255 or 36.36% from 440); Max value from RGB is 209 - color contains mainly: red. Hex color #D147A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D147A0 is #2EB85F. Grayscale: #7A7A7A. Windows color (decimal): -3061856 or 10504145. OLE color: 10504145.
HSL color Cylindrical-coordinate representation of color #D147A0: hue angle of 321.3º 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 #D147A0 is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 71 | 160 | - |
| CMYK | 0 | 0.66 | 0.23 | 0.18 |
| HSL | 321.3º | 0.6% | 0.55% | - |
| HSV(B) | 321.3º | 0.66% | 0.82% | - |
| XYZ | 34.89 | 20.6 | 35.39 | - |
| YUV | 122.41 | 149.22 | 189.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 71 | 160 | 0 | 0.66 | 0.23 | 0.18 | 321.3 | 0.6 | 0.55 |
| Hex | D1 | 47 | A0 | 0 | 42 | 17 | 12 | 141 | 3C | 37 |
| Octal | 321 | 107 | 240 | 0 | 102 | 27 | 22 | 501 | 74 | 67 |
| Binary | 11010001 | 1000111 | 10100000 | 0 | 1000010 | 10111 | 10010 | 101000001 | 111100 | 110111 |
Color Harmonies of #D147A0
Complementary color
Monochromatic Colors of #D147A0
Black with #D147A0
Text Example
Text Example
White with #D147A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D147A0; }
p { color: rgb(209,71,160); }
H1.HeaderClassName
{
color: #D147A0;
}
.AnyTagClassName
{
color: #D147A0;
}
</style>
background-color css
<style>
a { background-color: #D147A0; }
a { background-color: rgb(209,71,160); }
div.DivClassName
{
background-color: #D147A0;
}
.BgClassName
{
background-color: #D147A0;
}
</style>
border-color css
<style>
span { border-color: #D147A0; }
span { border-color: rgb(209,71,160); }
td.TdClassName
{
border-color: #D147A0;
}
.TagClassName
{
border-color: #D147A0;
}
</style>