Shades of Mulberry #D84DA0
Tints of Mulberry #D84DA0
RGB
CMYK
RGB Variations
Color information
#D84DA0 (or 0xD84DA0) is known color: Mulberry. HEX triplet: D8, 4D and A0. RGB value is (216,77,160). Sum of RGB (Red+Green+Blue) = 216+77+160=453 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.68% from 453); Green value is 77 (30.47% from 255 or 17.00% from 453); Blue value is 160 (62.89% from 255 or 35.32% from 453); Max value from RGB is 216 - color contains mainly: red. Hex color #D84DA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D84DA0 is #27B25F. Grayscale: #7F7F7F. Windows color (decimal): -2601568 or 10505688. OLE color: 10505688.
HSL color Cylindrical-coordinate representation of color #D84DA0: hue angle of 324.17º 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 #D84DA0 is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 77 | 160 | - |
| CMYK | 0 | 0.64 | 0.26 | 0.15 |
| HSL | 324.17º | 0.64% | 0.57% | - |
| HSV(B) | 324.17º | 0.64% | 0.85% | - |
| XYZ | 37.32 | 22.44 | 35.62 | - |
| YUV | 128.02 | 146.05 | 190.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 77 | 160 | 0 | 0.64 | 0.26 | 0.15 | 324.17 | 0.64 | 0.57 |
| Hex | D8 | 4D | A0 | 0 | 40 | 1A | F | 144 | 40 | 39 |
| Octal | 330 | 115 | 240 | 0 | 100 | 32 | 17 | 504 | 100 | 71 |
| Binary | 11011000 | 1001101 | 10100000 | 0 | 1000000 | 11010 | 1111 | 101000100 | 1000000 | 111001 |
Color Harmonies of #D84DA0
Complementary color
Monochromatic Colors of #D84DA0
Black with #D84DA0
Text Example
Text Example
White with #D84DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84DA0; }
p { color: rgb(216,77,160); }
H1.HeaderClassName
{
color: #D84DA0;
}
.AnyTagClassName
{
color: #D84DA0;
}
</style>
background-color css
<style>
a { background-color: #D84DA0; }
a { background-color: rgb(216,77,160); }
div.DivClassName
{
background-color: #D84DA0;
}
.BgClassName
{
background-color: #D84DA0;
}
</style>
border-color css
<style>
span { border-color: #D84DA0; }
span { border-color: rgb(216,77,160); }
td.TdClassName
{
border-color: #D84DA0;
}
.TagClassName
{
border-color: #D84DA0;
}
</style>