Shades of Mulberry #D84D8D
Tints of Mulberry #D84D8D
RGB
CMYK
RGB Variations
Color information
#D84D8D (or 0xD84D8D) is known color: Mulberry. HEX triplet: D8, 4D and 8D. RGB value is (216,77,141). Sum of RGB (Red+Green+Blue) = 216+77+141=434 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.77% from 434); Green value is 77 (30.47% from 255 or 17.74% from 434); Blue value is 141 (55.47% from 255 or 32.49% from 434); Max value from RGB is 216 - color contains mainly: red. Hex color #D84D8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D84D8D is #27B272. Grayscale: #7D7D7D. Windows color (decimal): -2601587 or 9260504. OLE color: 9260504.
HSL color Cylindrical-coordinate representation of color #D84D8D: hue angle of 332.37º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D84D8D is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 77 | 141 | - |
| CMYK | 0 | 0.64 | 0.35 | 0.15 |
| HSL | 332.37º | 0.64% | 0.57% | - |
| HSV(B) | 332.37º | 0.64% | 0.85% | - |
| XYZ | 35.78 | 21.83 | 27.53 | - |
| YUV | 125.86 | 136.55 | 192.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 77 | 141 | 0 | 0.64 | 0.35 | 0.15 | 332.37 | 0.64 | 0.57 |
| Hex | D8 | 4D | 8D | 0 | 40 | 23 | F | 14C | 40 | 39 |
| Octal | 330 | 115 | 215 | 0 | 100 | 43 | 17 | 514 | 100 | 71 |
| Binary | 11011000 | 1001101 | 10001101 | 0 | 1000000 | 100011 | 1111 | 101001100 | 1000000 | 111001 |
Color Harmonies of #D84D8D
Complementary color
Monochromatic Colors of #D84D8D
Black with #D84D8D
Text Example
Text Example
White with #D84D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84D8D; }
p { color: rgb(216,77,141); }
H1.HeaderClassName
{
color: #D84D8D;
}
.AnyTagClassName
{
color: #D84D8D;
}
</style>
background-color css
<style>
a { background-color: #D84D8D; }
a { background-color: rgb(216,77,141); }
div.DivClassName
{
background-color: #D84D8D;
}
.BgClassName
{
background-color: #D84D8D;
}
</style>
border-color css
<style>
span { border-color: #D84D8D; }
span { border-color: rgb(216,77,141); }
td.TdClassName
{
border-color: #D84D8D;
}
.TagClassName
{
border-color: #D84D8D;
}
</style>