Shades of Mulberry #D850AD
Tints of Mulberry #D850AD
RGB
CMYK
RGB Variations
Color information
#D850AD (or 0xD850AD) is known color: Mulberry. HEX triplet: D8, 50 and AD. RGB value is (216,80,173). Sum of RGB (Red+Green+Blue) = 216+80+173=469 (62% of max value = 765). Red value is 216 (84.77% from 255 or 46.06% from 469); Green value is 80 (31.64% from 255 or 17.06% from 469); Blue value is 173 (67.97% from 255 or 36.89% from 469); Max value from RGB is 216 - color contains mainly: red. Hex color #D850AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D850AD is #27AF52. Grayscale: #838383. Windows color (decimal): -2600787 or 11358424. OLE color: 11358424.
HSL color Cylindrical-coordinate representation of color #D850AD: hue angle of 318.97º 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 #D850AD is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 80 | 173 | - |
| CMYK | 0 | 0.63 | 0.20 | 0.15 |
| HSL | 318.97º | 0.64% | 0.58% | - |
| HSV(B) | 318.97º | 0.63% | 0.85% | - |
| XYZ | 38.73 | 23.35 | 42 | - |
| YUV | 131.27 | 151.56 | 188.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 80 | 173 | 0 | 0.63 | 0.20 | 0.15 | 318.97 | 0.64 | 0.58 |
| Hex | D8 | 50 | AD | 0 | 3F | 14 | F | 13F | 40 | 3A |
| Octal | 330 | 120 | 255 | 0 | 77 | 24 | 17 | 477 | 100 | 72 |
| Binary | 11011000 | 1010000 | 10101101 | 0 | 111111 | 10100 | 1111 | 100111111 | 1000000 | 111010 |
Color Harmonies of #D850AD
Complementary color
Monochromatic Colors of #D850AD
Black with #D850AD
Text Example
Text Example
White with #D850AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D850AD; }
p { color: rgb(216,80,173); }
H1.HeaderClassName
{
color: #D850AD;
}
.AnyTagClassName
{
color: #D850AD;
}
</style>
background-color css
<style>
a { background-color: #D850AD; }
a { background-color: rgb(216,80,173); }
div.DivClassName
{
background-color: #D850AD;
}
.BgClassName
{
background-color: #D850AD;
}
</style>
border-color css
<style>
span { border-color: #D850AD; }
span { border-color: rgb(216,80,173); }
td.TdClassName
{
border-color: #D850AD;
}
.TagClassName
{
border-color: #D850AD;
}
</style>