Shades of Mulberry #D54785
Tints of Mulberry #D54785
RGB
CMYK
RGB Variations
Color information
#D54785 (or 0xD54785) is known color: Mulberry. HEX triplet: D5, 47 and 85. RGB value is (213,71,133). Sum of RGB (Red+Green+Blue) = 213+71+133=417 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.08% from 417); Green value is 71 (28.12% from 255 or 17.03% from 417); Blue value is 133 (52.34% from 255 or 31.89% from 417); Max value from RGB is 213 - color contains mainly: red. Hex color #D54785 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54785 is #2AB87A. Grayscale: #787878. Windows color (decimal): -2799739 or 8734677. OLE color: 8734677.
HSL color Cylindrical-coordinate representation of color #D54785: hue angle of 333.8º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D54785 is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 71 | 133 | - |
| CMYK | 0 | 0.67 | 0.38 | 0.16 |
| HSL | 333.8º | 0.63% | 0.56% | - |
| HSV(B) | 333.8º | 0.67% | 0.84% | - |
| XYZ | 33.93 | 20.35 | 24.33 | - |
| YUV | 120.53 | 135.04 | 193.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 71 | 133 | 0 | 0.67 | 0.38 | 0.16 | 333.8 | 0.63 | 0.56 |
| Hex | D5 | 47 | 85 | 0 | 43 | 26 | 10 | 14E | 3F | 38 |
| Octal | 325 | 107 | 205 | 0 | 103 | 46 | 20 | 516 | 77 | 70 |
| Binary | 11010101 | 1000111 | 10000101 | 0 | 1000011 | 100110 | 10000 | 101001110 | 111111 | 111000 |
Color Harmonies of #D54785
Complementary color
Monochromatic Colors of #D54785
Black with #D54785
Text Example
Text Example
White with #D54785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54785; }
p { color: rgb(213,71,133); }
H1.HeaderClassName
{
color: #D54785;
}
.AnyTagClassName
{
color: #D54785;
}
</style>
background-color css
<style>
a { background-color: #D54785; }
a { background-color: rgb(213,71,133); }
div.DivClassName
{
background-color: #D54785;
}
.BgClassName
{
background-color: #D54785;
}
</style>
border-color css
<style>
span { border-color: #D54785; }
span { border-color: rgb(213,71,133); }
td.TdClassName
{
border-color: #D54785;
}
.TagClassName
{
border-color: #D54785;
}
</style>