Shades of Mulberry #D955A8
Tints of Mulberry #D955A8
RGB
CMYK
RGB Variations
Color information
#D955A8 (or 0xD955A8) is known color: Mulberry. HEX triplet: D9, 55 and A8. RGB value is (217,85,168). Sum of RGB (Red+Green+Blue) = 217+85+168=470 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.17% from 470); Green value is 85 (33.59% from 255 or 18.09% from 470); Blue value is 168 (66.02% from 255 or 35.74% from 470); Max value from RGB is 217 - color contains mainly: red. Hex color #D955A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D955A8 is #26AA57. Grayscale: #858585. Windows color (decimal): -2533976 or 11032025. OLE color: 11032025.
HSL color Cylindrical-coordinate representation of color #D955A8: hue angle of 322.27º 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 #D955A8 is Cyan = 0, Magento = 0.61, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 85 | 168 | - |
| CMYK | 0 | 0.61 | 0.23 | 0.15 |
| HSL | 322.27º | 0.63% | 0.59% | - |
| HSV(B) | 322.27º | 0.61% | 0.85% | - |
| XYZ | 38.93 | 24.08 | 39.64 | - |
| YUV | 133.93 | 147.23 | 187.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 85 | 168 | 0 | 0.61 | 0.23 | 0.15 | 322.27 | 0.63 | 0.59 |
| Hex | D9 | 55 | A8 | 0 | 3D | 17 | F | 142 | 3F | 3B |
| Octal | 331 | 125 | 250 | 0 | 75 | 27 | 17 | 502 | 77 | 73 |
| Binary | 11011001 | 1010101 | 10101000 | 0 | 111101 | 10111 | 1111 | 101000010 | 111111 | 111011 |
Color Harmonies of #D955A8
Complementary color
Monochromatic Colors of #D955A8
Black with #D955A8
Text Example
Text Example
White with #D955A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D955A8; }
p { color: rgb(217,85,168); }
H1.HeaderClassName
{
color: #D955A8;
}
.AnyTagClassName
{
color: #D955A8;
}
</style>
background-color css
<style>
a { background-color: #D955A8; }
a { background-color: rgb(217,85,168); }
div.DivClassName
{
background-color: #D955A8;
}
.BgClassName
{
background-color: #D955A8;
}
</style>
border-color css
<style>
span { border-color: #D955A8; }
span { border-color: rgb(217,85,168); }
td.TdClassName
{
border-color: #D955A8;
}
.TagClassName
{
border-color: #D955A8;
}
</style>