Shades of Mulberry #D955A5
Tints of Mulberry #D955A5
RGB
CMYK
RGB Variations
Color information
#D955A5 (or 0xD955A5) is known color: Mulberry. HEX triplet: D9, 55 and A5. RGB value is (217,85,165). Sum of RGB (Red+Green+Blue) = 217+85+165=467 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.47% from 467); Green value is 85 (33.59% from 255 or 18.20% from 467); Blue value is 165 (64.84% from 255 or 35.33% from 467); Max value from RGB is 217 - color contains mainly: red. Hex color #D955A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D955A5 is #26AA5A. Grayscale: #858585. Windows color (decimal): -2533979 or 10835417. OLE color: 10835417.
HSL color Cylindrical-coordinate representation of color #D955A5: hue angle of 323.64º 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 #D955A5 is Cyan = 0, Magento = 0.61, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 85 | 165 | - |
| CMYK | 0 | 0.61 | 0.24 | 0.15 |
| HSL | 323.64º | 0.63% | 0.59% | - |
| HSV(B) | 323.64º | 0.61% | 0.85% | - |
| XYZ | 38.66 | 23.97 | 38.19 | - |
| YUV | 133.59 | 145.73 | 187.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 85 | 165 | 0 | 0.61 | 0.24 | 0.15 | 323.64 | 0.63 | 0.59 |
| Hex | D9 | 55 | A5 | 0 | 3D | 18 | F | 144 | 3F | 3B |
| Octal | 331 | 125 | 245 | 0 | 75 | 30 | 17 | 504 | 77 | 73 |
| Binary | 11011001 | 1010101 | 10100101 | 0 | 111101 | 11000 | 1111 | 101000100 | 111111 | 111011 |
Color Harmonies of #D955A5
Complementary color
Monochromatic Colors of #D955A5
Black with #D955A5
Text Example
Text Example
White with #D955A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D955A5; }
p { color: rgb(217,85,165); }
H1.HeaderClassName
{
color: #D955A5;
}
.AnyTagClassName
{
color: #D955A5;
}
</style>
background-color css
<style>
a { background-color: #D955A5; }
a { background-color: rgb(217,85,165); }
div.DivClassName
{
background-color: #D955A5;
}
.BgClassName
{
background-color: #D955A5;
}
</style>
border-color css
<style>
span { border-color: #D955A5; }
span { border-color: rgb(217,85,165); }
td.TdClassName
{
border-color: #D955A5;
}
.TagClassName
{
border-color: #D955A5;
}
</style>