Shades of Mulberry #D54AA9
Tints of Mulberry #D54AA9
RGB
CMYK
RGB Variations
Color information
#D54AA9 (or 0xD54AA9) is known color: Mulberry. HEX triplet: D5, 4A and A9. RGB value is (213,74,169). Sum of RGB (Red+Green+Blue) = 213+74+169=456 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.71% from 456); Green value is 74 (29.30% from 255 or 16.23% from 456); Blue value is 169 (66.41% from 255 or 37.06% from 456); Max value from RGB is 213 - color contains mainly: red. Hex color #D54AA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54AA9 is #2AB556. Grayscale: #7E7E7E. Windows color (decimal): -2798935 or 11094741. OLE color: 11094741.
HSL color Cylindrical-coordinate representation of color #D54AA9: hue angle of 318.99º 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 #D54AA9 is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 74 | 169 | - |
| CMYK | 0 | 0.65 | 0.21 | 0.16 |
| HSL | 318.99º | 0.62% | 0.56% | - |
| HSV(B) | 318.99º | 0.65% | 0.84% | - |
| XYZ | 37.05 | 21.91 | 39.81 | - |
| YUV | 126.39 | 152.05 | 189.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 74 | 169 | 0 | 0.65 | 0.21 | 0.16 | 318.99 | 0.62 | 0.56 |
| Hex | D5 | 4A | A9 | 0 | 41 | 15 | 10 | 13F | 3E | 38 |
| Octal | 325 | 112 | 251 | 0 | 101 | 25 | 20 | 477 | 76 | 70 |
| Binary | 11010101 | 1001010 | 10101001 | 0 | 1000001 | 10101 | 10000 | 100111111 | 111110 | 111000 |
Color Harmonies of #D54AA9
Complementary color
Monochromatic Colors of #D54AA9
Black with #D54AA9
Text Example
Text Example
White with #D54AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54AA9; }
p { color: rgb(213,74,169); }
H1.HeaderClassName
{
color: #D54AA9;
}
.AnyTagClassName
{
color: #D54AA9;
}
</style>
background-color css
<style>
a { background-color: #D54AA9; }
a { background-color: rgb(213,74,169); }
div.DivClassName
{
background-color: #D54AA9;
}
.BgClassName
{
background-color: #D54AA9;
}
</style>
border-color css
<style>
span { border-color: #D54AA9; }
span { border-color: rgb(213,74,169); }
td.TdClassName
{
border-color: #D54AA9;
}
.TagClassName
{
border-color: #D54AA9;
}
</style>