Shades of Mulberry #D149A1
Tints of Mulberry #D149A1
RGB
CMYK
RGB Variations
Color information
#D149A1 (or 0xD149A1) is known color: Mulberry. HEX triplet: D1, 49 and A1. RGB value is (209,73,161). Sum of RGB (Red+Green+Blue) = 209+73+161=443 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.18% from 443); Green value is 73 (28.91% from 255 or 16.48% from 443); Blue value is 161 (63.28% from 255 or 36.34% from 443); Max value from RGB is 209 - color contains mainly: red. Hex color #D149A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D149A1 is #2EB65E. Grayscale: #7B7B7B. Windows color (decimal): -3061343 or 10570193. OLE color: 10570193.
HSL color Cylindrical-coordinate representation of color #D149A1: hue angle of 321.18º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D149A1 is Cyan = 0, Magento = 0.65, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 73 | 161 | - |
| CMYK | 0 | 0.65 | 0.23 | 0.18 |
| HSL | 321.18º | 0.6% | 0.55% | - |
| HSV(B) | 321.18º | 0.65% | 0.82% | - |
| XYZ | 35.11 | 20.89 | 35.9 | - |
| YUV | 123.7 | 149.06 | 188.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 73 | 161 | 0 | 0.65 | 0.23 | 0.18 | 321.18 | 0.6 | 0.55 |
| Hex | D1 | 49 | A1 | 0 | 41 | 17 | 12 | 141 | 3C | 37 |
| Octal | 321 | 111 | 241 | 0 | 101 | 27 | 22 | 501 | 74 | 67 |
| Binary | 11010001 | 1001001 | 10100001 | 0 | 1000001 | 10111 | 10010 | 101000001 | 111100 | 110111 |
Color Harmonies of #D149A1
Complementary color
Monochromatic Colors of #D149A1
Black with #D149A1
Text Example
Text Example
White with #D149A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D149A1; }
p { color: rgb(209,73,161); }
H1.HeaderClassName
{
color: #D149A1;
}
.AnyTagClassName
{
color: #D149A1;
}
</style>
background-color css
<style>
a { background-color: #D149A1; }
a { background-color: rgb(209,73,161); }
div.DivClassName
{
background-color: #D149A1;
}
.BgClassName
{
background-color: #D149A1;
}
</style>
border-color css
<style>
span { border-color: #D149A1; }
span { border-color: rgb(209,73,161); }
td.TdClassName
{
border-color: #D149A1;
}
.TagClassName
{
border-color: #D149A1;
}
</style>