Shades of Mulberry #D9549B
Tints of Mulberry #D9549B
RGB
CMYK
RGB Variations
Color information
#D9549B (or 0xD9549B) is known color: Mulberry. HEX triplet: D9, 54 and 9B. RGB value is (217,84,155). Sum of RGB (Red+Green+Blue) = 217+84+155=456 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.59% from 456); Green value is 84 (33.20% from 255 or 18.42% from 456); Blue value is 155 (60.94% from 255 or 33.99% from 456); Max value from RGB is 217 - color contains mainly: red. Hex color #D9549B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9549B is #26AB64. Grayscale: #838383. Windows color (decimal): -2534245 or 10179801. OLE color: 10179801.
HSL color Cylindrical-coordinate representation of color #D9549B: hue angle of 327.97º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D9549B is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 84 | 155 | - |
| CMYK | 0 | 0.61 | 0.29 | 0.15 |
| HSL | 327.97º | 0.64% | 0.59% | - |
| HSV(B) | 327.97º | 0.61% | 0.85% | - |
| XYZ | 37.7 | 23.46 | 33.55 | - |
| YUV | 131.86 | 141.06 | 188.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 84 | 155 | 0 | 0.61 | 0.29 | 0.15 | 327.97 | 0.64 | 0.59 |
| Hex | D9 | 54 | 9B | 0 | 3D | 1D | F | 148 | 40 | 3B |
| Octal | 331 | 124 | 233 | 0 | 75 | 35 | 17 | 510 | 100 | 73 |
| Binary | 11011001 | 1010100 | 10011011 | 0 | 111101 | 11101 | 1111 | 101001000 | 1000000 | 111011 |
Color Harmonies of #D9549B
Complementary color
Monochromatic Colors of #D9549B
Black with #D9549B
Text Example
Text Example
White with #D9549B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9549B; }
p { color: rgb(217,84,155); }
H1.HeaderClassName
{
color: #D9549B;
}
.AnyTagClassName
{
color: #D9549B;
}
</style>
background-color css
<style>
a { background-color: #D9549B; }
a { background-color: rgb(217,84,155); }
div.DivClassName
{
background-color: #D9549B;
}
.BgClassName
{
background-color: #D9549B;
}
</style>
border-color css
<style>
span { border-color: #D9549B; }
span { border-color: rgb(217,84,155); }
td.TdClassName
{
border-color: #D9549B;
}
.TagClassName
{
border-color: #D9549B;
}
</style>