Shades of Mulberry #D54C9A
Tints of Mulberry #D54C9A
RGB
CMYK
RGB Variations
Color information
#D54C9A (or 0xD54C9A) is known color: Mulberry. HEX triplet: D5, 4C and 9A. RGB value is (213,76,154). Sum of RGB (Red+Green+Blue) = 213+76+154=443 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.08% from 443); Green value is 76 (30.08% from 255 or 17.16% from 443); Blue value is 154 (60.55% from 255 or 34.76% from 443); Max value from RGB is 213 - color contains mainly: red. Hex color #D54C9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54C9A is #2AB365. Grayscale: #7D7D7D. Windows color (decimal): -2798438 or 10112213. OLE color: 10112213.
HSL color Cylindrical-coordinate representation of color #D54C9A: hue angle of 325.84º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D54C9A is Cyan = 0, Magento = 0.64, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 76 | 154 | - |
| CMYK | 0 | 0.64 | 0.28 | 0.16 |
| HSL | 325.84º | 0.62% | 0.57% | - |
| HSV(B) | 325.84º | 0.64% | 0.84% | - |
| XYZ | 35.86 | 21.65 | 32.86 | - |
| YUV | 125.86 | 143.89 | 190.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 76 | 154 | 0 | 0.64 | 0.28 | 0.16 | 325.84 | 0.62 | 0.57 |
| Hex | D5 | 4C | 9A | 0 | 40 | 1C | 10 | 146 | 3E | 39 |
| Octal | 325 | 114 | 232 | 0 | 100 | 34 | 20 | 506 | 76 | 71 |
| Binary | 11010101 | 1001100 | 10011010 | 0 | 1000000 | 11100 | 10000 | 101000110 | 111110 | 111001 |
Color Harmonies of #D54C9A
Complementary color
Monochromatic Colors of #D54C9A
Black with #D54C9A
Text Example
Text Example
White with #D54C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54C9A; }
p { color: rgb(213,76,154); }
H1.HeaderClassName
{
color: #D54C9A;
}
.AnyTagClassName
{
color: #D54C9A;
}
</style>
background-color css
<style>
a { background-color: #D54C9A; }
a { background-color: rgb(213,76,154); }
div.DivClassName
{
background-color: #D54C9A;
}
.BgClassName
{
background-color: #D54C9A;
}
</style>
border-color css
<style>
span { border-color: #D54C9A; }
span { border-color: rgb(213,76,154); }
td.TdClassName
{
border-color: #D54C9A;
}
.TagClassName
{
border-color: #D54C9A;
}
</style>