Shades of Mulberry #D84F94
Tints of Mulberry #D84F94
RGB
CMYK
RGB Variations
Color information
#D84F94 (or 0xD84F94) is known color: Mulberry. HEX triplet: D8, 4F and 94. RGB value is (216,79,148). Sum of RGB (Red+Green+Blue) = 216+79+148=443 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.76% from 443); Green value is 79 (31.25% from 255 or 17.83% from 443); Blue value is 148 (58.20% from 255 or 33.41% from 443); Max value from RGB is 216 - color contains mainly: red. Hex color #D84F94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D84F94 is #27B06B. Grayscale: #7F7F7F. Windows color (decimal): -2601068 or 9719768. OLE color: 9719768.
HSL color Cylindrical-coordinate representation of color #D84F94: hue angle of 329.78º 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 #D84F94 is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 79 | 148 | - |
| CMYK | 0 | 0.63 | 0.31 | 0.15 |
| HSL | 329.78º | 0.64% | 0.58% | - |
| HSV(B) | 329.78º | 0.63% | 0.85% | - |
| XYZ | 36.46 | 22.33 | 30.41 | - |
| YUV | 127.83 | 139.39 | 190.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 79 | 148 | 0 | 0.63 | 0.31 | 0.15 | 329.78 | 0.64 | 0.58 |
| Hex | D8 | 4F | 94 | 0 | 3F | 1F | F | 14A | 40 | 3A |
| Octal | 330 | 117 | 224 | 0 | 77 | 37 | 17 | 512 | 100 | 72 |
| Binary | 11011000 | 1001111 | 10010100 | 0 | 111111 | 11111 | 1111 | 101001010 | 1000000 | 111010 |
Color Harmonies of #D84F94
Complementary color
Monochromatic Colors of #D84F94
Black with #D84F94
Text Example
Text Example
White with #D84F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84F94; }
p { color: rgb(216,79,148); }
H1.HeaderClassName
{
color: #D84F94;
}
.AnyTagClassName
{
color: #D84F94;
}
</style>
background-color css
<style>
a { background-color: #D84F94; }
a { background-color: rgb(216,79,148); }
div.DivClassName
{
background-color: #D84F94;
}
.BgClassName
{
background-color: #D84F94;
}
</style>
border-color css
<style>
span { border-color: #D84F94; }
span { border-color: rgb(216,79,148); }
td.TdClassName
{
border-color: #D84F94;
}
.TagClassName
{
border-color: #D84F94;
}
</style>