Shades of Mulberry #D955A1
Tints of Mulberry #D955A1
RGB
CMYK
RGB Variations
Color information
#D955A1 (or 0xD955A1) is known color: Mulberry. HEX triplet: D9, 55 and A1. RGB value is (217,85,161). Sum of RGB (Red+Green+Blue) = 217+85+161=463 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.87% from 463); Green value is 85 (33.59% from 255 or 18.36% from 463); Blue value is 161 (63.28% from 255 or 34.77% from 463); Max value from RGB is 217 - color contains mainly: red. Hex color #D955A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D955A1 is #26AA5E. Grayscale: #848484. Windows color (decimal): -2533983 or 10573273. OLE color: 10573273.
HSL color Cylindrical-coordinate representation of color #D955A1: hue angle of 325.45º degrees, saturation: 0.63, 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 #D955A1 is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 85 | 161 | - |
| CMYK | 0 | 0.61 | 0.26 | 0.15 |
| HSL | 325.45º | 0.63% | 0.59% | - |
| HSV(B) | 325.45º | 0.61% | 0.85% | - |
| XYZ | 38.3 | 23.82 | 36.3 | - |
| YUV | 133.13 | 143.73 | 187.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 85 | 161 | 0 | 0.61 | 0.26 | 0.15 | 325.45 | 0.63 | 0.59 |
| Hex | D9 | 55 | A1 | 0 | 3D | 1A | F | 145 | 3F | 3B |
| Octal | 331 | 125 | 241 | 0 | 75 | 32 | 17 | 505 | 77 | 73 |
| Binary | 11011001 | 1010101 | 10100001 | 0 | 111101 | 11010 | 1111 | 101000101 | 111111 | 111011 |
Color Harmonies of #D955A1
Complementary color
Monochromatic Colors of #D955A1
Black with #D955A1
Text Example
Text Example
White with #D955A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D955A1; }
p { color: rgb(217,85,161); }
H1.HeaderClassName
{
color: #D955A1;
}
.AnyTagClassName
{
color: #D955A1;
}
</style>
background-color css
<style>
a { background-color: #D955A1; }
a { background-color: rgb(217,85,161); }
div.DivClassName
{
background-color: #D955A1;
}
.BgClassName
{
background-color: #D955A1;
}
</style>
border-color css
<style>
span { border-color: #D955A1; }
span { border-color: rgb(217,85,161); }
td.TdClassName
{
border-color: #D955A1;
}
.TagClassName
{
border-color: #D955A1;
}
</style>