Shades of Mulberry #D54DA1
Tints of Mulberry #D54DA1
RGB
CMYK
RGB Variations
Color information
#D54DA1 (or 0xD54DA1) is known color: Mulberry. HEX triplet: D5, 4D and A1. RGB value is (213,77,161). Sum of RGB (Red+Green+Blue) = 213+77+161=451 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.23% from 451); Green value is 77 (30.47% from 255 or 17.07% from 451); Blue value is 161 (63.28% from 255 or 35.70% from 451); Max value from RGB is 213 - color contains mainly: red. Hex color #D54DA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D54DA1 is #2AB25E. Grayscale: #7F7F7F. Windows color (decimal): -2798175 or 10571221. OLE color: 10571221.
HSL color Cylindrical-coordinate representation of color #D54DA1: hue angle of 322.94º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D54DA1 is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 77 | 161 | - |
| CMYK | 0 | 0.64 | 0.24 | 0.16 |
| HSL | 322.94º | 0.62% | 0.57% | - |
| HSV(B) | 322.94º | 0.64% | 0.84% | - |
| XYZ | 36.53 | 22.03 | 36.04 | - |
| YUV | 127.24 | 147.06 | 189.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 77 | 161 | 0 | 0.64 | 0.24 | 0.16 | 322.94 | 0.62 | 0.57 |
| Hex | D5 | 4D | A1 | 0 | 40 | 18 | 10 | 143 | 3E | 39 |
| Octal | 325 | 115 | 241 | 0 | 100 | 30 | 20 | 503 | 76 | 71 |
| Binary | 11010101 | 1001101 | 10100001 | 0 | 1000000 | 11000 | 10000 | 101000011 | 111110 | 111001 |
Color Harmonies of #D54DA1
Complementary color
Monochromatic Colors of #D54DA1
Black with #D54DA1
Text Example
Text Example
White with #D54DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54DA1; }
p { color: rgb(213,77,161); }
H1.HeaderClassName
{
color: #D54DA1;
}
.AnyTagClassName
{
color: #D54DA1;
}
</style>
background-color css
<style>
a { background-color: #D54DA1; }
a { background-color: rgb(213,77,161); }
div.DivClassName
{
background-color: #D54DA1;
}
.BgClassName
{
background-color: #D54DA1;
}
</style>
border-color css
<style>
span { border-color: #D54DA1; }
span { border-color: rgb(213,77,161); }
td.TdClassName
{
border-color: #D54DA1;
}
.TagClassName
{
border-color: #D54DA1;
}
</style>