Shades of Lilac #D1A0D0
Tints of Lilac #D1A0D0
RGB
CMYK
RGB Variations
Color information
#D1A0D0 (or 0xD1A0D0) is known color: Lilac. HEX triplet: D1, A0 and D0. RGB value is (209,160,208). Sum of RGB (Red+Green+Blue) = 209+160+208=577 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.22% from 577); Green value is 160 (62.89% from 255 or 27.73% from 577); Blue value is 208 (81.64% from 255 or 36.05% from 577); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A0D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A0D0 is #2E5F2F. Grayscale: #B3B3B3. Windows color (decimal): -3039024 or 13672657. OLE color: 13672657.
HSL color Cylindrical-coordinate representation of color #D1A0D0: hue angle of 301.22º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D1A0D0 is Cyan = 0, Magento = 0.23, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 160 | 208 | - |
| CMYK | 0 | 0.23 | 0.00 | 0.18 |
| HSL | 301.22º | 0.35% | 0.72% | - |
| HSV(B) | 301.22º | 0.23% | 0.82% | - |
| XYZ | 50.25 | 43.25 | 65.37 | - |
| YUV | 180.12 | 143.73 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 160 | 208 | 0 | 0.23 | 0.00 | 0.18 | 301.22 | 0.35 | 0.72 |
| Hex | D1 | A0 | D0 | 0 | 17 | 0 | 12 | 12D | 23 | 48 |
| Octal | 321 | 240 | 320 | 0 | 27 | 0 | 22 | 455 | 43 | 110 |
| Binary | 11010001 | 10100000 | 11010000 | 0 | 10111 | 0 | 10010 | 100101101 | 100011 | 1001000 |
Color Harmonies of #D1A0D0
Complementary color
Monochromatic Colors of #D1A0D0
Black with #D1A0D0
Text Example
Text Example
White with #D1A0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A0D0; }
p { color: rgb(209,160,208); }
H1.HeaderClassName
{
color: #D1A0D0;
}
.AnyTagClassName
{
color: #D1A0D0;
}
</style>
background-color css
<style>
a { background-color: #D1A0D0; }
a { background-color: rgb(209,160,208); }
div.DivClassName
{
background-color: #D1A0D0;
}
.BgClassName
{
background-color: #D1A0D0;
}
</style>
border-color css
<style>
span { border-color: #D1A0D0; }
span { border-color: rgb(209,160,208); }
td.TdClassName
{
border-color: #D1A0D0;
}
.TagClassName
{
border-color: #D1A0D0;
}
</style>