Shades of Mulberry #D543A1
Tints of Mulberry #D543A1
RGB
CMYK
RGB Variations
Color information
#D543A1 (or 0xD543A1) is known color: Mulberry. HEX triplet: D5, 43 and A1. RGB value is (213,67,161). Sum of RGB (Red+Green+Blue) = 213+67+161=441 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.30% from 441); Green value is 67 (26.56% from 255 or 15.19% from 441); Blue value is 161 (63.28% from 255 or 36.51% from 441); Max value from RGB is 213 - color contains mainly: red. Hex color #D543A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D543A1 is #2ABC5E. Grayscale: #797979. Windows color (decimal): -2800735 or 10568661. OLE color: 10568661.
HSL color Cylindrical-coordinate representation of color #D543A1: hue angle of 321.37º degrees, saturation: 0.63, 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 #D543A1 is Cyan = 0, Magento = 0.69, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 67 | 161 | - |
| CMYK | 0 | 0.69 | 0.24 | 0.16 |
| HSL | 321.37º | 0.63% | 0.55% | - |
| HSV(B) | 321.37º | 0.69% | 0.84% | - |
| XYZ | 35.88 | 20.73 | 35.83 | - |
| YUV | 121.37 | 150.37 | 193.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 67 | 161 | 0 | 0.69 | 0.24 | 0.16 | 321.37 | 0.63 | 0.55 |
| Hex | D5 | 43 | A1 | 0 | 45 | 18 | 10 | 141 | 3F | 37 |
| Octal | 325 | 103 | 241 | 0 | 105 | 30 | 20 | 501 | 77 | 67 |
| Binary | 11010101 | 1000011 | 10100001 | 0 | 1000101 | 11000 | 10000 | 101000001 | 111111 | 110111 |
Color Harmonies of #D543A1
Complementary color
Monochromatic Colors of #D543A1
Black with #D543A1
Text Example
Text Example
White with #D543A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D543A1; }
p { color: rgb(213,67,161); }
H1.HeaderClassName
{
color: #D543A1;
}
.AnyTagClassName
{
color: #D543A1;
}
</style>
background-color css
<style>
a { background-color: #D543A1; }
a { background-color: rgb(213,67,161); }
div.DivClassName
{
background-color: #D543A1;
}
.BgClassName
{
background-color: #D543A1;
}
</style>
border-color css
<style>
span { border-color: #D543A1; }
span { border-color: rgb(213,67,161); }
td.TdClassName
{
border-color: #D543A1;
}
.TagClassName
{
border-color: #D543A1;
}
</style>