Shades of Mulberry #D955AA
Tints of Mulberry #D955AA
RGB
CMYK
RGB Variations
Color information
#D955AA (or 0xD955AA) is known color: Mulberry. HEX triplet: D9, 55 and AA. RGB value is (217,85,170). Sum of RGB (Red+Green+Blue) = 217+85+170=472 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.97% from 472); Green value is 85 (33.59% from 255 or 18.01% from 472); Blue value is 170 (66.80% from 255 or 36.02% from 472); Max value from RGB is 217 - color contains mainly: red. Hex color #D955AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D955AA is #26AA55. Grayscale: #858585. Windows color (decimal): -2533974 or 11163097. OLE color: 11163097.
HSL color Cylindrical-coordinate representation of color #D955AA: hue angle of 321.36º 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 #D955AA is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 85 | 170 | - |
| CMYK | 0 | 0.61 | 0.22 | 0.15 |
| HSL | 321.36º | 0.63% | 0.59% | - |
| HSV(B) | 321.36º | 0.61% | 0.85% | - |
| XYZ | 39.12 | 24.15 | 40.63 | - |
| YUV | 134.16 | 148.23 | 187.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 85 | 170 | 0 | 0.61 | 0.22 | 0.15 | 321.36 | 0.63 | 0.59 |
| Hex | D9 | 55 | AA | 0 | 3D | 16 | F | 141 | 3F | 3B |
| Octal | 331 | 125 | 252 | 0 | 75 | 26 | 17 | 501 | 77 | 73 |
| Binary | 11011001 | 1010101 | 10101010 | 0 | 111101 | 10110 | 1111 | 101000001 | 111111 | 111011 |
Color Harmonies of #D955AA
Complementary color
Monochromatic Colors of #D955AA
Black with #D955AA
Text Example
Text Example
White with #D955AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D955AA; }
p { color: rgb(217,85,170); }
H1.HeaderClassName
{
color: #D955AA;
}
.AnyTagClassName
{
color: #D955AA;
}
</style>
background-color css
<style>
a { background-color: #D955AA; }
a { background-color: rgb(217,85,170); }
div.DivClassName
{
background-color: #D955AA;
}
.BgClassName
{
background-color: #D955AA;
}
</style>
border-color css
<style>
span { border-color: #D955AA; }
span { border-color: rgb(217,85,170); }
td.TdClassName
{
border-color: #D955AA;
}
.TagClassName
{
border-color: #D955AA;
}
</style>