Shades of Mulberry #D545A3
Tints of Mulberry #D545A3
RGB
CMYK
RGB Variations
Color information
#D545A3 (or 0xD545A3) is known color: Mulberry. HEX triplet: D5, 45 and A3. RGB value is (213,69,163). Sum of RGB (Red+Green+Blue) = 213+69+163=445 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.87% from 445); Green value is 69 (27.34% from 255 or 15.51% from 445); Blue value is 163 (64.06% from 255 or 36.63% from 445); Max value from RGB is 213 - color contains mainly: red. Hex color #D545A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D545A3 is #2ABA5C. Grayscale: #7A7A7A. Windows color (decimal): -2800221 or 10700245. OLE color: 10700245.
HSL color Cylindrical-coordinate representation of color #D545A3: hue angle of 320.83º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D545A3 is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 69 | 163 | - |
| CMYK | 0 | 0.68 | 0.23 | 0.16 |
| HSL | 320.83º | 0.63% | 0.55% | - |
| HSV(B) | 320.83º | 0.68% | 0.84% | - |
| XYZ | 36.18 | 21.05 | 36.81 | - |
| YUV | 122.77 | 150.71 | 192.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 69 | 163 | 0 | 0.68 | 0.23 | 0.16 | 320.83 | 0.63 | 0.55 |
| Hex | D5 | 45 | A3 | 0 | 44 | 17 | 10 | 141 | 3F | 37 |
| Octal | 325 | 105 | 243 | 0 | 104 | 27 | 20 | 501 | 77 | 67 |
| Binary | 11010101 | 1000101 | 10100011 | 0 | 1000100 | 10111 | 10000 | 101000001 | 111111 | 110111 |
Color Harmonies of #D545A3
Complementary color
Monochromatic Colors of #D545A3
Black with #D545A3
Text Example
Text Example
White with #D545A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D545A3; }
p { color: rgb(213,69,163); }
H1.HeaderClassName
{
color: #D545A3;
}
.AnyTagClassName
{
color: #D545A3;
}
</style>
background-color css
<style>
a { background-color: #D545A3; }
a { background-color: rgb(213,69,163); }
div.DivClassName
{
background-color: #D545A3;
}
.BgClassName
{
background-color: #D545A3;
}
</style>
border-color css
<style>
span { border-color: #D545A3; }
span { border-color: rgb(213,69,163); }
td.TdClassName
{
border-color: #D545A3;
}
.TagClassName
{
border-color: #D545A3;
}
</style>