Shades of Mulberry #D155AA
Tints of Mulberry #D155AA
RGB
CMYK
RGB Variations
Color information
#D155AA (or 0xD155AA) is known color: Mulberry. HEX triplet: D1, 55 and AA. RGB value is (209,85,170). Sum of RGB (Red+Green+Blue) = 209+85+170=464 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.04% from 464); Green value is 85 (33.59% from 255 or 18.32% from 464); Blue value is 170 (66.80% from 255 or 36.64% from 464); Max value from RGB is 209 - color contains mainly: red. Hex color #D155AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D155AA is #2EAA55. Grayscale: #838383. Windows color (decimal): -3058262 or 11163089. OLE color: 11163089.
HSL color Cylindrical-coordinate representation of color #D155AA: hue angle of 318.87º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D155AA is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 85 | 170 | - |
| CMYK | 0 | 0.59 | 0.19 | 0.18 |
| HSL | 318.87º | 0.57% | 0.58% | - |
| HSV(B) | 318.87º | 0.59% | 0.82% | - |
| XYZ | 36.8 | 22.95 | 40.52 | - |
| YUV | 131.77 | 149.58 | 183.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 85 | 170 | 0 | 0.59 | 0.19 | 0.18 | 318.87 | 0.57 | 0.58 |
| Hex | D1 | 55 | AA | 0 | 3B | 13 | 12 | 13F | 39 | 3A |
| Octal | 321 | 125 | 252 | 0 | 73 | 23 | 22 | 477 | 71 | 72 |
| Binary | 11010001 | 1010101 | 10101010 | 0 | 111011 | 10011 | 10010 | 100111111 | 111001 | 111010 |
Color Harmonies of #D155AA
Complementary color
Monochromatic Colors of #D155AA
Black with #D155AA
Text Example
Text Example
White with #D155AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D155AA; }
p { color: rgb(209,85,170); }
H1.HeaderClassName
{
color: #D155AA;
}
.AnyTagClassName
{
color: #D155AA;
}
</style>
background-color css
<style>
a { background-color: #D155AA; }
a { background-color: rgb(209,85,170); }
div.DivClassName
{
background-color: #D155AA;
}
.BgClassName
{
background-color: #D155AA;
}
</style>
border-color css
<style>
span { border-color: #D155AA; }
span { border-color: rgb(209,85,170); }
td.TdClassName
{
border-color: #D155AA;
}
.TagClassName
{
border-color: #D155AA;
}
</style>