Shades of Mulberry #D850A0
Tints of Mulberry #D850A0
RGB
CMYK
RGB Variations
Color information
#D850A0 (or 0xD850A0) is known color: Mulberry. HEX triplet: D8, 50 and A0. RGB value is (216,80,160). Sum of RGB (Red+Green+Blue) = 216+80+160=456 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.37% from 456); Green value is 80 (31.64% from 255 or 17.54% from 456); Blue value is 160 (62.89% from 255 or 35.09% from 456); Max value from RGB is 216 - color contains mainly: red. Hex color #D850A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D850A0 is #27AF5F. Grayscale: #818181. Windows color (decimal): -2600800 or 10506456. OLE color: 10506456.
HSL color Cylindrical-coordinate representation of color #D850A0: hue angle of 324.71º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D850A0 is Cyan = 0, Magento = 0.63, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 80 | 160 | - |
| CMYK | 0 | 0.63 | 0.26 | 0.15 |
| HSL | 324.71º | 0.64% | 0.58% | - |
| HSV(B) | 324.71º | 0.63% | 0.85% | - |
| XYZ | 37.53 | 22.87 | 35.69 | - |
| YUV | 129.78 | 145.06 | 189.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 80 | 160 | 0 | 0.63 | 0.26 | 0.15 | 324.71 | 0.64 | 0.58 |
| Hex | D8 | 50 | A0 | 0 | 3F | 1A | F | 145 | 40 | 3A |
| Octal | 330 | 120 | 240 | 0 | 77 | 32 | 17 | 505 | 100 | 72 |
| Binary | 11011000 | 1010000 | 10100000 | 0 | 111111 | 11010 | 1111 | 101000101 | 1000000 | 111010 |
Color Harmonies of #D850A0
Complementary color
Monochromatic Colors of #D850A0
Black with #D850A0
Text Example
Text Example
White with #D850A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D850A0; }
p { color: rgb(216,80,160); }
H1.HeaderClassName
{
color: #D850A0;
}
.AnyTagClassName
{
color: #D850A0;
}
</style>
background-color css
<style>
a { background-color: #D850A0; }
a { background-color: rgb(216,80,160); }
div.DivClassName
{
background-color: #D850A0;
}
.BgClassName
{
background-color: #D850A0;
}
</style>
border-color css
<style>
span { border-color: #D850A0; }
span { border-color: rgb(216,80,160); }
td.TdClassName
{
border-color: #D850A0;
}
.TagClassName
{
border-color: #D850A0;
}
</style>