Shades of Mulberry #D84DA5
Tints of Mulberry #D84DA5
RGB
CMYK
RGB Variations
Color information
#D84DA5 (or 0xD84DA5) is known color: Mulberry. HEX triplet: D8, 4D and A5. RGB value is (216,77,165). Sum of RGB (Red+Green+Blue) = 216+77+165=458 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.16% from 458); Green value is 77 (30.47% from 255 or 16.81% from 458); Blue value is 165 (64.84% from 255 or 36.03% from 458); Max value from RGB is 216 - color contains mainly: red. Hex color #D84DA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D84DA5 is #27B25A. Grayscale: #808080. Windows color (decimal): -2601563 or 10833368. OLE color: 10833368.
HSL color Cylindrical-coordinate representation of color #D84DA5: hue angle of 322.01º 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 #D84DA5 is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 77 | 165 | - |
| CMYK | 0 | 0.64 | 0.24 | 0.15 |
| HSL | 322.01º | 0.64% | 0.57% | - |
| HSV(B) | 322.01º | 0.64% | 0.85% | - |
| XYZ | 37.76 | 22.62 | 37.97 | - |
| YUV | 128.59 | 148.55 | 190.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 77 | 165 | 0 | 0.64 | 0.24 | 0.15 | 322.01 | 0.64 | 0.57 |
| Hex | D8 | 4D | A5 | 0 | 40 | 18 | F | 142 | 40 | 39 |
| Octal | 330 | 115 | 245 | 0 | 100 | 30 | 17 | 502 | 100 | 71 |
| Binary | 11011000 | 1001101 | 10100101 | 0 | 1000000 | 11000 | 1111 | 101000010 | 1000000 | 111001 |
Color Harmonies of #D84DA5
Complementary color
Monochromatic Colors of #D84DA5
Black with #D84DA5
Text Example
Text Example
White with #D84DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84DA5; }
p { color: rgb(216,77,165); }
H1.HeaderClassName
{
color: #D84DA5;
}
.AnyTagClassName
{
color: #D84DA5;
}
</style>
background-color css
<style>
a { background-color: #D84DA5; }
a { background-color: rgb(216,77,165); }
div.DivClassName
{
background-color: #D84DA5;
}
.BgClassName
{
background-color: #D84DA5;
}
</style>
border-color css
<style>
span { border-color: #D84DA5; }
span { border-color: rgb(216,77,165); }
td.TdClassName
{
border-color: #D84DA5;
}
.TagClassName
{
border-color: #D84DA5;
}
</style>