Shades of Mulberry #D54AAB
Tints of Mulberry #D54AAB
RGB
CMYK
RGB Variations
Color information
#D54AAB (or 0xD54AAB) is known color: Mulberry. HEX triplet: D5, 4A and AB. RGB value is (213,74,171). Sum of RGB (Red+Green+Blue) = 213+74+171=458 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.51% from 458); Green value is 74 (29.30% from 255 or 16.16% from 458); Blue value is 171 (67.19% from 255 or 37.34% from 458); Max value from RGB is 213 - color contains mainly: red. Hex color #D54AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54AAB is #2AB554. Grayscale: #7E7E7E. Windows color (decimal): -2798933 or 11225813. OLE color: 11225813.
HSL color Cylindrical-coordinate representation of color #D54AAB: hue angle of 318.13º 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 #D54AAB is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 74 | 171 | - |
| CMYK | 0 | 0.65 | 0.20 | 0.16 |
| HSL | 318.13º | 0.62% | 0.56% | - |
| HSV(B) | 318.13º | 0.65% | 0.84% | - |
| XYZ | 37.24 | 21.98 | 40.81 | - |
| YUV | 126.62 | 153.05 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 74 | 171 | 0 | 0.65 | 0.20 | 0.16 | 318.13 | 0.62 | 0.56 |
| Hex | D5 | 4A | AB | 0 | 41 | 14 | 10 | 13E | 3E | 38 |
| Octal | 325 | 112 | 253 | 0 | 101 | 24 | 20 | 476 | 76 | 70 |
| Binary | 11010101 | 1001010 | 10101011 | 0 | 1000001 | 10100 | 10000 | 100111110 | 111110 | 111000 |
Color Harmonies of #D54AAB
Complementary color
Monochromatic Colors of #D54AAB
Black with #D54AAB
Text Example
Text Example
White with #D54AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54AAB; }
p { color: rgb(213,74,171); }
H1.HeaderClassName
{
color: #D54AAB;
}
.AnyTagClassName
{
color: #D54AAB;
}
</style>
background-color css
<style>
a { background-color: #D54AAB; }
a { background-color: rgb(213,74,171); }
div.DivClassName
{
background-color: #D54AAB;
}
.BgClassName
{
background-color: #D54AAB;
}
</style>
border-color css
<style>
span { border-color: #D54AAB; }
span { border-color: rgb(213,74,171); }
td.TdClassName
{
border-color: #D54AAB;
}
.TagClassName
{
border-color: #D54AAB;
}
</style>