Shades of Mulberry #D84E94
Tints of Mulberry #D84E94
RGB
CMYK
RGB Variations
Color information
#D84E94 (or 0xD84E94) is known color: Mulberry. HEX triplet: D8, 4E and 94. RGB value is (216,78,148). Sum of RGB (Red+Green+Blue) = 216+78+148=442 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.87% from 442); Green value is 78 (30.86% from 255 or 17.65% from 442); Blue value is 148 (58.20% from 255 or 33.48% from 442); Max value from RGB is 216 - color contains mainly: red. Hex color #D84E94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D84E94 is #27B16B. Grayscale: #7F7F7F. Windows color (decimal): -2601324 or 9719512. OLE color: 9719512.
HSL color Cylindrical-coordinate representation of color #D84E94: hue angle of 329.57º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D84E94 is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 78 | 148 | - |
| CMYK | 0 | 0.64 | 0.31 | 0.15 |
| HSL | 329.57º | 0.64% | 0.58% | - |
| HSV(B) | 329.57º | 0.64% | 0.85% | - |
| XYZ | 36.39 | 22.19 | 30.38 | - |
| YUV | 127.24 | 139.72 | 191.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 78 | 148 | 0 | 0.64 | 0.31 | 0.15 | 329.57 | 0.64 | 0.58 |
| Hex | D8 | 4E | 94 | 0 | 40 | 1F | F | 14A | 40 | 3A |
| Octal | 330 | 116 | 224 | 0 | 100 | 37 | 17 | 512 | 100 | 72 |
| Binary | 11011000 | 1001110 | 10010100 | 0 | 1000000 | 11111 | 1111 | 101001010 | 1000000 | 111010 |
Color Harmonies of #D84E94
Complementary color
Monochromatic Colors of #D84E94
Black with #D84E94
Text Example
Text Example
White with #D84E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84E94; }
p { color: rgb(216,78,148); }
H1.HeaderClassName
{
color: #D84E94;
}
.AnyTagClassName
{
color: #D84E94;
}
</style>
background-color css
<style>
a { background-color: #D84E94; }
a { background-color: rgb(216,78,148); }
div.DivClassName
{
background-color: #D84E94;
}
.BgClassName
{
background-color: #D84E94;
}
</style>
border-color css
<style>
span { border-color: #D84E94; }
span { border-color: rgb(216,78,148); }
td.TdClassName
{
border-color: #D84E94;
}
.TagClassName
{
border-color: #D84E94;
}
</style>