Shades of Mulberry #D541AA
Tints of Mulberry #D541AA
RGB
CMYK
RGB Variations
Color information
#D541AA (or 0xD541AA) is known color: Mulberry. HEX triplet: D5, 41 and AA. RGB value is (213,65,170). Sum of RGB (Red+Green+Blue) = 213+65+170=448 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.54% from 448); Green value is 65 (25.78% from 255 or 14.51% from 448); Blue value is 170 (66.80% from 255 or 37.95% from 448); Max value from RGB is 213 - color contains mainly: red. Hex color #D541AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D541AA is #2ABE55. Grayscale: #787878. Windows color (decimal): -2801238 or 11157973. OLE color: 11157973.
HSL color Cylindrical-coordinate representation of color #D541AA: hue angle of 317.43º 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 #D541AA is Cyan = 0, Magento = 0.69, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 65 | 170 | - |
| CMYK | 0 | 0.69 | 0.20 | 0.16 |
| HSL | 317.43º | 0.64% | 0.55% | - |
| HSV(B) | 317.43º | 0.69% | 0.84% | - |
| XYZ | 36.59 | 20.83 | 40.12 | - |
| YUV | 121.22 | 155.53 | 193.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 65 | 170 | 0 | 0.69 | 0.20 | 0.16 | 317.43 | 0.64 | 0.55 |
| Hex | D5 | 41 | AA | 0 | 45 | 14 | 10 | 13D | 40 | 37 |
| Octal | 325 | 101 | 252 | 0 | 105 | 24 | 20 | 475 | 100 | 67 |
| Binary | 11010101 | 1000001 | 10101010 | 0 | 1000101 | 10100 | 10000 | 100111101 | 1000000 | 110111 |
Color Harmonies of #D541AA
Complementary color
Monochromatic Colors of #D541AA
Black with #D541AA
Text Example
Text Example
White with #D541AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D541AA; }
p { color: rgb(213,65,170); }
H1.HeaderClassName
{
color: #D541AA;
}
.AnyTagClassName
{
color: #D541AA;
}
</style>
background-color css
<style>
a { background-color: #D541AA; }
a { background-color: rgb(213,65,170); }
div.DivClassName
{
background-color: #D541AA;
}
.BgClassName
{
background-color: #D541AA;
}
</style>
border-color css
<style>
span { border-color: #D541AA; }
span { border-color: rgb(213,65,170); }
td.TdClassName
{
border-color: #D541AA;
}
.TagClassName
{
border-color: #D541AA;
}
</style>