Shades of Mulberry #D955A6
Tints of Mulberry #D955A6
RGB
CMYK
RGB Variations
Color information
#D955A6 (or 0xD955A6) is known color: Mulberry. HEX triplet: D9, 55 and A6. RGB value is (217,85,166). Sum of RGB (Red+Green+Blue) = 217+85+166=468 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.37% from 468); Green value is 85 (33.59% from 255 or 18.16% from 468); Blue value is 166 (65.23% from 255 or 35.47% from 468); Max value from RGB is 217 - color contains mainly: red. Hex color #D955A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D955A6 is #26AA59. Grayscale: #858585. Windows color (decimal): -2533978 or 10900953. OLE color: 10900953.
HSL color Cylindrical-coordinate representation of color #D955A6: hue angle of 323.18º 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 #D955A6 is Cyan = 0, Magento = 0.61, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 85 | 166 | - |
| CMYK | 0 | 0.61 | 0.24 | 0.15 |
| HSL | 323.18º | 0.63% | 0.59% | - |
| HSV(B) | 323.18º | 0.61% | 0.85% | - |
| XYZ | 38.75 | 24 | 38.67 | - |
| YUV | 133.7 | 146.23 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 85 | 166 | 0 | 0.61 | 0.24 | 0.15 | 323.18 | 0.63 | 0.59 |
| Hex | D9 | 55 | A6 | 0 | 3D | 18 | F | 143 | 3F | 3B |
| Octal | 331 | 125 | 246 | 0 | 75 | 30 | 17 | 503 | 77 | 73 |
| Binary | 11011001 | 1010101 | 10100110 | 0 | 111101 | 11000 | 1111 | 101000011 | 111111 | 111011 |
Color Harmonies of #D955A6
Complementary color
Monochromatic Colors of #D955A6
Black with #D955A6
Text Example
Text Example
White with #D955A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D955A6; }
p { color: rgb(217,85,166); }
H1.HeaderClassName
{
color: #D955A6;
}
.AnyTagClassName
{
color: #D955A6;
}
</style>
background-color css
<style>
a { background-color: #D955A6; }
a { background-color: rgb(217,85,166); }
div.DivClassName
{
background-color: #D955A6;
}
.BgClassName
{
background-color: #D955A6;
}
</style>
border-color css
<style>
span { border-color: #D955A6; }
span { border-color: rgb(217,85,166); }
td.TdClassName
{
border-color: #D955A6;
}
.TagClassName
{
border-color: #D955A6;
}
</style>