Shades of Lilac #D18AC5
Tints of Lilac #D18AC5
RGB
CMYK
RGB Variations
Color information
#D18AC5 (or 0xD18AC5) is known color: Lilac. HEX triplet: D1, 8A and C5. RGB value is (209,138,197). Sum of RGB (Red+Green+Blue) = 209+138+197=544 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.42% from 544); Green value is 138 (54.30% from 255 or 25.37% from 544); Blue value is 197 (77.34% from 255 or 36.21% from 544); Max value from RGB is 209 - color contains mainly: red. Hex color #D18AC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18AC5 is #2E753A. Grayscale: #A5A5A5. Windows color (decimal): -3044667 or 12946129. OLE color: 12946129.
HSL color Cylindrical-coordinate representation of color #D18AC5: hue angle of 310.14º 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 #D18AC5 is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 138 | 197 | - |
| CMYK | 0 | 0.34 | 0.06 | 0.18 |
| HSL | 310.14º | 0.44% | 0.68% | - |
| HSV(B) | 310.14º | 0.34% | 0.82% | - |
| XYZ | 45.46 | 35.76 | 57.33 | - |
| YUV | 165.96 | 145.52 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 138 | 197 | 0 | 0.34 | 0.06 | 0.18 | 310.14 | 0.44 | 0.68 |
| Hex | D1 | 8A | C5 | 0 | 22 | 6 | 12 | 136 | 2C | 44 |
| Octal | 321 | 212 | 305 | 0 | 42 | 6 | 22 | 466 | 54 | 104 |
| Binary | 11010001 | 10001010 | 11000101 | 0 | 100010 | 110 | 10010 | 100110110 | 101100 | 1000100 |
Color Harmonies of #D18AC5
Complementary color
Monochromatic Colors of #D18AC5
Black with #D18AC5
Text Example
Text Example
White with #D18AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18AC5; }
p { color: rgb(209,138,197); }
H1.HeaderClassName
{
color: #D18AC5;
}
.AnyTagClassName
{
color: #D18AC5;
}
</style>
background-color css
<style>
a { background-color: #D18AC5; }
a { background-color: rgb(209,138,197); }
div.DivClassName
{
background-color: #D18AC5;
}
.BgClassName
{
background-color: #D18AC5;
}
</style>
border-color css
<style>
span { border-color: #D18AC5; }
span { border-color: rgb(209,138,197); }
td.TdClassName
{
border-color: #D18AC5;
}
.TagClassName
{
border-color: #D18AC5;
}
</style>