Shades of Mulberry #D54CA2
Tints of Mulberry #D54CA2
RGB
CMYK
RGB Variations
Color information
#D54CA2 (or 0xD54CA2) is known color: Mulberry. HEX triplet: D5, 4C and A2. RGB value is (213,76,162). Sum of RGB (Red+Green+Blue) = 213+76+162=451 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.23% from 451); Green value is 76 (30.08% from 255 or 16.85% from 451); Blue value is 162 (63.67% from 255 or 35.92% from 451); Max value from RGB is 213 - color contains mainly: red. Hex color #D54CA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54CA2 is #2AB35D. Grayscale: #7E7E7E. Windows color (decimal): -2798430 or 10636501. OLE color: 10636501.
HSL color Cylindrical-coordinate representation of color #D54CA2: hue angle of 322.34º 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 #D54CA2 is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 76 | 162 | - |
| CMYK | 0 | 0.64 | 0.24 | 0.16 |
| HSL | 322.34º | 0.62% | 0.57% | - |
| HSV(B) | 322.34º | 0.64% | 0.84% | - |
| XYZ | 36.55 | 21.92 | 36.49 | - |
| YUV | 126.77 | 147.89 | 189.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 76 | 162 | 0 | 0.64 | 0.24 | 0.16 | 322.34 | 0.62 | 0.57 |
| Hex | D5 | 4C | A2 | 0 | 40 | 18 | 10 | 142 | 3E | 39 |
| Octal | 325 | 114 | 242 | 0 | 100 | 30 | 20 | 502 | 76 | 71 |
| Binary | 11010101 | 1001100 | 10100010 | 0 | 1000000 | 11000 | 10000 | 101000010 | 111110 | 111001 |
Color Harmonies of #D54CA2
Complementary color
Monochromatic Colors of #D54CA2
Black with #D54CA2
Text Example
Text Example
White with #D54CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54CA2; }
p { color: rgb(213,76,162); }
H1.HeaderClassName
{
color: #D54CA2;
}
.AnyTagClassName
{
color: #D54CA2;
}
</style>
background-color css
<style>
a { background-color: #D54CA2; }
a { background-color: rgb(213,76,162); }
div.DivClassName
{
background-color: #D54CA2;
}
.BgClassName
{
background-color: #D54CA2;
}
</style>
border-color css
<style>
span { border-color: #D54CA2; }
span { border-color: rgb(213,76,162); }
td.TdClassName
{
border-color: #D54CA2;
}
.TagClassName
{
border-color: #D54CA2;
}
</style>