Shades of Mulberry #D150AA
Tints of Mulberry #D150AA
RGB
CMYK
RGB Variations
Color information
#D150AA (or 0xD150AA) is known color: Mulberry. HEX triplet: D1, 50 and AA. RGB value is (209,80,170). Sum of RGB (Red+Green+Blue) = 209+80+170=459 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.53% from 459); Green value is 80 (31.64% from 255 or 17.43% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 209 - color contains mainly: red. Hex color #D150AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D150AA is #2EAF55. Grayscale: #808080. Windows color (decimal): -3059542 or 11161809. OLE color: 11161809.
HSL color Cylindrical-coordinate representation of color #D150AA: hue angle of 318.14º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D150AA is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 80 | 170 | - |
| CMYK | 0 | 0.62 | 0.19 | 0.18 |
| HSL | 318.14º | 0.58% | 0.57% | - |
| HSV(B) | 318.14º | 0.62% | 0.82% | - |
| XYZ | 36.42 | 22.19 | 40.39 | - |
| YUV | 128.83 | 151.24 | 185.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 80 | 170 | 0 | 0.62 | 0.19 | 0.18 | 318.14 | 0.58 | 0.57 |
| Hex | D1 | 50 | AA | 0 | 3E | 13 | 12 | 13E | 3A | 39 |
| Octal | 321 | 120 | 252 | 0 | 76 | 23 | 22 | 476 | 72 | 71 |
| Binary | 11010001 | 1010000 | 10101010 | 0 | 111110 | 10011 | 10010 | 100111110 | 111010 | 111001 |
Color Harmonies of #D150AA
Complementary color
Monochromatic Colors of #D150AA
Black with #D150AA
Text Example
Text Example
White with #D150AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D150AA; }
p { color: rgb(209,80,170); }
H1.HeaderClassName
{
color: #D150AA;
}
.AnyTagClassName
{
color: #D150AA;
}
</style>
background-color css
<style>
a { background-color: #D150AA; }
a { background-color: rgb(209,80,170); }
div.DivClassName
{
background-color: #D150AA;
}
.BgClassName
{
background-color: #D150AA;
}
</style>
border-color css
<style>
span { border-color: #D150AA; }
span { border-color: rgb(209,80,170); }
td.TdClassName
{
border-color: #D150AA;
}
.TagClassName
{
border-color: #D150AA;
}
</style>