Shades of Mulberry #D541A9
Tints of Mulberry #D541A9
RGB
CMYK
RGB Variations
Color information
#D541A9 (or 0xD541A9) is known color: Mulberry. HEX triplet: D5, 41 and A9. RGB value is (213,65,169). Sum of RGB (Red+Green+Blue) = 213+65+169=447 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.65% from 447); Green value is 65 (25.78% from 255 or 14.54% from 447); Blue value is 169 (66.41% from 255 or 37.81% from 447); Max value from RGB is 213 - color contains mainly: red. Hex color #D541A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D541A9 is #2ABE56. Grayscale: #787878. Windows color (decimal): -2801239 or 11092437. OLE color: 11092437.
HSL color Cylindrical-coordinate representation of color #D541A9: hue angle of 317.84º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D541A9 is Cyan = 0, Magento = 0.69, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 65 | 169 | - |
| CMYK | 0 | 0.69 | 0.21 | 0.16 |
| HSL | 317.84º | 0.64% | 0.55% | - |
| HSV(B) | 317.84º | 0.69% | 0.84% | - |
| XYZ | 36.49 | 20.79 | 39.63 | - |
| YUV | 121.11 | 155.03 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 65 | 169 | 0 | 0.69 | 0.21 | 0.16 | 317.84 | 0.64 | 0.55 |
| Hex | D5 | 41 | A9 | 0 | 45 | 15 | 10 | 13E | 40 | 37 |
| Octal | 325 | 101 | 251 | 0 | 105 | 25 | 20 | 476 | 100 | 67 |
| Binary | 11010101 | 1000001 | 10101001 | 0 | 1000101 | 10101 | 10000 | 100111110 | 1000000 | 110111 |
Color Harmonies of #D541A9
Complementary color
Monochromatic Colors of #D541A9
Black with #D541A9
Text Example
Text Example
White with #D541A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D541A9; }
p { color: rgb(213,65,169); }
H1.HeaderClassName
{
color: #D541A9;
}
.AnyTagClassName
{
color: #D541A9;
}
</style>
background-color css
<style>
a { background-color: #D541A9; }
a { background-color: rgb(213,65,169); }
div.DivClassName
{
background-color: #D541A9;
}
.BgClassName
{
background-color: #D541A9;
}
</style>
border-color css
<style>
span { border-color: #D541A9; }
span { border-color: rgb(213,65,169); }
td.TdClassName
{
border-color: #D541A9;
}
.TagClassName
{
border-color: #D541A9;
}
</style>