Shades of Mulberry #D94DA2
Tints of Mulberry #D94DA2
RGB
CMYK
RGB Variations
Color information
#D94DA2 (or 0xD94DA2) is known color: Mulberry. HEX triplet: D9, 4D and A2. RGB value is (217,77,162). Sum of RGB (Red+Green+Blue) = 217+77+162=456 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.59% from 456); Green value is 77 (30.47% from 255 or 16.89% from 456); Blue value is 162 (63.67% from 255 or 35.53% from 456); Max value from RGB is 217 - color contains mainly: red. Hex color #D94DA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D94DA2 is #26B25D. Grayscale: #808080. Windows color (decimal): -2536030 or 10636761. OLE color: 10636761.
HSL color Cylindrical-coordinate representation of color #D94DA2: hue angle of 323.57º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D94DA2 is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 77 | 162 | - |
| CMYK | 0 | 0.65 | 0.25 | 0.15 |
| HSL | 323.57º | 0.65% | 0.58% | - |
| HSV(B) | 323.57º | 0.65% | 0.85% | - |
| XYZ | 37.79 | 22.67 | 36.57 | - |
| YUV | 128.55 | 146.88 | 191.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 77 | 162 | 0 | 0.65 | 0.25 | 0.15 | 323.57 | 0.65 | 0.58 |
| Hex | D9 | 4D | A2 | 0 | 41 | 19 | F | 144 | 41 | 3A |
| Octal | 331 | 115 | 242 | 0 | 101 | 31 | 17 | 504 | 101 | 72 |
| Binary | 11011001 | 1001101 | 10100010 | 0 | 1000001 | 11001 | 1111 | 101000100 | 1000001 | 111010 |
Color Harmonies of #D94DA2
Complementary color
Monochromatic Colors of #D94DA2
Black with #D94DA2
Text Example
Text Example
White with #D94DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94DA2; }
p { color: rgb(217,77,162); }
H1.HeaderClassName
{
color: #D94DA2;
}
.AnyTagClassName
{
color: #D94DA2;
}
</style>
background-color css
<style>
a { background-color: #D94DA2; }
a { background-color: rgb(217,77,162); }
div.DivClassName
{
background-color: #D94DA2;
}
.BgClassName
{
background-color: #D94DA2;
}
</style>
border-color css
<style>
span { border-color: #D94DA2; }
span { border-color: rgb(217,77,162); }
td.TdClassName
{
border-color: #D94DA2;
}
.TagClassName
{
border-color: #D94DA2;
}
</style>