Shades of Mulberry #D54AA2
Tints of Mulberry #D54AA2
RGB
CMYK
RGB Variations
Color information
#D54AA2 (or 0xD54AA2) is known color: Mulberry. HEX triplet: D5, 4A and A2. RGB value is (213,74,162). Sum of RGB (Red+Green+Blue) = 213+74+162=449 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.44% from 449); Green value is 74 (29.30% from 255 or 16.48% from 449); Blue value is 162 (63.67% from 255 or 36.08% from 449); Max value from RGB is 213 - color contains mainly: red. Hex color #D54AA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54AA2 is #2AB55D. Grayscale: #7D7D7D. Windows color (decimal): -2798942 or 10635989. OLE color: 10635989.
HSL color Cylindrical-coordinate representation of color #D54AA2: hue angle of 322.01º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D54AA2 is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 74 | 162 | - |
| CMYK | 0 | 0.65 | 0.24 | 0.16 |
| HSL | 322.01º | 0.62% | 0.56% | - |
| HSV(B) | 322.01º | 0.65% | 0.84% | - |
| XYZ | 36.41 | 21.65 | 36.44 | - |
| YUV | 125.59 | 148.55 | 190.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 74 | 162 | 0 | 0.65 | 0.24 | 0.16 | 322.01 | 0.62 | 0.56 |
| Hex | D5 | 4A | A2 | 0 | 41 | 18 | 10 | 142 | 3E | 38 |
| Octal | 325 | 112 | 242 | 0 | 101 | 30 | 20 | 502 | 76 | 70 |
| Binary | 11010101 | 1001010 | 10100010 | 0 | 1000001 | 11000 | 10000 | 101000010 | 111110 | 111000 |
Color Harmonies of #D54AA2
Complementary color
Monochromatic Colors of #D54AA2
Black with #D54AA2
Text Example
Text Example
White with #D54AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54AA2; }
p { color: rgb(213,74,162); }
H1.HeaderClassName
{
color: #D54AA2;
}
.AnyTagClassName
{
color: #D54AA2;
}
</style>
background-color css
<style>
a { background-color: #D54AA2; }
a { background-color: rgb(213,74,162); }
div.DivClassName
{
background-color: #D54AA2;
}
.BgClassName
{
background-color: #D54AA2;
}
</style>
border-color css
<style>
span { border-color: #D54AA2; }
span { border-color: rgb(213,74,162); }
td.TdClassName
{
border-color: #D54AA2;
}
.TagClassName
{
border-color: #D54AA2;
}
</style>