Shades of Mulberry #D15AAA
Tints of Mulberry #D15AAA
RGB
CMYK
RGB Variations
Color information
#D15AAA (or 0xD15AAA) is known color: Mulberry. HEX triplet: D1, 5A and AA. RGB value is (209,90,170). Sum of RGB (Red+Green+Blue) = 209+90+170=469 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.56% from 469); Green value is 90 (35.55% from 255 or 19.19% from 469); Blue value is 170 (66.80% from 255 or 36.25% from 469); Max value from RGB is 209 - color contains mainly: red. Hex color #D15AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15AAA is #2EA555. Grayscale: #868686. Windows color (decimal): -3056982 or 11164369. OLE color: 11164369.
HSL color Cylindrical-coordinate representation of color #D15AAA: hue angle of 319.66º 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 #D15AAA is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 90 | 170 | - |
| CMYK | 0 | 0.57 | 0.19 | 0.18 |
| HSL | 319.66º | 0.56% | 0.59% | - |
| HSV(B) | 319.66º | 0.57% | 0.82% | - |
| XYZ | 37.21 | 23.77 | 40.66 | - |
| YUV | 134.7 | 147.92 | 181 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 90 | 170 | 0 | 0.57 | 0.19 | 0.18 | 319.66 | 0.56 | 0.59 |
| Hex | D1 | 5A | AA | 0 | 39 | 13 | 12 | 140 | 38 | 3B |
| Octal | 321 | 132 | 252 | 0 | 71 | 23 | 22 | 500 | 70 | 73 |
| Binary | 11010001 | 1011010 | 10101010 | 0 | 111001 | 10011 | 10010 | 101000000 | 111000 | 111011 |
Color Harmonies of #D15AAA
Complementary color
Monochromatic Colors of #D15AAA
Black with #D15AAA
Text Example
Text Example
White with #D15AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15AAA; }
p { color: rgb(209,90,170); }
H1.HeaderClassName
{
color: #D15AAA;
}
.AnyTagClassName
{
color: #D15AAA;
}
</style>
background-color css
<style>
a { background-color: #D15AAA; }
a { background-color: rgb(209,90,170); }
div.DivClassName
{
background-color: #D15AAA;
}
.BgClassName
{
background-color: #D15AAA;
}
</style>
border-color css
<style>
span { border-color: #D15AAA; }
span { border-color: rgb(209,90,170); }
td.TdClassName
{
border-color: #D15AAA;
}
.TagClassName
{
border-color: #D15AAA;
}
</style>