Shades of Mulberry #D54AAA
Tints of Mulberry #D54AAA
RGB
CMYK
RGB Variations
Color information
#D54AAA (or 0xD54AAA) is known color: Mulberry. HEX triplet: D5, 4A and AA. RGB value is (213,74,170). Sum of RGB (Red+Green+Blue) = 213+74+170=457 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.61% from 457); Green value is 74 (29.30% from 255 or 16.19% from 457); Blue value is 170 (66.80% from 255 or 37.20% from 457); Max value from RGB is 213 - color contains mainly: red. Hex color #D54AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54AAA is #2AB555. Grayscale: #7E7E7E. Windows color (decimal): -2798934 or 11160277. OLE color: 11160277.
HSL color Cylindrical-coordinate representation of color #D54AAA: hue angle of 318.56º 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 #D54AAA is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 74 | 170 | - |
| CMYK | 0 | 0.65 | 0.20 | 0.16 |
| HSL | 318.56º | 0.62% | 0.56% | - |
| HSV(B) | 318.56º | 0.65% | 0.84% | - |
| XYZ | 37.15 | 21.95 | 40.31 | - |
| YUV | 126.51 | 152.55 | 189.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 74 | 170 | 0 | 0.65 | 0.20 | 0.16 | 318.56 | 0.62 | 0.56 |
| Hex | D5 | 4A | AA | 0 | 41 | 14 | 10 | 13F | 3E | 38 |
| Octal | 325 | 112 | 252 | 0 | 101 | 24 | 20 | 477 | 76 | 70 |
| Binary | 11010101 | 1001010 | 10101010 | 0 | 1000001 | 10100 | 10000 | 100111111 | 111110 | 111000 |
Color Harmonies of #D54AAA
Complementary color
Monochromatic Colors of #D54AAA
Black with #D54AAA
Text Example
Text Example
White with #D54AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54AAA; }
p { color: rgb(213,74,170); }
H1.HeaderClassName
{
color: #D54AAA;
}
.AnyTagClassName
{
color: #D54AAA;
}
</style>
background-color css
<style>
a { background-color: #D54AAA; }
a { background-color: rgb(213,74,170); }
div.DivClassName
{
background-color: #D54AAA;
}
.BgClassName
{
background-color: #D54AAA;
}
</style>
border-color css
<style>
span { border-color: #D54AAA; }
span { border-color: rgb(213,74,170); }
td.TdClassName
{
border-color: #D54AAA;
}
.TagClassName
{
border-color: #D54AAA;
}
</style>