Shades of Mulberry #D84C8D
Tints of Mulberry #D84C8D
RGB
CMYK
RGB Variations
Color information
#D84C8D (or 0xD84C8D) is known color: Mulberry. HEX triplet: D8, 4C and 8D. RGB value is (216,76,141). Sum of RGB (Red+Green+Blue) = 216+76+141=433 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.88% from 433); Green value is 76 (30.08% from 255 or 17.55% from 433); Blue value is 141 (55.47% from 255 or 32.56% from 433); Max value from RGB is 216 - color contains mainly: red. Hex color #D84C8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84C8D is #27B372. Grayscale: #7D7D7D. Windows color (decimal): -2601843 or 9260248. OLE color: 9260248.
HSL color Cylindrical-coordinate representation of color #D84C8D: hue angle of 332.14º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D84C8D is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 76 | 141 | - |
| CMYK | 0 | 0.65 | 0.35 | 0.15 |
| HSL | 332.14º | 0.64% | 0.57% | - |
| HSV(B) | 332.14º | 0.65% | 0.85% | - |
| XYZ | 35.71 | 21.69 | 27.5 | - |
| YUV | 125.27 | 136.88 | 192.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 76 | 141 | 0 | 0.65 | 0.35 | 0.15 | 332.14 | 0.64 | 0.57 |
| Hex | D8 | 4C | 8D | 0 | 41 | 23 | F | 14C | 40 | 39 |
| Octal | 330 | 114 | 215 | 0 | 101 | 43 | 17 | 514 | 100 | 71 |
| Binary | 11011000 | 1001100 | 10001101 | 0 | 1000001 | 100011 | 1111 | 101001100 | 1000000 | 111001 |
Color Harmonies of #D84C8D
Complementary color
Monochromatic Colors of #D84C8D
Black with #D84C8D
Text Example
Text Example
White with #D84C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84C8D; }
p { color: rgb(216,76,141); }
H1.HeaderClassName
{
color: #D84C8D;
}
.AnyTagClassName
{
color: #D84C8D;
}
</style>
background-color css
<style>
a { background-color: #D84C8D; }
a { background-color: rgb(216,76,141); }
div.DivClassName
{
background-color: #D84C8D;
}
.BgClassName
{
background-color: #D84C8D;
}
</style>
border-color css
<style>
span { border-color: #D84C8D; }
span { border-color: rgb(216,76,141); }
td.TdClassName
{
border-color: #D84C8D;
}
.TagClassName
{
border-color: #D84C8D;
}
</style>