Shades of Mulberry #D84E92
Tints of Mulberry #D84E92
RGB
CMYK
RGB Variations
Color information
#D84E92 (or 0xD84E92) is known color: Mulberry. HEX triplet: D8, 4E and 92. RGB value is (216,78,146). Sum of RGB (Red+Green+Blue) = 216+78+146=440 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.09% from 440); Green value is 78 (30.86% from 255 or 17.73% from 440); Blue value is 146 (57.42% from 255 or 33.18% from 440); Max value from RGB is 216 - color contains mainly: red. Hex color #D84E92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D84E92 is #27B16D. Grayscale: #7E7E7E. Windows color (decimal): -2601326 or 9588440. OLE color: 9588440.
HSL color Cylindrical-coordinate representation of color #D84E92: hue angle of 330.43º 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 #D84E92 is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 78 | 146 | - |
| CMYK | 0 | 0.64 | 0.32 | 0.15 |
| HSL | 330.43º | 0.64% | 0.58% | - |
| HSV(B) | 330.43º | 0.64% | 0.85% | - |
| XYZ | 36.23 | 22.12 | 29.55 | - |
| YUV | 127.01 | 138.72 | 191.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 78 | 146 | 0 | 0.64 | 0.32 | 0.15 | 330.43 | 0.64 | 0.58 |
| Hex | D8 | 4E | 92 | 0 | 40 | 20 | F | 14A | 40 | 3A |
| Octal | 330 | 116 | 222 | 0 | 100 | 40 | 17 | 512 | 100 | 72 |
| Binary | 11011000 | 1001110 | 10010010 | 0 | 1000000 | 100000 | 1111 | 101001010 | 1000000 | 111010 |
Color Harmonies of #D84E92
Complementary color
Monochromatic Colors of #D84E92
Black with #D84E92
Text Example
Text Example
White with #D84E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84E92; }
p { color: rgb(216,78,146); }
H1.HeaderClassName
{
color: #D84E92;
}
.AnyTagClassName
{
color: #D84E92;
}
</style>
background-color css
<style>
a { background-color: #D84E92; }
a { background-color: rgb(216,78,146); }
div.DivClassName
{
background-color: #D84E92;
}
.BgClassName
{
background-color: #D84E92;
}
</style>
border-color css
<style>
span { border-color: #D84E92; }
span { border-color: rgb(216,78,146); }
td.TdClassName
{
border-color: #D84E92;
}
.TagClassName
{
border-color: #D84E92;
}
</style>