Shades of Mulberry #D54DA2
Tints of Mulberry #D54DA2
RGB
CMYK
RGB Variations
Color information
#D54DA2 (or 0xD54DA2) is known color: Mulberry. HEX triplet: D5, 4D and A2. RGB value is (213,77,162). Sum of RGB (Red+Green+Blue) = 213+77+162=452 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.12% from 452); Green value is 77 (30.47% from 255 or 17.04% from 452); Blue value is 162 (63.67% from 255 or 35.84% from 452); Max value from RGB is 213 - color contains mainly: red. Hex color #D54DA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D54DA2 is #2AB25D. Grayscale: #7F7F7F. Windows color (decimal): -2798174 or 10636757. OLE color: 10636757.
HSL color Cylindrical-coordinate representation of color #D54DA2: hue angle of 322.5º 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 #D54DA2 is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 77 | 162 | - |
| CMYK | 0 | 0.64 | 0.24 | 0.16 |
| HSL | 322.5º | 0.62% | 0.57% | - |
| HSV(B) | 322.5º | 0.64% | 0.84% | - |
| XYZ | 36.62 | 22.06 | 36.51 | - |
| YUV | 127.35 | 147.56 | 189.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 77 | 162 | 0 | 0.64 | 0.24 | 0.16 | 322.5 | 0.62 | 0.57 |
| Hex | D5 | 4D | A2 | 0 | 40 | 18 | 10 | 142 | 3E | 39 |
| Octal | 325 | 115 | 242 | 0 | 100 | 30 | 20 | 502 | 76 | 71 |
| Binary | 11010101 | 1001101 | 10100010 | 0 | 1000000 | 11000 | 10000 | 101000010 | 111110 | 111001 |
Color Harmonies of #D54DA2
Complementary color
Monochromatic Colors of #D54DA2
Black with #D54DA2
Text Example
Text Example
White with #D54DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54DA2; }
p { color: rgb(213,77,162); }
H1.HeaderClassName
{
color: #D54DA2;
}
.AnyTagClassName
{
color: #D54DA2;
}
</style>
background-color css
<style>
a { background-color: #D54DA2; }
a { background-color: rgb(213,77,162); }
div.DivClassName
{
background-color: #D54DA2;
}
.BgClassName
{
background-color: #D54DA2;
}
</style>
border-color css
<style>
span { border-color: #D54DA2; }
span { border-color: rgb(213,77,162); }
td.TdClassName
{
border-color: #D54DA2;
}
.TagClassName
{
border-color: #D54DA2;
}
</style>