Shades of Mulberry #D84AA8
Tints of Mulberry #D84AA8
RGB
CMYK
RGB Variations
Color information
#D84AA8 (or 0xD84AA8) is known color: Mulberry. HEX triplet: D8, 4A and A8. RGB value is (216,74,168). Sum of RGB (Red+Green+Blue) = 216+74+168=458 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.16% from 458); Green value is 74 (29.30% from 255 or 16.16% from 458); Blue value is 168 (66.02% from 255 or 36.68% from 458); Max value from RGB is 216 - color contains mainly: red. Hex color #D84AA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84AA8 is #27B557. Grayscale: #7E7E7E. Windows color (decimal): -2602328 or 11029208. OLE color: 11029208.
HSL color Cylindrical-coordinate representation of color #D84AA8: hue angle of 320.28º 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 #D84AA8 is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 74 | 168 | - |
| CMYK | 0 | 0.66 | 0.22 | 0.15 |
| HSL | 320.28º | 0.65% | 0.57% | - |
| HSV(B) | 320.28º | 0.66% | 0.85% | - |
| XYZ | 37.84 | 22.32 | 39.36 | - |
| YUV | 127.17 | 151.04 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 74 | 168 | 0 | 0.66 | 0.22 | 0.15 | 320.28 | 0.65 | 0.57 |
| Hex | D8 | 4A | A8 | 0 | 42 | 16 | F | 140 | 41 | 39 |
| Octal | 330 | 112 | 250 | 0 | 102 | 26 | 17 | 500 | 101 | 71 |
| Binary | 11011000 | 1001010 | 10101000 | 0 | 1000010 | 10110 | 1111 | 101000000 | 1000001 | 111001 |
Color Harmonies of #D84AA8
Complementary color
Monochromatic Colors of #D84AA8
Black with #D84AA8
Text Example
Text Example
White with #D84AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84AA8; }
p { color: rgb(216,74,168); }
H1.HeaderClassName
{
color: #D84AA8;
}
.AnyTagClassName
{
color: #D84AA8;
}
</style>
background-color css
<style>
a { background-color: #D84AA8; }
a { background-color: rgb(216,74,168); }
div.DivClassName
{
background-color: #D84AA8;
}
.BgClassName
{
background-color: #D84AA8;
}
</style>
border-color css
<style>
span { border-color: #D84AA8; }
span { border-color: rgb(216,74,168); }
td.TdClassName
{
border-color: #D84AA8;
}
.TagClassName
{
border-color: #D84AA8;
}
</style>