Shades of Mulberry #D84DA1
Tints of Mulberry #D84DA1
RGB
CMYK
RGB Variations
Color information
#D84DA1 (or 0xD84DA1) is known color: Mulberry. HEX triplet: D8, 4D and A1. RGB value is (216,77,161). Sum of RGB (Red+Green+Blue) = 216+77+161=454 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.58% from 454); Green value is 77 (30.47% from 255 or 16.96% from 454); Blue value is 161 (63.28% from 255 or 35.46% from 454); Max value from RGB is 216 - color contains mainly: red. Hex color #D84DA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D84DA1 is #27B25E. Grayscale: #7F7F7F. Windows color (decimal): -2601567 or 10571224. OLE color: 10571224.
HSL color Cylindrical-coordinate representation of color #D84DA1: hue angle of 323.74º 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 #D84DA1 is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 77 | 161 | - |
| CMYK | 0 | 0.64 | 0.25 | 0.15 |
| HSL | 323.74º | 0.64% | 0.57% | - |
| HSV(B) | 323.74º | 0.64% | 0.85% | - |
| XYZ | 37.41 | 22.48 | 36.09 | - |
| YUV | 128.14 | 146.55 | 190.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 77 | 161 | 0 | 0.64 | 0.25 | 0.15 | 323.74 | 0.64 | 0.57 |
| Hex | D8 | 4D | A1 | 0 | 40 | 19 | F | 144 | 40 | 39 |
| Octal | 330 | 115 | 241 | 0 | 100 | 31 | 17 | 504 | 100 | 71 |
| Binary | 11011000 | 1001101 | 10100001 | 0 | 1000000 | 11001 | 1111 | 101000100 | 1000000 | 111001 |
Color Harmonies of #D84DA1
Complementary color
Monochromatic Colors of #D84DA1
Black with #D84DA1
Text Example
Text Example
White with #D84DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84DA1; }
p { color: rgb(216,77,161); }
H1.HeaderClassName
{
color: #D84DA1;
}
.AnyTagClassName
{
color: #D84DA1;
}
</style>
background-color css
<style>
a { background-color: #D84DA1; }
a { background-color: rgb(216,77,161); }
div.DivClassName
{
background-color: #D84DA1;
}
.BgClassName
{
background-color: #D84DA1;
}
</style>
border-color css
<style>
span { border-color: #D84DA1; }
span { border-color: rgb(216,77,161); }
td.TdClassName
{
border-color: #D84DA1;
}
.TagClassName
{
border-color: #D84DA1;
}
</style>