Shades of Lilac #D18AC1
Tints of Lilac #D18AC1
RGB
CMYK
RGB Variations
Color information
#D18AC1 (or 0xD18AC1) is known color: Lilac. HEX triplet: D1, 8A and C1. RGB value is (209,138,193). Sum of RGB (Red+Green+Blue) = 209+138+193=540 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.70% from 540); Green value is 138 (54.30% from 255 or 25.56% from 540); Blue value is 193 (75.78% from 255 or 35.74% from 540); Max value from RGB is 209 - color contains mainly: red. Hex color #D18AC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18AC1 is #2E753E. Grayscale: #A5A5A5. Windows color (decimal): -3044671 or 12683985. OLE color: 12683985.
HSL color Cylindrical-coordinate representation of color #D18AC1: hue angle of 313.52º 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 #D18AC1 is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 138 | 193 | - |
| CMYK | 0 | 0.34 | 0.08 | 0.18 |
| HSL | 313.52º | 0.44% | 0.68% | - |
| HSV(B) | 313.52º | 0.34% | 0.82% | - |
| XYZ | 45.01 | 35.58 | 54.95 | - |
| YUV | 165.5 | 143.52 | 159.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 138 | 193 | 0 | 0.34 | 0.08 | 0.18 | 313.52 | 0.44 | 0.68 |
| Hex | D1 | 8A | C1 | 0 | 22 | 8 | 12 | 13A | 2C | 44 |
| Octal | 321 | 212 | 301 | 0 | 42 | 10 | 22 | 472 | 54 | 104 |
| Binary | 11010001 | 10001010 | 11000001 | 0 | 100010 | 1000 | 10010 | 100111010 | 101100 | 1000100 |
Color Harmonies of #D18AC1
Complementary color
Monochromatic Colors of #D18AC1
Black with #D18AC1
Text Example
Text Example
White with #D18AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18AC1; }
p { color: rgb(209,138,193); }
H1.HeaderClassName
{
color: #D18AC1;
}
.AnyTagClassName
{
color: #D18AC1;
}
</style>
background-color css
<style>
a { background-color: #D18AC1; }
a { background-color: rgb(209,138,193); }
div.DivClassName
{
background-color: #D18AC1;
}
.BgClassName
{
background-color: #D18AC1;
}
</style>
border-color css
<style>
span { border-color: #D18AC1; }
span { border-color: rgb(209,138,193); }
td.TdClassName
{
border-color: #D18AC1;
}
.TagClassName
{
border-color: #D18AC1;
}
</style>