Shades of Mulberry #D84AA6
Tints of Mulberry #D84AA6
RGB
CMYK
RGB Variations
Color information
#D84AA6 (or 0xD84AA6) is known color: Mulberry. HEX triplet: D8, 4A and A6. RGB value is (216,74,166). Sum of RGB (Red+Green+Blue) = 216+74+166=456 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.37% from 456); Green value is 74 (29.30% from 255 or 16.23% from 456); Blue value is 166 (65.23% from 255 or 36.40% from 456); Max value from RGB is 216 - color contains mainly: red. Hex color #D84AA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84AA6 is #27B559. Grayscale: #7E7E7E. Windows color (decimal): -2602330 or 10898136. OLE color: 10898136.
HSL color Cylindrical-coordinate representation of color #D84AA6: hue angle of 321.13º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D84AA6 is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 74 | 166 | - |
| CMYK | 0 | 0.66 | 0.23 | 0.15 |
| HSL | 321.13º | 0.65% | 0.57% | - |
| HSV(B) | 321.13º | 0.66% | 0.85% | - |
| XYZ | 37.65 | 22.25 | 38.39 | - |
| YUV | 126.95 | 150.04 | 191.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 74 | 166 | 0 | 0.66 | 0.23 | 0.15 | 321.13 | 0.65 | 0.57 |
| Hex | D8 | 4A | A6 | 0 | 42 | 17 | F | 141 | 41 | 39 |
| Octal | 330 | 112 | 246 | 0 | 102 | 27 | 17 | 501 | 101 | 71 |
| Binary | 11011000 | 1001010 | 10100110 | 0 | 1000010 | 10111 | 1111 | 101000001 | 1000001 | 111001 |
Color Harmonies of #D84AA6
Complementary color
Monochromatic Colors of #D84AA6
Black with #D84AA6
Text Example
Text Example
White with #D84AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84AA6; }
p { color: rgb(216,74,166); }
H1.HeaderClassName
{
color: #D84AA6;
}
.AnyTagClassName
{
color: #D84AA6;
}
</style>
background-color css
<style>
a { background-color: #D84AA6; }
a { background-color: rgb(216,74,166); }
div.DivClassName
{
background-color: #D84AA6;
}
.BgClassName
{
background-color: #D84AA6;
}
</style>
border-color css
<style>
span { border-color: #D84AA6; }
span { border-color: rgb(216,74,166); }
td.TdClassName
{
border-color: #D84AA6;
}
.TagClassName
{
border-color: #D84AA6;
}
</style>