Shades of Mulberry #D84FA7
Tints of Mulberry #D84FA7
RGB
CMYK
RGB Variations
Color information
#D84FA7 (or 0xD84FA7) is known color: Mulberry. HEX triplet: D8, 4F and A7. RGB value is (216,79,167). Sum of RGB (Red+Green+Blue) = 216+79+167=462 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.75% from 462); Green value is 79 (31.25% from 255 or 17.10% from 462); Blue value is 167 (65.62% from 255 or 36.15% from 462); Max value from RGB is 216 - color contains mainly: red. Hex color #D84FA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D84FA7 is #27B058. Grayscale: #818181. Windows color (decimal): -2601049 or 10964952. OLE color: 10964952.
HSL color Cylindrical-coordinate representation of color #D84FA7: hue angle of 321.46º 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 #D84FA7 is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 79 | 167 | - |
| CMYK | 0 | 0.63 | 0.23 | 0.15 |
| HSL | 321.46º | 0.64% | 0.58% | - |
| HSV(B) | 321.46º | 0.63% | 0.85% | - |
| XYZ | 38.09 | 22.98 | 38.99 | - |
| YUV | 130 | 148.89 | 189.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 79 | 167 | 0 | 0.63 | 0.23 | 0.15 | 321.46 | 0.64 | 0.58 |
| Hex | D8 | 4F | A7 | 0 | 3F | 17 | F | 141 | 40 | 3A |
| Octal | 330 | 117 | 247 | 0 | 77 | 27 | 17 | 501 | 100 | 72 |
| Binary | 11011000 | 1001111 | 10100111 | 0 | 111111 | 10111 | 1111 | 101000001 | 1000000 | 111010 |
Color Harmonies of #D84FA7
Complementary color
Monochromatic Colors of #D84FA7
Black with #D84FA7
Text Example
Text Example
White with #D84FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84FA7; }
p { color: rgb(216,79,167); }
H1.HeaderClassName
{
color: #D84FA7;
}
.AnyTagClassName
{
color: #D84FA7;
}
</style>
background-color css
<style>
a { background-color: #D84FA7; }
a { background-color: rgb(216,79,167); }
div.DivClassName
{
background-color: #D84FA7;
}
.BgClassName
{
background-color: #D84FA7;
}
</style>
border-color css
<style>
span { border-color: #D84FA7; }
span { border-color: rgb(216,79,167); }
td.TdClassName
{
border-color: #D84FA7;
}
.TagClassName
{
border-color: #D84FA7;
}
</style>