Shades of Mulberry #D540A4
Tints of Mulberry #D540A4
RGB
CMYK
RGB Variations
Color information
#D540A4 (or 0xD540A4) is known color: Mulberry. HEX triplet: D5, 40 and A4. RGB value is (213,64,164). Sum of RGB (Red+Green+Blue) = 213+64+164=441 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.30% from 441); Green value is 64 (25.39% from 255 or 14.51% from 441); Blue value is 164 (64.45% from 255 or 37.19% from 441); Max value from RGB is 213 - color contains mainly: red. Hex color #D540A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D540A4 is #2ABF5B. Grayscale: #777777. Windows color (decimal): -2801500 or 10764501. OLE color: 10764501.
HSL color Cylindrical-coordinate representation of color #D540A4: hue angle of 319.73º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D540A4 is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 64 | 164 | - |
| CMYK | 0 | 0.70 | 0.23 | 0.16 |
| HSL | 319.73º | 0.64% | 0.54% | - |
| HSV(B) | 319.73º | 0.7% | 0.84% | - |
| XYZ | 35.97 | 20.49 | 37.18 | - |
| YUV | 119.95 | 152.86 | 194.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 64 | 164 | 0 | 0.70 | 0.23 | 0.16 | 319.73 | 0.64 | 0.54 |
| Hex | D5 | 40 | A4 | 0 | 46 | 17 | 10 | 140 | 40 | 36 |
| Octal | 325 | 100 | 244 | 0 | 106 | 27 | 20 | 500 | 100 | 66 |
| Binary | 11010101 | 1000000 | 10100100 | 0 | 1000110 | 10111 | 10000 | 101000000 | 1000000 | 110110 |
Color Harmonies of #D540A4
Complementary color
Monochromatic Colors of #D540A4
Black with #D540A4
Text Example
Text Example
White with #D540A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D540A4; }
p { color: rgb(213,64,164); }
H1.HeaderClassName
{
color: #D540A4;
}
.AnyTagClassName
{
color: #D540A4;
}
</style>
background-color css
<style>
a { background-color: #D540A4; }
a { background-color: rgb(213,64,164); }
div.DivClassName
{
background-color: #D540A4;
}
.BgClassName
{
background-color: #D540A4;
}
</style>
border-color css
<style>
span { border-color: #D540A4; }
span { border-color: rgb(213,64,164); }
td.TdClassName
{
border-color: #D540A4;
}
.TagClassName
{
border-color: #D540A4;
}
</style>