Shades of Mulberry #D850A3
Tints of Mulberry #D850A3
RGB
CMYK
RGB Variations
Color information
#D850A3 (or 0xD850A3) is known color: Mulberry. HEX triplet: D8, 50 and A3. RGB value is (216,80,163). Sum of RGB (Red+Green+Blue) = 216+80+163=459 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.06% from 459); Green value is 80 (31.64% from 255 or 17.43% from 459); Blue value is 163 (64.06% from 255 or 35.51% from 459); Max value from RGB is 216 - color contains mainly: red. Hex color #D850A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D850A3 is #27AF5C. Grayscale: #818181. Windows color (decimal): -2600797 or 10703064. OLE color: 10703064.
HSL color Cylindrical-coordinate representation of color #D850A3: hue angle of 323.38º 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 #D850A3 is Cyan = 0, Magento = 0.63, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 80 | 163 | - |
| CMYK | 0 | 0.63 | 0.25 | 0.15 |
| HSL | 323.38º | 0.64% | 0.58% | - |
| HSV(B) | 323.38º | 0.63% | 0.85% | - |
| XYZ | 37.8 | 22.98 | 37.09 | - |
| YUV | 130.13 | 146.56 | 189.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 80 | 163 | 0 | 0.63 | 0.25 | 0.15 | 323.38 | 0.64 | 0.58 |
| Hex | D8 | 50 | A3 | 0 | 3F | 19 | F | 143 | 40 | 3A |
| Octal | 330 | 120 | 243 | 0 | 77 | 31 | 17 | 503 | 100 | 72 |
| Binary | 11011000 | 1010000 | 10100011 | 0 | 111111 | 11001 | 1111 | 101000011 | 1000000 | 111010 |
Color Harmonies of #D850A3
Complementary color
Monochromatic Colors of #D850A3
Black with #D850A3
Text Example
Text Example
White with #D850A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D850A3; }
p { color: rgb(216,80,163); }
H1.HeaderClassName
{
color: #D850A3;
}
.AnyTagClassName
{
color: #D850A3;
}
</style>
background-color css
<style>
a { background-color: #D850A3; }
a { background-color: rgb(216,80,163); }
div.DivClassName
{
background-color: #D850A3;
}
.BgClassName
{
background-color: #D850A3;
}
</style>
border-color css
<style>
span { border-color: #D850A3; }
span { border-color: rgb(216,80,163); }
td.TdClassName
{
border-color: #D850A3;
}
.TagClassName
{
border-color: #D850A3;
}
</style>