Shades of Mulberry #D949A6
Tints of Mulberry #D949A6
RGB
CMYK
RGB Variations
Color information
#D949A6 (or 0xD949A6) is known color: Mulberry. HEX triplet: D9, 49 and A6. RGB value is (217,73,166). Sum of RGB (Red+Green+Blue) = 217+73+166=456 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.59% from 456); Green value is 73 (28.91% from 255 or 16.01% from 456); Blue value is 166 (65.23% from 255 or 36.40% from 456); Max value from RGB is 217 - color contains mainly: red. Hex color #D949A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D949A6 is #26B659. Grayscale: #7E7E7E. Windows color (decimal): -2537050 or 10897881. OLE color: 10897881.
HSL color Cylindrical-coordinate representation of color #D949A6: hue angle of 321.25º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D949A6 is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 73 | 166 | - |
| CMYK | 0 | 0.66 | 0.24 | 0.15 |
| HSL | 321.25º | 0.65% | 0.57% | - |
| HSV(B) | 321.25º | 0.66% | 0.85% | - |
| XYZ | 37.88 | 22.27 | 38.38 | - |
| YUV | 126.66 | 150.21 | 192.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 73 | 166 | 0 | 0.66 | 0.24 | 0.15 | 321.25 | 0.65 | 0.57 |
| Hex | D9 | 49 | A6 | 0 | 42 | 18 | F | 141 | 41 | 39 |
| Octal | 331 | 111 | 246 | 0 | 102 | 30 | 17 | 501 | 101 | 71 |
| Binary | 11011001 | 1001001 | 10100110 | 0 | 1000010 | 11000 | 1111 | 101000001 | 1000001 | 111001 |
Color Harmonies of #D949A6
Complementary color
Monochromatic Colors of #D949A6
Black with #D949A6
Text Example
Text Example
White with #D949A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D949A6; }
p { color: rgb(217,73,166); }
H1.HeaderClassName
{
color: #D949A6;
}
.AnyTagClassName
{
color: #D949A6;
}
</style>
background-color css
<style>
a { background-color: #D949A6; }
a { background-color: rgb(217,73,166); }
div.DivClassName
{
background-color: #D949A6;
}
.BgClassName
{
background-color: #D949A6;
}
</style>
border-color css
<style>
span { border-color: #D949A6; }
span { border-color: rgb(217,73,166); }
td.TdClassName
{
border-color: #D949A6;
}
.TagClassName
{
border-color: #D949A6;
}
</style>