Shades of Lilac #D18AD1
Tints of Lilac #D18AD1
RGB
CMYK
RGB Variations
Color information
#D18AD1 (or 0xD18AD1) is known color: Lilac. HEX triplet: D1, 8A and D1. RGB value is (209,138,209). Sum of RGB (Red+Green+Blue) = 209+138+209=556 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.59% from 556); Green value is 138 (54.30% from 255 or 24.82% from 556); Blue value is 209 (82.03% from 255 or 37.59% from 556); Max value from RGB is 209 - color contains mainly: red, blue. Hex color #D18AD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18AD1 is #2E752E. Grayscale: #A7A7A7. Windows color (decimal): -3044655 or 13732561. OLE color: 13732561.
HSL color Cylindrical-coordinate representation of color #D18AD1: hue angle of 300º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D18AD1 is Cyan = 0, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 138 | 209 | - |
| CMYK | 0 | 0.34 | 0 | 0.18 |
| HSL | 300º | 0.44% | 0.68% | - |
| HSV(B) | 300º | 0.34% | 0.82% | - |
| XYZ | 46.89 | 36.34 | 64.86 | - |
| YUV | 167.32 | 151.52 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 138 | 209 | 0 | 0.34 | 0 | 0.18 | 300 | 0.44 | 0.68 |
| Hex | D1 | 8A | D1 | 0 | 22 | 0 | 12 | 12C | 2C | 44 |
| Octal | 321 | 212 | 321 | 0 | 42 | 0 | 22 | 454 | 54 | 104 |
| Binary | 11010001 | 10001010 | 11010001 | 0 | 100010 | 0 | 10010 | 100101100 | 101100 | 1000100 |
Color Harmonies of #D18AD1
Complementary color
Monochromatic Colors of #D18AD1
Black with #D18AD1
Text Example
Text Example
White with #D18AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18AD1; }
p { color: rgb(209,138,209); }
H1.HeaderClassName
{
color: #D18AD1;
}
.AnyTagClassName
{
color: #D18AD1;
}
</style>
background-color css
<style>
a { background-color: #D18AD1; }
a { background-color: rgb(209,138,209); }
div.DivClassName
{
background-color: #D18AD1;
}
.BgClassName
{
background-color: #D18AD1;
}
</style>
border-color css
<style>
span { border-color: #D18AD1; }
span { border-color: rgb(209,138,209); }
td.TdClassName
{
border-color: #D18AD1;
}
.TagClassName
{
border-color: #D18AD1;
}
</style>