Shades of Lily #D18DB6
Tints of Lily #D18DB6
RGB
CMYK
RGB Variations
Color information
#D18DB6 (or 0xD18DB6) is known color: Lily. HEX triplet: D1, 8D and B6. RGB value is (209,141,182). Sum of RGB (Red+Green+Blue) = 209+141+182=532 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.29% from 532); Green value is 141 (55.47% from 255 or 26.50% from 532); Blue value is 182 (71.48% from 255 or 34.21% from 532); Max value from RGB is 209 - color contains mainly: red. Hex color #D18DB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18DB6 is #2E7249. Grayscale: #A5A5A5. Windows color (decimal): -3043914 or 11963857. OLE color: 11963857.
HSL color Cylindrical-coordinate representation of color #D18DB6: hue angle of 323.82º 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 #D18DB6 is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 141 | 182 | - |
| CMYK | 0 | 0.33 | 0.13 | 0.18 |
| HSL | 323.82º | 0.43% | 0.69% | - |
| HSV(B) | 323.82º | 0.33% | 0.82% | - |
| XYZ | 44.26 | 35.98 | 48.87 | - |
| YUV | 166.01 | 137.03 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 141 | 182 | 0 | 0.33 | 0.13 | 0.18 | 323.82 | 0.43 | 0.69 |
| Hex | D1 | 8D | B6 | 0 | 21 | D | 12 | 144 | 2A | 45 |
| Octal | 321 | 215 | 266 | 0 | 41 | 15 | 22 | 504 | 52 | 105 |
| Binary | 11010001 | 10001101 | 10110110 | 0 | 100001 | 1101 | 10010 | 101000100 | 101010 | 1000101 |
Color Harmonies of #D18DB6
Complementary color
Monochromatic Colors of #D18DB6
Black with #D18DB6
Text Example
Text Example
White with #D18DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18DB6; }
p { color: rgb(209,141,182); }
H1.HeaderClassName
{
color: #D18DB6;
}
.AnyTagClassName
{
color: #D18DB6;
}
</style>
background-color css
<style>
a { background-color: #D18DB6; }
a { background-color: rgb(209,141,182); }
div.DivClassName
{
background-color: #D18DB6;
}
.BgClassName
{
background-color: #D18DB6;
}
</style>
border-color css
<style>
span { border-color: #D18DB6; }
span { border-color: rgb(209,141,182); }
td.TdClassName
{
border-color: #D18DB6;
}
.TagClassName
{
border-color: #D18DB6;
}
</style>