Shades of Mulberry #D94FA9
Tints of Mulberry #D94FA9
RGB
CMYK
RGB Variations
Color information
#D94FA9 (or 0xD94FA9) is known color: Mulberry. HEX triplet: D9, 4F and A9. RGB value is (217,79,169). Sum of RGB (Red+Green+Blue) = 217+79+169=465 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.67% from 465); Green value is 79 (31.25% from 255 or 16.99% from 465); Blue value is 169 (66.41% from 255 or 36.34% from 465); Max value from RGB is 217 - color contains mainly: red. Hex color #D94FA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D94FA9 is #26B056. Grayscale: #828282. Windows color (decimal): -2535511 or 11096025. OLE color: 11096025.
HSL color Cylindrical-coordinate representation of color #D94FA9: hue angle of 320.87º 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 #D94FA9 is Cyan = 0, Magento = 0.64, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 79 | 169 | - |
| CMYK | 0 | 0.64 | 0.22 | 0.15 |
| HSL | 320.87º | 0.64% | 0.58% | - |
| HSV(B) | 320.87º | 0.64% | 0.85% | - |
| XYZ | 38.57 | 23.21 | 39.98 | - |
| YUV | 130.52 | 149.72 | 189.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 79 | 169 | 0 | 0.64 | 0.22 | 0.15 | 320.87 | 0.64 | 0.58 |
| Hex | D9 | 4F | A9 | 0 | 40 | 16 | F | 141 | 40 | 3A |
| Octal | 331 | 117 | 251 | 0 | 100 | 26 | 17 | 501 | 100 | 72 |
| Binary | 11011001 | 1001111 | 10101001 | 0 | 1000000 | 10110 | 1111 | 101000001 | 1000000 | 111010 |
Color Harmonies of #D94FA9
Complementary color
Monochromatic Colors of #D94FA9
Black with #D94FA9
Text Example
Text Example
White with #D94FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94FA9; }
p { color: rgb(217,79,169); }
H1.HeaderClassName
{
color: #D94FA9;
}
.AnyTagClassName
{
color: #D94FA9;
}
</style>
background-color css
<style>
a { background-color: #D94FA9; }
a { background-color: rgb(217,79,169); }
div.DivClassName
{
background-color: #D94FA9;
}
.BgClassName
{
background-color: #D94FA9;
}
</style>
border-color css
<style>
span { border-color: #D94FA9; }
span { border-color: rgb(217,79,169); }
td.TdClassName
{
border-color: #D94FA9;
}
.TagClassName
{
border-color: #D94FA9;
}
</style>