Shades of Lilac #D19DC8
Tints of Lilac #D19DC8
RGB
CMYK
RGB Variations
Color information
#D19DC8 (or 0xD19DC8) is known color: Lilac. HEX triplet: D1, 9D and C8. RGB value is (209,157,200). Sum of RGB (Red+Green+Blue) = 209+157+200=566 (74% of max value = 765). Red value is 209 (82.03% from 255 or 36.93% from 566); Green value is 157 (61.72% from 255 or 27.74% from 566); Blue value is 200 (78.52% from 255 or 35.34% from 566); Max value from RGB is 209 - color contains mainly: red. Hex color #D19DC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D19DC8 is #2E6237. Grayscale: #B1B1B1. Windows color (decimal): -3039800 or 13147601. OLE color: 13147601.
HSL color Cylindrical-coordinate representation of color #D19DC8: hue angle of 310.38º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D19DC8 is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 157 | 200 | - |
| CMYK | 0 | 0.25 | 0.04 | 0.18 |
| HSL | 310.38º | 0.36% | 0.72% | - |
| HSV(B) | 310.38º | 0.25% | 0.82% | - |
| XYZ | 48.78 | 41.84 | 60.15 | - |
| YUV | 177.45 | 140.73 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 157 | 200 | 0 | 0.25 | 0.04 | 0.18 | 310.38 | 0.36 | 0.72 |
| Hex | D1 | 9D | C8 | 0 | 19 | 4 | 12 | 136 | 24 | 48 |
| Octal | 321 | 235 | 310 | 0 | 31 | 4 | 22 | 466 | 44 | 110 |
| Binary | 11010001 | 10011101 | 11001000 | 0 | 11001 | 100 | 10010 | 100110110 | 100100 | 1001000 |
Color Harmonies of #D19DC8
Complementary color
Monochromatic Colors of #D19DC8
Black with #D19DC8
Text Example
Text Example
White with #D19DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19DC8; }
p { color: rgb(209,157,200); }
H1.HeaderClassName
{
color: #D19DC8;
}
.AnyTagClassName
{
color: #D19DC8;
}
</style>
background-color css
<style>
a { background-color: #D19DC8; }
a { background-color: rgb(209,157,200); }
div.DivClassName
{
background-color: #D19DC8;
}
.BgClassName
{
background-color: #D19DC8;
}
</style>
border-color css
<style>
span { border-color: #D19DC8; }
span { border-color: rgb(209,157,200); }
td.TdClassName
{
border-color: #D19DC8;
}
.TagClassName
{
border-color: #D19DC8;
}
</style>