Shades of Mulberry #D955A2
Tints of Mulberry #D955A2
RGB
CMYK
RGB Variations
Color information
#D955A2 (or 0xD955A2) is known color: Mulberry. HEX triplet: D9, 55 and A2. RGB value is (217,85,162). Sum of RGB (Red+Green+Blue) = 217+85+162=464 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.77% from 464); Green value is 85 (33.59% from 255 or 18.32% from 464); Blue value is 162 (63.67% from 255 or 34.91% from 464); Max value from RGB is 217 - color contains mainly: red. Hex color #D955A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D955A2 is #26AA5D. Grayscale: #858585. Windows color (decimal): -2533982 or 10638809. OLE color: 10638809.
HSL color Cylindrical-coordinate representation of color #D955A2: hue angle of 325º 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 #D955A2 is Cyan = 0, Magento = 0.61, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 85 | 162 | - |
| CMYK | 0 | 0.61 | 0.25 | 0.15 |
| HSL | 325º | 0.63% | 0.59% | - |
| HSV(B) | 325º | 0.61% | 0.85% | - |
| XYZ | 38.39 | 23.86 | 36.76 | - |
| YUV | 133.25 | 144.23 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 85 | 162 | 0 | 0.61 | 0.25 | 0.15 | 325 | 0.63 | 0.59 |
| Hex | D9 | 55 | A2 | 0 | 3D | 19 | F | 145 | 3F | 3B |
| Octal | 331 | 125 | 242 | 0 | 75 | 31 | 17 | 505 | 77 | 73 |
| Binary | 11011001 | 1010101 | 10100010 | 0 | 111101 | 11001 | 1111 | 101000101 | 111111 | 111011 |
Color Harmonies of #D955A2
Complementary color
Monochromatic Colors of #D955A2
Black with #D955A2
Text Example
Text Example
White with #D955A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D955A2; }
p { color: rgb(217,85,162); }
H1.HeaderClassName
{
color: #D955A2;
}
.AnyTagClassName
{
color: #D955A2;
}
</style>
background-color css
<style>
a { background-color: #D955A2; }
a { background-color: rgb(217,85,162); }
div.DivClassName
{
background-color: #D955A2;
}
.BgClassName
{
background-color: #D955A2;
}
</style>
border-color css
<style>
span { border-color: #D955A2; }
span { border-color: rgb(217,85,162); }
td.TdClassName
{
border-color: #D955A2;
}
.TagClassName
{
border-color: #D955A2;
}
</style>