Shades of Mulberry #D84FAA
Tints of Mulberry #D84FAA
RGB
CMYK
RGB Variations
Color information
#D84FAA (or 0xD84FAA) is known color: Mulberry. HEX triplet: D8, 4F and AA. RGB value is (216,79,170). Sum of RGB (Red+Green+Blue) = 216+79+170=465 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.45% from 465); Green value is 79 (31.25% from 255 or 16.99% from 465); Blue value is 170 (66.80% from 255 or 36.56% from 465); Max value from RGB is 216 - color contains mainly: red. Hex color #D84FAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D84FAA is #27B055. Grayscale: #828282. Windows color (decimal): -2601046 or 11161560. OLE color: 11161560.
HSL color Cylindrical-coordinate representation of color #D84FAA: hue angle of 320.15º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D84FAA is Cyan = 0, Magento = 0.63, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 79 | 170 | - |
| CMYK | 0 | 0.63 | 0.21 | 0.15 |
| HSL | 320.15º | 0.64% | 0.58% | - |
| HSV(B) | 320.15º | 0.63% | 0.85% | - |
| XYZ | 38.37 | 23.09 | 40.47 | - |
| YUV | 130.34 | 150.39 | 189.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 79 | 170 | 0 | 0.63 | 0.21 | 0.15 | 320.15 | 0.64 | 0.58 |
| Hex | D8 | 4F | AA | 0 | 3F | 15 | F | 140 | 40 | 3A |
| Octal | 330 | 117 | 252 | 0 | 77 | 25 | 17 | 500 | 100 | 72 |
| Binary | 11011000 | 1001111 | 10101010 | 0 | 111111 | 10101 | 1111 | 101000000 | 1000000 | 111010 |
Color Harmonies of #D84FAA
Complementary color
Monochromatic Colors of #D84FAA
Black with #D84FAA
Text Example
Text Example
White with #D84FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84FAA; }
p { color: rgb(216,79,170); }
H1.HeaderClassName
{
color: #D84FAA;
}
.AnyTagClassName
{
color: #D84FAA;
}
</style>
background-color css
<style>
a { background-color: #D84FAA; }
a { background-color: rgb(216,79,170); }
div.DivClassName
{
background-color: #D84FAA;
}
.BgClassName
{
background-color: #D84FAA;
}
</style>
border-color css
<style>
span { border-color: #D84FAA; }
span { border-color: rgb(216,79,170); }
td.TdClassName
{
border-color: #D84FAA;
}
.TagClassName
{
border-color: #D84FAA;
}
</style>