Shades of Mulberry #D15AAB
Tints of Mulberry #D15AAB
RGB
CMYK
RGB Variations
Color information
#D15AAB (or 0xD15AAB) is known color: Mulberry. HEX triplet: D1, 5A and AB. RGB value is (209,90,171). Sum of RGB (Red+Green+Blue) = 209+90+171=470 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.47% from 470); Green value is 90 (35.55% from 255 or 19.15% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 209 - color contains mainly: red. Hex color #D15AAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15AAB is #2EA554. Grayscale: #868686. Windows color (decimal): -3056981 or 11229905. OLE color: 11229905.
HSL color Cylindrical-coordinate representation of color #D15AAB: hue angle of 319.16º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D15AAB is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 90 | 171 | - |
| CMYK | 0 | 0.57 | 0.18 | 0.18 |
| HSL | 319.16º | 0.56% | 0.59% | - |
| HSV(B) | 319.16º | 0.57% | 0.82% | - |
| XYZ | 37.3 | 23.81 | 41.16 | - |
| YUV | 134.82 | 148.42 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 90 | 171 | 0 | 0.57 | 0.18 | 0.18 | 319.16 | 0.56 | 0.59 |
| Hex | D1 | 5A | AB | 0 | 39 | 12 | 12 | 13F | 38 | 3B |
| Octal | 321 | 132 | 253 | 0 | 71 | 22 | 22 | 477 | 70 | 73 |
| Binary | 11010001 | 1011010 | 10101011 | 0 | 111001 | 10010 | 10010 | 100111111 | 111000 | 111011 |
Color Harmonies of #D15AAB
Complementary color
Monochromatic Colors of #D15AAB
Black with #D15AAB
Text Example
Text Example
White with #D15AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15AAB; }
p { color: rgb(209,90,171); }
H1.HeaderClassName
{
color: #D15AAB;
}
.AnyTagClassName
{
color: #D15AAB;
}
</style>
background-color css
<style>
a { background-color: #D15AAB; }
a { background-color: rgb(209,90,171); }
div.DivClassName
{
background-color: #D15AAB;
}
.BgClassName
{
background-color: #D15AAB;
}
</style>
border-color css
<style>
span { border-color: #D15AAB; }
span { border-color: rgb(209,90,171); }
td.TdClassName
{
border-color: #D15AAB;
}
.TagClassName
{
border-color: #D15AAB;
}
</style>