Shades of Mulberry #D54EAB
Tints of Mulberry #D54EAB
RGB
CMYK
RGB Variations
Color information
#D54EAB (or 0xD54EAB) is known color: Mulberry. HEX triplet: D5, 4E and AB. RGB value is (213,78,171). Sum of RGB (Red+Green+Blue) = 213+78+171=462 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.10% from 462); Green value is 78 (30.86% from 255 or 16.88% from 462); Blue value is 171 (67.19% from 255 or 37.01% from 462); Max value from RGB is 213 - color contains mainly: red. Hex color #D54EAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D54EAB is #2AB154. Grayscale: #808080. Windows color (decimal): -2797909 or 11226837. OLE color: 11226837.
HSL color Cylindrical-coordinate representation of color #D54EAB: hue angle of 318.67º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D54EAB is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 78 | 171 | - |
| CMYK | 0 | 0.63 | 0.20 | 0.16 |
| HSL | 318.67º | 0.62% | 0.57% | - |
| HSV(B) | 318.67º | 0.63% | 0.84% | - |
| XYZ | 37.52 | 22.54 | 40.9 | - |
| YUV | 128.97 | 151.73 | 187.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 78 | 171 | 0 | 0.63 | 0.20 | 0.16 | 318.67 | 0.62 | 0.57 |
| Hex | D5 | 4E | AB | 0 | 3F | 14 | 10 | 13F | 3E | 39 |
| Octal | 325 | 116 | 253 | 0 | 77 | 24 | 20 | 477 | 76 | 71 |
| Binary | 11010101 | 1001110 | 10101011 | 0 | 111111 | 10100 | 10000 | 100111111 | 111110 | 111001 |
Color Harmonies of #D54EAB
Complementary color
Monochromatic Colors of #D54EAB
Black with #D54EAB
Text Example
Text Example
White with #D54EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54EAB; }
p { color: rgb(213,78,171); }
H1.HeaderClassName
{
color: #D54EAB;
}
.AnyTagClassName
{
color: #D54EAB;
}
</style>
background-color css
<style>
a { background-color: #D54EAB; }
a { background-color: rgb(213,78,171); }
div.DivClassName
{
background-color: #D54EAB;
}
.BgClassName
{
background-color: #D54EAB;
}
</style>
border-color css
<style>
span { border-color: #D54EAB; }
span { border-color: rgb(213,78,171); }
td.TdClassName
{
border-color: #D54EAB;
}
.TagClassName
{
border-color: #D54EAB;
}
</style>