Shades of Lilac #D18DD0
Tints of Lilac #D18DD0
RGB
CMYK
RGB Variations
Color information
#D18DD0 (or 0xD18DD0) is known color: Lilac. HEX triplet: D1, 8D and D0. RGB value is (209,141,208). Sum of RGB (Red+Green+Blue) = 209+141+208=558 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.46% from 558); Green value is 141 (55.47% from 255 or 25.27% from 558); Blue value is 208 (81.64% from 255 or 37.28% from 558); Max value from RGB is 209 - color contains mainly: red. Hex color #D18DD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18DD0 is #2E722F. Grayscale: #A8A8A8. Windows color (decimal): -3043888 or 13667793. OLE color: 13667793.
HSL color Cylindrical-coordinate representation of color #D18DD0: hue angle of 300.88º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D18DD0 is Cyan = 0, Magento = 0.33, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 141 | 208 | - |
| CMYK | 0 | 0.33 | 0.00 | 0.18 |
| HSL | 300.88º | 0.43% | 0.69% | - |
| HSV(B) | 300.88º | 0.33% | 0.82% | - |
| XYZ | 47.2 | 37.16 | 64.36 | - |
| YUV | 168.97 | 150.03 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 141 | 208 | 0 | 0.33 | 0.00 | 0.18 | 300.88 | 0.43 | 0.69 |
| Hex | D1 | 8D | D0 | 0 | 21 | 0 | 12 | 12D | 2A | 45 |
| Octal | 321 | 215 | 320 | 0 | 41 | 0 | 22 | 455 | 52 | 105 |
| Binary | 11010001 | 10001101 | 11010000 | 0 | 100001 | 0 | 10010 | 100101101 | 101010 | 1000101 |
Color Harmonies of #D18DD0
Complementary color
Monochromatic Colors of #D18DD0
Black with #D18DD0
Text Example
Text Example
White with #D18DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18DD0; }
p { color: rgb(209,141,208); }
H1.HeaderClassName
{
color: #D18DD0;
}
.AnyTagClassName
{
color: #D18DD0;
}
</style>
background-color css
<style>
a { background-color: #D18DD0; }
a { background-color: rgb(209,141,208); }
div.DivClassName
{
background-color: #D18DD0;
}
.BgClassName
{
background-color: #D18DD0;
}
</style>
border-color css
<style>
span { border-color: #D18DD0; }
span { border-color: rgb(209,141,208); }
td.TdClassName
{
border-color: #D18DD0;
}
.TagClassName
{
border-color: #D18DD0;
}
</style>