Shades of Mulberry #D850AC
Tints of Mulberry #D850AC
RGB
CMYK
RGB Variations
Color information
#D850AC (or 0xD850AC) is known color: Mulberry. HEX triplet: D8, 50 and AC. RGB value is (216,80,172). Sum of RGB (Red+Green+Blue) = 216+80+172=468 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.15% from 468); Green value is 80 (31.64% from 255 or 17.09% from 468); Blue value is 172 (67.58% from 255 or 36.75% from 468); Max value from RGB is 216 - color contains mainly: red. Hex color #D850AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D850AC is #27AF53. Grayscale: #828282. Windows color (decimal): -2600788 or 11292888. OLE color: 11292888.
HSL color Cylindrical-coordinate representation of color #D850AC: hue angle of 319.41º 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 #D850AC is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 80 | 172 | - |
| CMYK | 0 | 0.63 | 0.20 | 0.15 |
| HSL | 319.41º | 0.64% | 0.58% | - |
| HSV(B) | 319.41º | 0.63% | 0.85% | - |
| XYZ | 38.63 | 23.31 | 41.49 | - |
| YUV | 131.15 | 151.06 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 80 | 172 | 0 | 0.63 | 0.20 | 0.15 | 319.41 | 0.64 | 0.58 |
| Hex | D8 | 50 | AC | 0 | 3F | 14 | F | 13F | 40 | 3A |
| Octal | 330 | 120 | 254 | 0 | 77 | 24 | 17 | 477 | 100 | 72 |
| Binary | 11011000 | 1010000 | 10101100 | 0 | 111111 | 10100 | 1111 | 100111111 | 1000000 | 111010 |
Color Harmonies of #D850AC
Complementary color
Monochromatic Colors of #D850AC
Black with #D850AC
Text Example
Text Example
White with #D850AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D850AC; }
p { color: rgb(216,80,172); }
H1.HeaderClassName
{
color: #D850AC;
}
.AnyTagClassName
{
color: #D850AC;
}
</style>
background-color css
<style>
a { background-color: #D850AC; }
a { background-color: rgb(216,80,172); }
div.DivClassName
{
background-color: #D850AC;
}
.BgClassName
{
background-color: #D850AC;
}
</style>
border-color css
<style>
span { border-color: #D850AC; }
span { border-color: rgb(216,80,172); }
td.TdClassName
{
border-color: #D850AC;
}
.TagClassName
{
border-color: #D850AC;
}
</style>