Shades of Mulberry #D955AD
Tints of Mulberry #D955AD
RGB
CMYK
RGB Variations
Color information
#D955AD (or 0xD955AD) is known color: Mulberry. HEX triplet: D9, 55 and AD. RGB value is (217,85,173). Sum of RGB (Red+Green+Blue) = 217+85+173=475 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.68% from 475); Green value is 85 (33.59% from 255 or 17.89% from 475); Blue value is 173 (67.97% from 255 or 36.42% from 475); Max value from RGB is 217 - color contains mainly: red. Hex color #D955AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D955AD is #26AA52. Grayscale: #868686. Windows color (decimal): -2533971 or 11359705. OLE color: 11359705.
HSL color Cylindrical-coordinate representation of color #D955AD: hue angle of 320º 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 #D955AD is Cyan = 0, Magento = 0.61, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 85 | 173 | - |
| CMYK | 0 | 0.61 | 0.20 | 0.15 |
| HSL | 320º | 0.63% | 0.59% | - |
| HSV(B) | 320º | 0.61% | 0.85% | - |
| XYZ | 39.41 | 24.27 | 42.14 | - |
| YUV | 134.5 | 149.73 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 85 | 173 | 0 | 0.61 | 0.20 | 0.15 | 320 | 0.63 | 0.59 |
| Hex | D9 | 55 | AD | 0 | 3D | 14 | F | 140 | 3F | 3B |
| Octal | 331 | 125 | 255 | 0 | 75 | 24 | 17 | 500 | 77 | 73 |
| Binary | 11011001 | 1010101 | 10101101 | 0 | 111101 | 10100 | 1111 | 101000000 | 111111 | 111011 |
Color Harmonies of #D955AD
Complementary color
Monochromatic Colors of #D955AD
Black with #D955AD
Text Example
Text Example
White with #D955AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D955AD; }
p { color: rgb(217,85,173); }
H1.HeaderClassName
{
color: #D955AD;
}
.AnyTagClassName
{
color: #D955AD;
}
</style>
background-color css
<style>
a { background-color: #D955AD; }
a { background-color: rgb(217,85,173); }
div.DivClassName
{
background-color: #D955AD;
}
.BgClassName
{
background-color: #D955AD;
}
</style>
border-color css
<style>
span { border-color: #D955AD; }
span { border-color: rgb(217,85,173); }
td.TdClassName
{
border-color: #D955AD;
}
.TagClassName
{
border-color: #D955AD;
}
</style>