Shades of Lilac #D18DCC
Tints of Lilac #D18DCC
RGB
CMYK
RGB Variations
Color information
#D18DCC (or 0xD18DCC) is known color: Lilac. HEX triplet: D1, 8D and CC. RGB value is (209,141,204). Sum of RGB (Red+Green+Blue) = 209+141+204=554 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.73% from 554); Green value is 141 (55.47% from 255 or 25.45% from 554); Blue value is 204 (80.08% from 255 or 36.82% from 554); Max value from RGB is 209 - color contains mainly: red. Hex color #D18DCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18DCC is #2E7233. Grayscale: #A8A8A8. Windows color (decimal): -3043892 or 13405649. OLE color: 13405649.
HSL color Cylindrical-coordinate representation of color #D18DCC: hue angle of 304.41º 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 #D18DCC is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 141 | 204 | - |
| CMYK | 0 | 0.33 | 0.02 | 0.18 |
| HSL | 304.41º | 0.43% | 0.69% | - |
| HSV(B) | 304.41º | 0.33% | 0.82% | - |
| XYZ | 46.72 | 36.96 | 61.8 | - |
| YUV | 168.51 | 148.03 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 141 | 204 | 0 | 0.33 | 0.02 | 0.18 | 304.41 | 0.43 | 0.69 |
| Hex | D1 | 8D | CC | 0 | 21 | 2 | 12 | 130 | 2A | 45 |
| Octal | 321 | 215 | 314 | 0 | 41 | 2 | 22 | 460 | 52 | 105 |
| Binary | 11010001 | 10001101 | 11001100 | 0 | 100001 | 10 | 10010 | 100110000 | 101010 | 1000101 |
Color Harmonies of #D18DCC
Complementary color
Monochromatic Colors of #D18DCC
Black with #D18DCC
Text Example
Text Example
White with #D18DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18DCC; }
p { color: rgb(209,141,204); }
H1.HeaderClassName
{
color: #D18DCC;
}
.AnyTagClassName
{
color: #D18DCC;
}
</style>
background-color css
<style>
a { background-color: #D18DCC; }
a { background-color: rgb(209,141,204); }
div.DivClassName
{
background-color: #D18DCC;
}
.BgClassName
{
background-color: #D18DCC;
}
</style>
border-color css
<style>
span { border-color: #D18DCC; }
span { border-color: rgb(209,141,204); }
td.TdClassName
{
border-color: #D18DCC;
}
.TagClassName
{
border-color: #D18DCC;
}
</style>