Shades of Mulberry #D94FA7
Tints of Mulberry #D94FA7
RGB
CMYK
RGB Variations
Color information
#D94FA7 (or 0xD94FA7) is known color: Mulberry. HEX triplet: D9, 4F and A7. RGB value is (217,79,167). Sum of RGB (Red+Green+Blue) = 217+79+167=463 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.87% from 463); Green value is 79 (31.25% from 255 or 17.06% from 463); Blue value is 167 (65.62% from 255 or 36.07% from 463); Max value from RGB is 217 - color contains mainly: red. Hex color #D94FA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D94FA7 is #26B058. Grayscale: #828282. Windows color (decimal): -2535513 or 10964953. OLE color: 10964953.
HSL color Cylindrical-coordinate representation of color #D94FA7: hue angle of 321.74º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D94FA7 is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 79 | 167 | - |
| CMYK | 0 | 0.64 | 0.23 | 0.15 |
| HSL | 321.74º | 0.64% | 0.58% | - |
| HSV(B) | 321.74º | 0.64% | 0.85% | - |
| XYZ | 38.39 | 23.13 | 39 | - |
| YUV | 130.29 | 148.72 | 189.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 79 | 167 | 0 | 0.64 | 0.23 | 0.15 | 321.74 | 0.64 | 0.58 |
| Hex | D9 | 4F | A7 | 0 | 40 | 17 | F | 142 | 40 | 3A |
| Octal | 331 | 117 | 247 | 0 | 100 | 27 | 17 | 502 | 100 | 72 |
| Binary | 11011001 | 1001111 | 10100111 | 0 | 1000000 | 10111 | 1111 | 101000010 | 1000000 | 111010 |
Color Harmonies of #D94FA7
Complementary color
Monochromatic Colors of #D94FA7
Black with #D94FA7
Text Example
Text Example
White with #D94FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94FA7; }
p { color: rgb(217,79,167); }
H1.HeaderClassName
{
color: #D94FA7;
}
.AnyTagClassName
{
color: #D94FA7;
}
</style>
background-color css
<style>
a { background-color: #D94FA7; }
a { background-color: rgb(217,79,167); }
div.DivClassName
{
background-color: #D94FA7;
}
.BgClassName
{
background-color: #D94FA7;
}
</style>
border-color css
<style>
span { border-color: #D94FA7; }
span { border-color: rgb(217,79,167); }
td.TdClassName
{
border-color: #D94FA7;
}
.TagClassName
{
border-color: #D94FA7;
}
</style>