Shades of Mulberry #D955AC
Tints of Mulberry #D955AC
RGB
CMYK
RGB Variations
Color information
#D955AC (or 0xD955AC) is known color: Mulberry. HEX triplet: D9, 55 and AC. RGB value is (217,85,172). Sum of RGB (Red+Green+Blue) = 217+85+172=474 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.78% from 474); Green value is 85 (33.59% from 255 or 17.93% from 474); Blue value is 172 (67.58% from 255 or 36.29% from 474); Max value from RGB is 217 - color contains mainly: red. Hex color #D955AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D955AC is #26AA53. Grayscale: #868686. Windows color (decimal): -2533972 or 11294169. OLE color: 11294169.
HSL color Cylindrical-coordinate representation of color #D955AC: hue angle of 320.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 #D955AC is Cyan = 0, Magento = 0.61, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 85 | 172 | - |
| CMYK | 0 | 0.61 | 0.21 | 0.15 |
| HSL | 320.45º | 0.63% | 0.59% | - |
| HSV(B) | 320.45º | 0.61% | 0.85% | - |
| XYZ | 39.31 | 24.23 | 41.63 | - |
| YUV | 134.39 | 149.23 | 186.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 85 | 172 | 0 | 0.61 | 0.21 | 0.15 | 320.45 | 0.63 | 0.59 |
| Hex | D9 | 55 | AC | 0 | 3D | 15 | F | 140 | 3F | 3B |
| Octal | 331 | 125 | 254 | 0 | 75 | 25 | 17 | 500 | 77 | 73 |
| Binary | 11011001 | 1010101 | 10101100 | 0 | 111101 | 10101 | 1111 | 101000000 | 111111 | 111011 |
Color Harmonies of #D955AC
Complementary color
Monochromatic Colors of #D955AC
Black with #D955AC
Text Example
Text Example
White with #D955AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D955AC; }
p { color: rgb(217,85,172); }
H1.HeaderClassName
{
color: #D955AC;
}
.AnyTagClassName
{
color: #D955AC;
}
</style>
background-color css
<style>
a { background-color: #D955AC; }
a { background-color: rgb(217,85,172); }
div.DivClassName
{
background-color: #D955AC;
}
.BgClassName
{
background-color: #D955AC;
}
</style>
border-color css
<style>
span { border-color: #D955AC; }
span { border-color: rgb(217,85,172); }
td.TdClassName
{
border-color: #D955AC;
}
.TagClassName
{
border-color: #D955AC;
}
</style>