Shades of Mulberry #D155AB
Tints of Mulberry #D155AB
RGB
CMYK
RGB Variations
Color information
#D155AB (or 0xD155AB) is known color: Mulberry. HEX triplet: D1, 55 and AB. RGB value is (209,85,171). Sum of RGB (Red+Green+Blue) = 209+85+171=465 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.95% from 465); Green value is 85 (33.59% from 255 or 18.28% from 465); Blue value is 171 (67.19% from 255 or 36.77% from 465); Max value from RGB is 209 - color contains mainly: red. Hex color #D155AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D155AB is #2EAA54. Grayscale: #838383. Windows color (decimal): -3058261 or 11228625. OLE color: 11228625.
HSL color Cylindrical-coordinate representation of color #D155AB: hue angle of 318.39º 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 #D155AB is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 85 | 171 | - |
| CMYK | 0 | 0.59 | 0.18 | 0.18 |
| HSL | 318.39º | 0.57% | 0.58% | - |
| HSV(B) | 318.39º | 0.59% | 0.82% | - |
| XYZ | 36.89 | 22.99 | 41.02 | - |
| YUV | 131.88 | 150.08 | 183.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 85 | 171 | 0 | 0.59 | 0.18 | 0.18 | 318.39 | 0.57 | 0.58 |
| Hex | D1 | 55 | AB | 0 | 3B | 12 | 12 | 13E | 39 | 3A |
| Octal | 321 | 125 | 253 | 0 | 73 | 22 | 22 | 476 | 71 | 72 |
| Binary | 11010001 | 1010101 | 10101011 | 0 | 111011 | 10010 | 10010 | 100111110 | 111001 | 111010 |
Color Harmonies of #D155AB
Complementary color
Monochromatic Colors of #D155AB
Black with #D155AB
Text Example
Text Example
White with #D155AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D155AB; }
p { color: rgb(209,85,171); }
H1.HeaderClassName
{
color: #D155AB;
}
.AnyTagClassName
{
color: #D155AB;
}
</style>
background-color css
<style>
a { background-color: #D155AB; }
a { background-color: rgb(209,85,171); }
div.DivClassName
{
background-color: #D155AB;
}
.BgClassName
{
background-color: #D155AB;
}
</style>
border-color css
<style>
span { border-color: #D155AB; }
span { border-color: rgb(209,85,171); }
td.TdClassName
{
border-color: #D155AB;
}
.TagClassName
{
border-color: #D155AB;
}
</style>