Shades of Lily #D1A3B5
Tints of Lily #D1A3B5
RGB
CMYK
RGB Variations
Color information
#D1A3B5 (or 0xD1A3B5) is known color: Lily. HEX triplet: D1, A3 and B5. RGB value is (209,163,181). Sum of RGB (Red+Green+Blue) = 209+163+181=553 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.79% from 553); Green value is 163 (64.06% from 255 or 29.48% from 553); Blue value is 181 (71.09% from 255 or 32.73% from 553); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A3B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A3B5 is #2E5C4A. Grayscale: #B2B2B2. Windows color (decimal): -3038283 or 11903953. OLE color: 11903953.
HSL color Cylindrical-coordinate representation of color #D1A3B5: hue angle of 336.52º degrees, saturation: 0.33, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D1A3B5 is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 163 | 181 | - |
| CMYK | 0 | 0.22 | 0.13 | 0.18 |
| HSL | 336.52º | 0.33% | 0.73% | - |
| HSV(B) | 336.52º | 0.22% | 0.82% | - |
| XYZ | 47.73 | 43.09 | 49.52 | - |
| YUV | 178.81 | 129.24 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 163 | 181 | 0 | 0.22 | 0.13 | 0.18 | 336.52 | 0.33 | 0.73 |
| Hex | D1 | A3 | B5 | 0 | 16 | D | 12 | 151 | 21 | 49 |
| Octal | 321 | 243 | 265 | 0 | 26 | 15 | 22 | 521 | 41 | 111 |
| Binary | 11010001 | 10100011 | 10110101 | 0 | 10110 | 1101 | 10010 | 101010001 | 100001 | 1001001 |
Color Harmonies of #D1A3B5
Complementary color
Monochromatic Colors of #D1A3B5
Black with #D1A3B5
Text Example
Text Example
White with #D1A3B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A3B5; }
p { color: rgb(209,163,181); }
H1.HeaderClassName
{
color: #D1A3B5;
}
.AnyTagClassName
{
color: #D1A3B5;
}
</style>
background-color css
<style>
a { background-color: #D1A3B5; }
a { background-color: rgb(209,163,181); }
div.DivClassName
{
background-color: #D1A3B5;
}
.BgClassName
{
background-color: #D1A3B5;
}
</style>
border-color css
<style>
span { border-color: #D1A3B5; }
span { border-color: rgb(209,163,181); }
td.TdClassName
{
border-color: #D1A3B5;
}
.TagClassName
{
border-color: #D1A3B5;
}
</style>