Shades of Mulberry #D54AA4
Tints of Mulberry #D54AA4
RGB
CMYK
RGB Variations
Color information
#D54AA4 (or 0xD54AA4) is known color: Mulberry. HEX triplet: D5, 4A and A4. RGB value is (213,74,164). Sum of RGB (Red+Green+Blue) = 213+74+164=451 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.23% from 451); Green value is 74 (29.30% from 255 or 16.41% from 451); Blue value is 164 (64.45% from 255 or 36.36% from 451); Max value from RGB is 213 - color contains mainly: red. Hex color #D54AA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54AA4 is #2AB55B. Grayscale: #7D7D7D. Windows color (decimal): -2798940 or 10767061. OLE color: 10767061.
HSL color Cylindrical-coordinate representation of color #D54AA4: hue angle of 321.15º 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 #D54AA4 is Cyan = 0, Magento = 0.65, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 74 | 164 | - |
| CMYK | 0 | 0.65 | 0.23 | 0.16 |
| HSL | 321.15º | 0.62% | 0.56% | - |
| HSV(B) | 321.15º | 0.65% | 0.84% | - |
| XYZ | 36.59 | 21.72 | 37.39 | - |
| YUV | 125.82 | 149.55 | 190.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 74 | 164 | 0 | 0.65 | 0.23 | 0.16 | 321.15 | 0.62 | 0.56 |
| Hex | D5 | 4A | A4 | 0 | 41 | 17 | 10 | 141 | 3E | 38 |
| Octal | 325 | 112 | 244 | 0 | 101 | 27 | 20 | 501 | 76 | 70 |
| Binary | 11010101 | 1001010 | 10100100 | 0 | 1000001 | 10111 | 10000 | 101000001 | 111110 | 111000 |
Color Harmonies of #D54AA4
Complementary color
Monochromatic Colors of #D54AA4
Black with #D54AA4
Text Example
Text Example
White with #D54AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54AA4; }
p { color: rgb(213,74,164); }
H1.HeaderClassName
{
color: #D54AA4;
}
.AnyTagClassName
{
color: #D54AA4;
}
</style>
background-color css
<style>
a { background-color: #D54AA4; }
a { background-color: rgb(213,74,164); }
div.DivClassName
{
background-color: #D54AA4;
}
.BgClassName
{
background-color: #D54AA4;
}
</style>
border-color css
<style>
span { border-color: #D54AA4; }
span { border-color: rgb(213,74,164); }
td.TdClassName
{
border-color: #D54AA4;
}
.TagClassName
{
border-color: #D54AA4;
}
</style>