Shades of Lily #D18DC0
Tints of Lily #D18DC0
RGB
CMYK
RGB Variations
Color information
#D18DC0 (or 0xD18DC0) is known color: Lily. HEX triplet: D1, 8D and C0. RGB value is (209,141,192). Sum of RGB (Red+Green+Blue) = 209+141+192=542 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.56% from 542); Green value is 141 (55.47% from 255 or 26.01% from 542); Blue value is 192 (75.39% from 255 or 35.42% from 542); Max value from RGB is 209 - color contains mainly: red. Hex color #D18DC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18DC0 is #2E723F. Grayscale: #A7A7A7. Windows color (decimal): -3043904 or 12619217. OLE color: 12619217.
HSL color Cylindrical-coordinate representation of color #D18DC0: hue angle of 315º 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 #D18DC0 is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 141 | 192 | - |
| CMYK | 0 | 0.33 | 0.08 | 0.18 |
| HSL | 315º | 0.43% | 0.69% | - |
| HSV(B) | 315º | 0.33% | 0.82% | - |
| XYZ | 45.33 | 36.41 | 54.51 | - |
| YUV | 167.15 | 142.03 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 141 | 192 | 0 | 0.33 | 0.08 | 0.18 | 315 | 0.43 | 0.69 |
| Hex | D1 | 8D | C0 | 0 | 21 | 8 | 12 | 13B | 2A | 45 |
| Octal | 321 | 215 | 300 | 0 | 41 | 10 | 22 | 473 | 52 | 105 |
| Binary | 11010001 | 10001101 | 11000000 | 0 | 100001 | 1000 | 10010 | 100111011 | 101010 | 1000101 |
Color Harmonies of #D18DC0
Complementary color
Monochromatic Colors of #D18DC0
Black with #D18DC0
Text Example
Text Example
White with #D18DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18DC0; }
p { color: rgb(209,141,192); }
H1.HeaderClassName
{
color: #D18DC0;
}
.AnyTagClassName
{
color: #D18DC0;
}
</style>
background-color css
<style>
a { background-color: #D18DC0; }
a { background-color: rgb(209,141,192); }
div.DivClassName
{
background-color: #D18DC0;
}
.BgClassName
{
background-color: #D18DC0;
}
</style>
border-color css
<style>
span { border-color: #D18DC0; }
span { border-color: rgb(209,141,192); }
td.TdClassName
{
border-color: #D18DC0;
}
.TagClassName
{
border-color: #D18DC0;
}
</style>