Shades of Mulberry #D84D99
Tints of Mulberry #D84D99
RGB
CMYK
RGB Variations
Color information
#D84D99 (or 0xD84D99) is known color: Mulberry. HEX triplet: D8, 4D and 99. RGB value is (216,77,153). Sum of RGB (Red+Green+Blue) = 216+77+153=446 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.43% from 446); Green value is 77 (30.47% from 255 or 17.26% from 446); Blue value is 153 (60.16% from 255 or 34.30% from 446); Max value from RGB is 216 - color contains mainly: red. Hex color #D84D99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D84D99 is #27B266. Grayscale: #7F7F7F. Windows color (decimal): -2601575 or 10046936. OLE color: 10046936.
HSL color Cylindrical-coordinate representation of color #D84D99: hue angle of 327.19º 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 #D84D99 is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 77 | 153 | - |
| CMYK | 0 | 0.64 | 0.29 | 0.15 |
| HSL | 327.19º | 0.64% | 0.57% | - |
| HSV(B) | 327.19º | 0.64% | 0.85% | - |
| XYZ | 36.72 | 22.21 | 32.49 | - |
| YUV | 127.23 | 142.55 | 191.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 77 | 153 | 0 | 0.64 | 0.29 | 0.15 | 327.19 | 0.64 | 0.57 |
| Hex | D8 | 4D | 99 | 0 | 40 | 1D | F | 147 | 40 | 39 |
| Octal | 330 | 115 | 231 | 0 | 100 | 35 | 17 | 507 | 100 | 71 |
| Binary | 11011000 | 1001101 | 10011001 | 0 | 1000000 | 11101 | 1111 | 101000111 | 1000000 | 111001 |
Color Harmonies of #D84D99
Complementary color
Monochromatic Colors of #D84D99
Black with #D84D99
Text Example
Text Example
White with #D84D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84D99; }
p { color: rgb(216,77,153); }
H1.HeaderClassName
{
color: #D84D99;
}
.AnyTagClassName
{
color: #D84D99;
}
</style>
background-color css
<style>
a { background-color: #D84D99; }
a { background-color: rgb(216,77,153); }
div.DivClassName
{
background-color: #D84D99;
}
.BgClassName
{
background-color: #D84D99;
}
</style>
border-color css
<style>
span { border-color: #D84D99; }
span { border-color: rgb(216,77,153); }
td.TdClassName
{
border-color: #D84D99;
}
.TagClassName
{
border-color: #D84D99;
}
</style>