Shades of Mulberry #D855A0
Tints of Mulberry #D855A0
RGB
CMYK
RGB Variations
Color information
#D855A0 (or 0xD855A0) is known color: Mulberry. HEX triplet: D8, 55 and A0. RGB value is (216,85,160). Sum of RGB (Red+Green+Blue) = 216+85+160=461 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.85% from 461); Green value is 85 (33.59% from 255 or 18.44% from 461); Blue value is 160 (62.89% from 255 or 34.71% from 461); Max value from RGB is 216 - color contains mainly: red. Hex color #D855A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D855A0 is #27AA5F. Grayscale: #848484. Windows color (decimal): -2599520 or 10507736. OLE color: 10507736.
HSL color Cylindrical-coordinate representation of color #D855A0: hue angle of 325.65º 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 #D855A0 is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 85 | 160 | - |
| CMYK | 0 | 0.61 | 0.26 | 0.15 |
| HSL | 325.65º | 0.63% | 0.59% | - |
| HSV(B) | 325.65º | 0.61% | 0.85% | - |
| XYZ | 37.91 | 23.63 | 35.82 | - |
| YUV | 132.72 | 143.4 | 187.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 85 | 160 | 0 | 0.61 | 0.26 | 0.15 | 325.65 | 0.63 | 0.59 |
| Hex | D8 | 55 | A0 | 0 | 3D | 1A | F | 146 | 3F | 3B |
| Octal | 330 | 125 | 240 | 0 | 75 | 32 | 17 | 506 | 77 | 73 |
| Binary | 11011000 | 1010101 | 10100000 | 0 | 111101 | 11010 | 1111 | 101000110 | 111111 | 111011 |
Color Harmonies of #D855A0
Complementary color
Monochromatic Colors of #D855A0
Black with #D855A0
Text Example
Text Example
White with #D855A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D855A0; }
p { color: rgb(216,85,160); }
H1.HeaderClassName
{
color: #D855A0;
}
.AnyTagClassName
{
color: #D855A0;
}
</style>
background-color css
<style>
a { background-color: #D855A0; }
a { background-color: rgb(216,85,160); }
div.DivClassName
{
background-color: #D855A0;
}
.BgClassName
{
background-color: #D855A0;
}
</style>
border-color css
<style>
span { border-color: #D855A0; }
span { border-color: rgb(216,85,160); }
td.TdClassName
{
border-color: #D855A0;
}
.TagClassName
{
border-color: #D855A0;
}
</style>