Shades of Mulberry #D84D9F
Tints of Mulberry #D84D9F
RGB
CMYK
RGB Variations
Color information
#D84D9F (or 0xD84D9F) is known color: Mulberry. HEX triplet: D8, 4D and 9F. RGB value is (216,77,159). Sum of RGB (Red+Green+Blue) = 216+77+159=452 (59% of max value = 765). Red value is 216 (84.77% from 255 or 47.79% from 452); Green value is 77 (30.47% from 255 or 17.04% from 452); Blue value is 159 (62.5% from 255 or 35.18% from 452); Max value from RGB is 216 - color contains mainly: red. Hex color #D84D9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D84D9F is #27B260. Grayscale: #7F7F7F. Windows color (decimal): -2601569 or 10440152. OLE color: 10440152.
HSL color Cylindrical-coordinate representation of color #D84D9F: hue angle of 324.6º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D84D9F is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 77 | 159 | - |
| CMYK | 0 | 0.64 | 0.26 | 0.15 |
| HSL | 324.6º | 0.64% | 0.57% | - |
| HSV(B) | 324.6º | 0.64% | 0.85% | - |
| XYZ | 37.23 | 22.41 | 35.16 | - |
| YUV | 127.91 | 145.55 | 190.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 77 | 159 | 0 | 0.64 | 0.26 | 0.15 | 324.6 | 0.64 | 0.57 |
| Hex | D8 | 4D | 9F | 0 | 40 | 1A | F | 145 | 40 | 39 |
| Octal | 330 | 115 | 237 | 0 | 100 | 32 | 17 | 505 | 100 | 71 |
| Binary | 11011000 | 1001101 | 10011111 | 0 | 1000000 | 11010 | 1111 | 101000101 | 1000000 | 111001 |
Color Harmonies of #D84D9F
Complementary color
Monochromatic Colors of #D84D9F
Black with #D84D9F
Text Example
Text Example
White with #D84D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84D9F; }
p { color: rgb(216,77,159); }
H1.HeaderClassName
{
color: #D84D9F;
}
.AnyTagClassName
{
color: #D84D9F;
}
</style>
background-color css
<style>
a { background-color: #D84D9F; }
a { background-color: rgb(216,77,159); }
div.DivClassName
{
background-color: #D84D9F;
}
.BgClassName
{
background-color: #D84D9F;
}
</style>
border-color css
<style>
span { border-color: #D84D9F; }
span { border-color: rgb(216,77,159); }
td.TdClassName
{
border-color: #D84D9F;
}
.TagClassName
{
border-color: #D84D9F;
}
</style>