Shades of Mulberry #D84C8E
Tints of Mulberry #D84C8E
RGB
CMYK
RGB Variations
Color information
#D84C8E (or 0xD84C8E) is known color: Mulberry. HEX triplet: D8, 4C and 8E. RGB value is (216,76,142). Sum of RGB (Red+Green+Blue) = 216+76+142=434 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.77% from 434); Green value is 76 (30.08% from 255 or 17.51% from 434); Blue value is 142 (55.86% from 255 or 32.72% from 434); Max value from RGB is 216 - color contains mainly: red. Hex color #D84C8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84C8E is #27B371. Grayscale: #7D7D7D. Windows color (decimal): -2601842 or 9325784. OLE color: 9325784.
HSL color Cylindrical-coordinate representation of color #D84C8E: hue angle of 331.71º 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 #D84C8E is Cyan = 0, Magento = 0.65, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 76 | 142 | - |
| CMYK | 0 | 0.65 | 0.34 | 0.15 |
| HSL | 331.71º | 0.64% | 0.57% | - |
| HSV(B) | 331.71º | 0.65% | 0.85% | - |
| XYZ | 35.79 | 21.72 | 27.9 | - |
| YUV | 125.38 | 137.38 | 192.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 76 | 142 | 0 | 0.65 | 0.34 | 0.15 | 331.71 | 0.64 | 0.57 |
| Hex | D8 | 4C | 8E | 0 | 41 | 22 | F | 14C | 40 | 39 |
| Octal | 330 | 114 | 216 | 0 | 101 | 42 | 17 | 514 | 100 | 71 |
| Binary | 11011000 | 1001100 | 10001110 | 0 | 1000001 | 100010 | 1111 | 101001100 | 1000000 | 111001 |
Color Harmonies of #D84C8E
Complementary color
Monochromatic Colors of #D84C8E
Black with #D84C8E
Text Example
Text Example
White with #D84C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84C8E; }
p { color: rgb(216,76,142); }
H1.HeaderClassName
{
color: #D84C8E;
}
.AnyTagClassName
{
color: #D84C8E;
}
</style>
background-color css
<style>
a { background-color: #D84C8E; }
a { background-color: rgb(216,76,142); }
div.DivClassName
{
background-color: #D84C8E;
}
.BgClassName
{
background-color: #D84C8E;
}
</style>
border-color css
<style>
span { border-color: #D84C8E; }
span { border-color: rgb(216,76,142); }
td.TdClassName
{
border-color: #D84C8E;
}
.TagClassName
{
border-color: #D84C8E;
}
</style>