Shades of Mulberry #D84D9A
Tints of Mulberry #D84D9A
RGB
CMYK
RGB Variations
Color information
#D84D9A (or 0xD84D9A) is known color: Mulberry. HEX triplet: D8, 4D and 9A. RGB value is (216,77,154). Sum of RGB (Red+Green+Blue) = 216+77+154=447 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.32% from 447); Green value is 77 (30.47% from 255 or 17.23% from 447); Blue value is 154 (60.55% from 255 or 34.45% from 447); Max value from RGB is 216 - color contains mainly: red. Hex color #D84D9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D84D9A is #27B265. Grayscale: #7F7F7F. Windows color (decimal): -2601574 or 10112472. OLE color: 10112472.
HSL color Cylindrical-coordinate representation of color #D84D9A: hue angle of 326.76º 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 #D84D9A is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 77 | 154 | - |
| CMYK | 0 | 0.64 | 0.29 | 0.15 |
| HSL | 326.76º | 0.64% | 0.57% | - |
| HSV(B) | 326.76º | 0.64% | 0.85% | - |
| XYZ | 36.81 | 22.24 | 32.92 | - |
| YUV | 127.34 | 143.05 | 191.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 77 | 154 | 0 | 0.64 | 0.29 | 0.15 | 326.76 | 0.64 | 0.57 |
| Hex | D8 | 4D | 9A | 0 | 40 | 1D | F | 147 | 40 | 39 |
| Octal | 330 | 115 | 232 | 0 | 100 | 35 | 17 | 507 | 100 | 71 |
| Binary | 11011000 | 1001101 | 10011010 | 0 | 1000000 | 11101 | 1111 | 101000111 | 1000000 | 111001 |
Color Harmonies of #D84D9A
Complementary color
Monochromatic Colors of #D84D9A
Black with #D84D9A
Text Example
Text Example
White with #D84D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84D9A; }
p { color: rgb(216,77,154); }
H1.HeaderClassName
{
color: #D84D9A;
}
.AnyTagClassName
{
color: #D84D9A;
}
</style>
background-color css
<style>
a { background-color: #D84D9A; }
a { background-color: rgb(216,77,154); }
div.DivClassName
{
background-color: #D84D9A;
}
.BgClassName
{
background-color: #D84D9A;
}
</style>
border-color css
<style>
span { border-color: #D84D9A; }
span { border-color: rgb(216,77,154); }
td.TdClassName
{
border-color: #D84D9A;
}
.TagClassName
{
border-color: #D84D9A;
}
</style>