Shades of Mulberry #D54CA1
Tints of Mulberry #D54CA1
RGB
CMYK
RGB Variations
Color information
#D54CA1 (or 0xD54CA1) is known color: Mulberry. HEX triplet: D5, 4C and A1. RGB value is (213,76,161). Sum of RGB (Red+Green+Blue) = 213+76+161=450 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.33% from 450); Green value is 76 (30.08% from 255 or 16.89% from 450); Blue value is 161 (63.28% from 255 or 35.78% from 450); Max value from RGB is 213 - color contains mainly: red. Hex color #D54CA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54CA1 is #2AB35E. Grayscale: #7E7E7E. Windows color (decimal): -2798431 or 10570965. OLE color: 10570965.
HSL color Cylindrical-coordinate representation of color #D54CA1: hue angle of 322.77º 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 #D54CA1 is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 76 | 161 | - |
| CMYK | 0 | 0.64 | 0.24 | 0.16 |
| HSL | 322.77º | 0.62% | 0.57% | - |
| HSV(B) | 322.77º | 0.64% | 0.84% | - |
| XYZ | 36.46 | 21.89 | 36.02 | - |
| YUV | 126.65 | 147.39 | 189.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 76 | 161 | 0 | 0.64 | 0.24 | 0.16 | 322.77 | 0.62 | 0.57 |
| Hex | D5 | 4C | A1 | 0 | 40 | 18 | 10 | 143 | 3E | 39 |
| Octal | 325 | 114 | 241 | 0 | 100 | 30 | 20 | 503 | 76 | 71 |
| Binary | 11010101 | 1001100 | 10100001 | 0 | 1000000 | 11000 | 10000 | 101000011 | 111110 | 111001 |
Color Harmonies of #D54CA1
Complementary color
Monochromatic Colors of #D54CA1
Black with #D54CA1
Text Example
Text Example
White with #D54CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54CA1; }
p { color: rgb(213,76,161); }
H1.HeaderClassName
{
color: #D54CA1;
}
.AnyTagClassName
{
color: #D54CA1;
}
</style>
background-color css
<style>
a { background-color: #D54CA1; }
a { background-color: rgb(213,76,161); }
div.DivClassName
{
background-color: #D54CA1;
}
.BgClassName
{
background-color: #D54CA1;
}
</style>
border-color css
<style>
span { border-color: #D54CA1; }
span { border-color: rgb(213,76,161); }
td.TdClassName
{
border-color: #D54CA1;
}
.TagClassName
{
border-color: #D54CA1;
}
</style>