Shades of Mulberry #D149A2
Tints of Mulberry #D149A2
RGB
CMYK
RGB Variations
Color information
#D149A2 (or 0xD149A2) is known color: Mulberry. HEX triplet: D1, 49 and A2. RGB value is (209,73,162). Sum of RGB (Red+Green+Blue) = 209+73+162=444 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.07% from 444); Green value is 73 (28.91% from 255 or 16.44% from 444); Blue value is 162 (63.67% from 255 or 36.49% from 444); Max value from RGB is 209 - color contains mainly: red. Hex color #D149A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D149A2 is #2EB65D. Grayscale: #7B7B7B. Windows color (decimal): -3061342 or 10635729. OLE color: 10635729.
HSL color Cylindrical-coordinate representation of color #D149A2: hue angle of 320.74º 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 #D149A2 is Cyan = 0, Magento = 0.65, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 73 | 162 | - |
| CMYK | 0 | 0.65 | 0.22 | 0.18 |
| HSL | 320.74º | 0.6% | 0.55% | - |
| HSV(B) | 320.74º | 0.65% | 0.82% | - |
| XYZ | 35.2 | 20.93 | 36.37 | - |
| YUV | 123.81 | 149.56 | 188.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 73 | 162 | 0 | 0.65 | 0.22 | 0.18 | 320.74 | 0.6 | 0.55 |
| Hex | D1 | 49 | A2 | 0 | 41 | 16 | 12 | 141 | 3C | 37 |
| Octal | 321 | 111 | 242 | 0 | 101 | 26 | 22 | 501 | 74 | 67 |
| Binary | 11010001 | 1001001 | 10100010 | 0 | 1000001 | 10110 | 10010 | 101000001 | 111100 | 110111 |
Color Harmonies of #D149A2
Complementary color
Monochromatic Colors of #D149A2
Black with #D149A2
Text Example
Text Example
White with #D149A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D149A2; }
p { color: rgb(209,73,162); }
H1.HeaderClassName
{
color: #D149A2;
}
.AnyTagClassName
{
color: #D149A2;
}
</style>
background-color css
<style>
a { background-color: #D149A2; }
a { background-color: rgb(209,73,162); }
div.DivClassName
{
background-color: #D149A2;
}
.BgClassName
{
background-color: #D149A2;
}
</style>
border-color css
<style>
span { border-color: #D149A2; }
span { border-color: rgb(209,73,162); }
td.TdClassName
{
border-color: #D149A2;
}
.TagClassName
{
border-color: #D149A2;
}
</style>