Shades of Mulberry #D54FA9
Tints of Mulberry #D54FA9
RGB
CMYK
RGB Variations
Color information
#D54FA9 (or 0xD54FA9) is known color: Mulberry. HEX triplet: D5, 4F and A9. RGB value is (213,79,169). Sum of RGB (Red+Green+Blue) = 213+79+169=461 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.20% from 461); Green value is 79 (31.25% from 255 or 17.14% from 461); Blue value is 169 (66.41% from 255 or 36.66% from 461); Max value from RGB is 213 - color contains mainly: red. Hex color #D54FA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D54FA9 is #2AB056. Grayscale: #818181. Windows color (decimal): -2797655 or 11096021. OLE color: 11096021.
HSL color Cylindrical-coordinate representation of color #D54FA9: hue angle of 319.7º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D54FA9 is Cyan = 0, Magento = 0.63, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 79 | 169 | - |
| CMYK | 0 | 0.63 | 0.21 | 0.16 |
| HSL | 319.7º | 0.61% | 0.57% | - |
| HSV(B) | 319.7º | 0.63% | 0.84% | - |
| XYZ | 37.4 | 22.6 | 39.93 | - |
| YUV | 129.33 | 150.39 | 187.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 79 | 169 | 0 | 0.63 | 0.21 | 0.16 | 319.7 | 0.61 | 0.57 |
| Hex | D5 | 4F | A9 | 0 | 3F | 15 | 10 | 140 | 3D | 39 |
| Octal | 325 | 117 | 251 | 0 | 77 | 25 | 20 | 500 | 75 | 71 |
| Binary | 11010101 | 1001111 | 10101001 | 0 | 111111 | 10101 | 10000 | 101000000 | 111101 | 111001 |
Color Harmonies of #D54FA9
Complementary color
Monochromatic Colors of #D54FA9
Black with #D54FA9
Text Example
Text Example
White with #D54FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54FA9; }
p { color: rgb(213,79,169); }
H1.HeaderClassName
{
color: #D54FA9;
}
.AnyTagClassName
{
color: #D54FA9;
}
</style>
background-color css
<style>
a { background-color: #D54FA9; }
a { background-color: rgb(213,79,169); }
div.DivClassName
{
background-color: #D54FA9;
}
.BgClassName
{
background-color: #D54FA9;
}
</style>
border-color css
<style>
span { border-color: #D54FA9; }
span { border-color: rgb(213,79,169); }
td.TdClassName
{
border-color: #D54FA9;
}
.TagClassName
{
border-color: #D54FA9;
}
</style>