Shades of Lily #D1A1B7
Tints of Lily #D1A1B7
RGB
CMYK
RGB Variations
Color information
#D1A1B7 (or 0xD1A1B7) is known color: Lily. HEX triplet: D1, A1 and B7. RGB value is (209,161,183). Sum of RGB (Red+Green+Blue) = 209+161+183=553 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.79% from 553); Green value is 161 (63.28% from 255 or 29.11% from 553); Blue value is 183 (71.88% from 255 or 33.09% from 553); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A1B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A1B7 is #2E5E48. Grayscale: #B1B1B1. Windows color (decimal): -3038793 or 12034513. OLE color: 12034513.
HSL color Cylindrical-coordinate representation of color #D1A1B7: hue angle of 332.5º degrees, saturation: 0.34, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D1A1B7 is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 161 | 183 | - |
| CMYK | 0 | 0.23 | 0.12 | 0.18 |
| HSL | 332.5º | 0.34% | 0.73% | - |
| HSV(B) | 332.5º | 0.23% | 0.82% | - |
| XYZ | 47.59 | 42.46 | 50.49 | - |
| YUV | 177.86 | 130.9 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 161 | 183 | 0 | 0.23 | 0.12 | 0.18 | 332.5 | 0.34 | 0.73 |
| Hex | D1 | A1 | B7 | 0 | 17 | C | 12 | 14C | 22 | 49 |
| Octal | 321 | 241 | 267 | 0 | 27 | 14 | 22 | 514 | 42 | 111 |
| Binary | 11010001 | 10100001 | 10110111 | 0 | 10111 | 1100 | 10010 | 101001100 | 100010 | 1001001 |
Color Harmonies of #D1A1B7
Complementary color
Monochromatic Colors of #D1A1B7
Black with #D1A1B7
Text Example
Text Example
White with #D1A1B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A1B7; }
p { color: rgb(209,161,183); }
H1.HeaderClassName
{
color: #D1A1B7;
}
.AnyTagClassName
{
color: #D1A1B7;
}
</style>
background-color css
<style>
a { background-color: #D1A1B7; }
a { background-color: rgb(209,161,183); }
div.DivClassName
{
background-color: #D1A1B7;
}
.BgClassName
{
background-color: #D1A1B7;
}
</style>
border-color css
<style>
span { border-color: #D1A1B7; }
span { border-color: rgb(209,161,183); }
td.TdClassName
{
border-color: #D1A1B7;
}
.TagClassName
{
border-color: #D1A1B7;
}
</style>