Shades of Mulberry #D155A1
Tints of Mulberry #D155A1
RGB
CMYK
RGB Variations
Color information
#D155A1 (or 0xD155A1) is known color: Mulberry. HEX triplet: D1, 55 and A1. RGB value is (209,85,161). Sum of RGB (Red+Green+Blue) = 209+85+161=455 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.93% from 455); Green value is 85 (33.59% from 255 or 18.68% from 455); Blue value is 161 (63.28% from 255 or 35.38% from 455); Max value from RGB is 209 - color contains mainly: red. Hex color #D155A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D155A1 is #2EAA5E. Grayscale: #828282. Windows color (decimal): -3058271 or 10573265. OLE color: 10573265.
HSL color Cylindrical-coordinate representation of color #D155A1: hue angle of 323.23º 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 #D155A1 is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 85 | 161 | - |
| CMYK | 0 | 0.59 | 0.23 | 0.18 |
| HSL | 323.23º | 0.57% | 0.58% | - |
| HSV(B) | 323.23º | 0.59% | 0.82% | - |
| XYZ | 35.98 | 22.63 | 36.19 | - |
| YUV | 130.74 | 145.08 | 183.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 85 | 161 | 0 | 0.59 | 0.23 | 0.18 | 323.23 | 0.57 | 0.58 |
| Hex | D1 | 55 | A1 | 0 | 3B | 17 | 12 | 143 | 39 | 3A |
| Octal | 321 | 125 | 241 | 0 | 73 | 27 | 22 | 503 | 71 | 72 |
| Binary | 11010001 | 1010101 | 10100001 | 0 | 111011 | 10111 | 10010 | 101000011 | 111001 | 111010 |
Color Harmonies of #D155A1
Complementary color
Monochromatic Colors of #D155A1
Black with #D155A1
Text Example
Text Example
White with #D155A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D155A1; }
p { color: rgb(209,85,161); }
H1.HeaderClassName
{
color: #D155A1;
}
.AnyTagClassName
{
color: #D155A1;
}
</style>
background-color css
<style>
a { background-color: #D155A1; }
a { background-color: rgb(209,85,161); }
div.DivClassName
{
background-color: #D155A1;
}
.BgClassName
{
background-color: #D155A1;
}
</style>
border-color css
<style>
span { border-color: #D155A1; }
span { border-color: rgb(209,85,161); }
td.TdClassName
{
border-color: #D155A1;
}
.TagClassName
{
border-color: #D155A1;
}
</style>