Shades of Mulberry #D547A3
Tints of Mulberry #D547A3
RGB
CMYK
RGB Variations
Color information
#D547A3 (or 0xD547A3) is known color: Mulberry. HEX triplet: D5, 47 and A3. RGB value is (213,71,163). Sum of RGB (Red+Green+Blue) = 213+71+163=447 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.65% from 447); Green value is 71 (28.12% from 255 or 15.88% from 447); Blue value is 163 (64.06% from 255 or 36.47% from 447); Max value from RGB is 213 - color contains mainly: red. Hex color #D547A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D547A3 is #2AB85C. Grayscale: #7B7B7B. Windows color (decimal): -2799709 or 10700757. OLE color: 10700757.
HSL color Cylindrical-coordinate representation of color #D547A3: hue angle of 321.13º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D547A3 is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 71 | 163 | - |
| CMYK | 0 | 0.67 | 0.23 | 0.16 |
| HSL | 321.13º | 0.63% | 0.56% | - |
| HSV(B) | 321.13º | 0.67% | 0.84% | - |
| XYZ | 36.3 | 21.3 | 36.85 | - |
| YUV | 123.95 | 150.04 | 191.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 71 | 163 | 0 | 0.67 | 0.23 | 0.16 | 321.13 | 0.63 | 0.56 |
| Hex | D5 | 47 | A3 | 0 | 43 | 17 | 10 | 141 | 3F | 38 |
| Octal | 325 | 107 | 243 | 0 | 103 | 27 | 20 | 501 | 77 | 70 |
| Binary | 11010101 | 1000111 | 10100011 | 0 | 1000011 | 10111 | 10000 | 101000001 | 111111 | 111000 |
Color Harmonies of #D547A3
Complementary color
Monochromatic Colors of #D547A3
Black with #D547A3
Text Example
Text Example
White with #D547A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D547A3; }
p { color: rgb(213,71,163); }
H1.HeaderClassName
{
color: #D547A3;
}
.AnyTagClassName
{
color: #D547A3;
}
</style>
background-color css
<style>
a { background-color: #D547A3; }
a { background-color: rgb(213,71,163); }
div.DivClassName
{
background-color: #D547A3;
}
.BgClassName
{
background-color: #D547A3;
}
</style>
border-color css
<style>
span { border-color: #D547A3; }
span { border-color: rgb(213,71,163); }
td.TdClassName
{
border-color: #D547A3;
}
.TagClassName
{
border-color: #D547A3;
}
</style>