Shades of Mulberry #D84F8E
Tints of Mulberry #D84F8E
RGB
CMYK
RGB Variations
Color information
#D84F8E (or 0xD84F8E) is known color: Mulberry. HEX triplet: D8, 4F and 8E. RGB value is (216,79,142). Sum of RGB (Red+Green+Blue) = 216+79+142=437 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.43% from 437); Green value is 79 (31.25% from 255 or 18.08% from 437); Blue value is 142 (55.86% from 255 or 32.49% from 437); Max value from RGB is 216 - color contains mainly: red. Hex color #D84F8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D84F8E is #27B071. Grayscale: #7F7F7F. Windows color (decimal): -2601074 or 9326552. OLE color: 9326552.
HSL color Cylindrical-coordinate representation of color #D84F8E: hue angle of 332.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 #D84F8E is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 79 | 142 | - |
| CMYK | 0 | 0.63 | 0.34 | 0.15 |
| HSL | 332.41º | 0.64% | 0.58% | - |
| HSV(B) | 332.41º | 0.63% | 0.85% | - |
| XYZ | 36 | 22.14 | 27.97 | - |
| YUV | 127.15 | 136.39 | 191.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 79 | 142 | 0 | 0.63 | 0.34 | 0.15 | 332.41 | 0.64 | 0.58 |
| Hex | D8 | 4F | 8E | 0 | 3F | 22 | F | 14C | 40 | 3A |
| Octal | 330 | 117 | 216 | 0 | 77 | 42 | 17 | 514 | 100 | 72 |
| Binary | 11011000 | 1001111 | 10001110 | 0 | 111111 | 100010 | 1111 | 101001100 | 1000000 | 111010 |
Color Harmonies of #D84F8E
Complementary color
Monochromatic Colors of #D84F8E
Black with #D84F8E
Text Example
Text Example
White with #D84F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84F8E; }
p { color: rgb(216,79,142); }
H1.HeaderClassName
{
color: #D84F8E;
}
.AnyTagClassName
{
color: #D84F8E;
}
</style>
background-color css
<style>
a { background-color: #D84F8E; }
a { background-color: rgb(216,79,142); }
div.DivClassName
{
background-color: #D84F8E;
}
.BgClassName
{
background-color: #D84F8E;
}
</style>
border-color css
<style>
span { border-color: #D84F8E; }
span { border-color: rgb(216,79,142); }
td.TdClassName
{
border-color: #D84F8E;
}
.TagClassName
{
border-color: #D84F8E;
}
</style>