Shades of Mulberry #D54FA0
Tints of Mulberry #D54FA0
RGB
CMYK
RGB Variations
Color information
#D54FA0 (or 0xD54FA0) is known color: Mulberry. HEX triplet: D5, 4F and A0. RGB value is (213,79,160). Sum of RGB (Red+Green+Blue) = 213+79+160=452 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.12% from 452); Green value is 79 (31.25% from 255 or 17.48% from 452); Blue value is 160 (62.89% from 255 or 35.40% from 452); Max value from RGB is 213 - color contains mainly: red. Hex color #D54FA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D54FA0 is #2AB05F. Grayscale: #808080. Windows color (decimal): -2797664 or 10506197. OLE color: 10506197.
HSL color Cylindrical-coordinate representation of color #D54FA0: hue angle of 323.73º 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 #D54FA0 is Cyan = 0, Magento = 0.63, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 79 | 160 | - |
| CMYK | 0 | 0.63 | 0.25 | 0.16 |
| HSL | 323.73º | 0.61% | 0.57% | - |
| HSV(B) | 323.73º | 0.63% | 0.84% | - |
| XYZ | 36.58 | 22.28 | 35.63 | - |
| YUV | 128.3 | 145.89 | 188.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 79 | 160 | 0 | 0.63 | 0.25 | 0.16 | 323.73 | 0.61 | 0.57 |
| Hex | D5 | 4F | A0 | 0 | 3F | 19 | 10 | 144 | 3D | 39 |
| Octal | 325 | 117 | 240 | 0 | 77 | 31 | 20 | 504 | 75 | 71 |
| Binary | 11010101 | 1001111 | 10100000 | 0 | 111111 | 11001 | 10000 | 101000100 | 111101 | 111001 |
Color Harmonies of #D54FA0
Complementary color
Monochromatic Colors of #D54FA0
Black with #D54FA0
Text Example
Text Example
White with #D54FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54FA0; }
p { color: rgb(213,79,160); }
H1.HeaderClassName
{
color: #D54FA0;
}
.AnyTagClassName
{
color: #D54FA0;
}
</style>
background-color css
<style>
a { background-color: #D54FA0; }
a { background-color: rgb(213,79,160); }
div.DivClassName
{
background-color: #D54FA0;
}
.BgClassName
{
background-color: #D54FA0;
}
</style>
border-color css
<style>
span { border-color: #D54FA0; }
span { border-color: rgb(213,79,160); }
td.TdClassName
{
border-color: #D54FA0;
}
.TagClassName
{
border-color: #D54FA0;
}
</style>