Shades of Mulberry #D949AD
Tints of Mulberry #D949AD
RGB
CMYK
RGB Variations
Color information
#D949AD (or 0xD949AD) is known color: Mulberry. HEX triplet: D9, 49 and AD. RGB value is (217,73,173). Sum of RGB (Red+Green+Blue) = 217+73+173=463 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.87% from 463); Green value is 73 (28.91% from 255 or 15.77% from 463); Blue value is 173 (67.97% from 255 or 37.37% from 463); Max value from RGB is 217 - color contains mainly: red. Hex color #D949AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D949AD is #26B652. Grayscale: #7F7F7F. Windows color (decimal): -2537043 or 11356633. OLE color: 11356633.
HSL color Cylindrical-coordinate representation of color #D949AD: hue angle of 318.33º 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 #D949AD is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 73 | 173 | - |
| CMYK | 0 | 0.66 | 0.20 | 0.15 |
| HSL | 318.33º | 0.65% | 0.57% | - |
| HSV(B) | 318.33º | 0.66% | 0.85% | - |
| XYZ | 38.54 | 22.53 | 41.85 | - |
| YUV | 127.46 | 153.71 | 191.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 73 | 173 | 0 | 0.66 | 0.20 | 0.15 | 318.33 | 0.65 | 0.57 |
| Hex | D9 | 49 | AD | 0 | 42 | 14 | F | 13E | 41 | 39 |
| Octal | 331 | 111 | 255 | 0 | 102 | 24 | 17 | 476 | 101 | 71 |
| Binary | 11011001 | 1001001 | 10101101 | 0 | 1000010 | 10100 | 1111 | 100111110 | 1000001 | 111001 |
Color Harmonies of #D949AD
Complementary color
Monochromatic Colors of #D949AD
Black with #D949AD
Text Example
Text Example
White with #D949AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D949AD; }
p { color: rgb(217,73,173); }
H1.HeaderClassName
{
color: #D949AD;
}
.AnyTagClassName
{
color: #D949AD;
}
</style>
background-color css
<style>
a { background-color: #D949AD; }
a { background-color: rgb(217,73,173); }
div.DivClassName
{
background-color: #D949AD;
}
.BgClassName
{
background-color: #D949AD;
}
</style>
border-color css
<style>
span { border-color: #D949AD; }
span { border-color: rgb(217,73,173); }
td.TdClassName
{
border-color: #D949AD;
}
.TagClassName
{
border-color: #D949AD;
}
</style>