Shades of Mulberry #D54DA9
Tints of Mulberry #D54DA9
RGB
CMYK
RGB Variations
Color information
#D54DA9 (or 0xD54DA9) is known color: Mulberry. HEX triplet: D5, 4D and A9. RGB value is (213,77,169). Sum of RGB (Red+Green+Blue) = 213+77+169=459 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.41% from 459); Green value is 77 (30.47% from 255 or 16.78% from 459); Blue value is 169 (66.41% from 255 or 36.82% from 459); Max value from RGB is 213 - color contains mainly: red. Hex color #D54DA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D54DA9 is #2AB256. Grayscale: #7F7F7F. Windows color (decimal): -2798167 or 11095509. OLE color: 11095509.
HSL color Cylindrical-coordinate representation of color #D54DA9: hue angle of 319.41º 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 #D54DA9 is Cyan = 0, Magento = 0.64, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 77 | 169 | - |
| CMYK | 0 | 0.64 | 0.21 | 0.16 |
| HSL | 319.41º | 0.62% | 0.57% | - |
| HSV(B) | 319.41º | 0.64% | 0.84% | - |
| XYZ | 37.26 | 22.32 | 39.88 | - |
| YUV | 128.15 | 151.06 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 77 | 169 | 0 | 0.64 | 0.21 | 0.16 | 319.41 | 0.62 | 0.57 |
| Hex | D5 | 4D | A9 | 0 | 40 | 15 | 10 | 13F | 3E | 39 |
| Octal | 325 | 115 | 251 | 0 | 100 | 25 | 20 | 477 | 76 | 71 |
| Binary | 11010101 | 1001101 | 10101001 | 0 | 1000000 | 10101 | 10000 | 100111111 | 111110 | 111001 |
Color Harmonies of #D54DA9
Complementary color
Monochromatic Colors of #D54DA9
Black with #D54DA9
Text Example
Text Example
White with #D54DA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54DA9; }
p { color: rgb(213,77,169); }
H1.HeaderClassName
{
color: #D54DA9;
}
.AnyTagClassName
{
color: #D54DA9;
}
</style>
background-color css
<style>
a { background-color: #D54DA9; }
a { background-color: rgb(213,77,169); }
div.DivClassName
{
background-color: #D54DA9;
}
.BgClassName
{
background-color: #D54DA9;
}
</style>
border-color css
<style>
span { border-color: #D54DA9; }
span { border-color: rgb(213,77,169); }
td.TdClassName
{
border-color: #D54DA9;
}
.TagClassName
{
border-color: #D54DA9;
}
</style>