Shades of Mulberry #D540A5
Tints of Mulberry #D540A5
RGB
CMYK
RGB Variations
Color information
#D540A5 (or 0xD540A5) is known color: Mulberry. HEX triplet: D5, 40 and A5. RGB value is (213,64,165). Sum of RGB (Red+Green+Blue) = 213+64+165=442 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.19% from 442); Green value is 64 (25.39% from 255 or 14.48% from 442); Blue value is 165 (64.84% from 255 or 37.33% from 442); Max value from RGB is 213 - color contains mainly: red. Hex color #D540A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D540A5 is #2ABF5A. Grayscale: #777777. Windows color (decimal): -2801499 or 10830037. OLE color: 10830037.
HSL color Cylindrical-coordinate representation of color #D540A5: hue angle of 319.33º 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 #D540A5 is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 64 | 165 | - |
| CMYK | 0 | 0.70 | 0.23 | 0.16 |
| HSL | 319.33º | 0.64% | 0.54% | - |
| HSV(B) | 319.33º | 0.7% | 0.84% | - |
| XYZ | 36.07 | 20.53 | 37.66 | - |
| YUV | 120.07 | 153.36 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 64 | 165 | 0 | 0.70 | 0.23 | 0.16 | 319.33 | 0.64 | 0.54 |
| Hex | D5 | 40 | A5 | 0 | 46 | 17 | 10 | 13F | 40 | 36 |
| Octal | 325 | 100 | 245 | 0 | 106 | 27 | 20 | 477 | 100 | 66 |
| Binary | 11010101 | 1000000 | 10100101 | 0 | 1000110 | 10111 | 10000 | 100111111 | 1000000 | 110110 |
Color Harmonies of #D540A5
Complementary color
Monochromatic Colors of #D540A5
Black with #D540A5
Text Example
Text Example
White with #D540A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D540A5; }
p { color: rgb(213,64,165); }
H1.HeaderClassName
{
color: #D540A5;
}
.AnyTagClassName
{
color: #D540A5;
}
</style>
background-color css
<style>
a { background-color: #D540A5; }
a { background-color: rgb(213,64,165); }
div.DivClassName
{
background-color: #D540A5;
}
.BgClassName
{
background-color: #D540A5;
}
</style>
border-color css
<style>
span { border-color: #D540A5; }
span { border-color: rgb(213,64,165); }
td.TdClassName
{
border-color: #D540A5;
}
.TagClassName
{
border-color: #D540A5;
}
</style>