Shades of Lily #D18DB9
Tints of Lily #D18DB9
RGB
CMYK
RGB Variations
Color information
#D18DB9 (or 0xD18DB9) is known color: Lily. HEX triplet: D1, 8D and B9. RGB value is (209,141,185). Sum of RGB (Red+Green+Blue) = 209+141+185=535 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.07% from 535); Green value is 141 (55.47% from 255 or 26.36% from 535); Blue value is 185 (72.66% from 255 or 34.58% from 535); Max value from RGB is 209 - color contains mainly: red. Hex color #D18DB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18DB9 is #2E7246. Grayscale: #A6A6A6. Windows color (decimal): -3043911 or 12160465. OLE color: 12160465.
HSL color Cylindrical-coordinate representation of color #D18DB9: hue angle of 321.18º 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 #D18DB9 is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 141 | 185 | - |
| CMYK | 0 | 0.33 | 0.11 | 0.18 |
| HSL | 321.18º | 0.43% | 0.69% | - |
| HSV(B) | 321.18º | 0.33% | 0.82% | - |
| XYZ | 44.58 | 36.11 | 50.52 | - |
| YUV | 166.35 | 138.53 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 141 | 185 | 0 | 0.33 | 0.11 | 0.18 | 321.18 | 0.43 | 0.69 |
| Hex | D1 | 8D | B9 | 0 | 21 | B | 12 | 141 | 2A | 45 |
| Octal | 321 | 215 | 271 | 0 | 41 | 13 | 22 | 501 | 52 | 105 |
| Binary | 11010001 | 10001101 | 10111001 | 0 | 100001 | 1011 | 10010 | 101000001 | 101010 | 1000101 |
Color Harmonies of #D18DB9
Complementary color
Monochromatic Colors of #D18DB9
Black with #D18DB9
Text Example
Text Example
White with #D18DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18DB9; }
p { color: rgb(209,141,185); }
H1.HeaderClassName
{
color: #D18DB9;
}
.AnyTagClassName
{
color: #D18DB9;
}
</style>
background-color css
<style>
a { background-color: #D18DB9; }
a { background-color: rgb(209,141,185); }
div.DivClassName
{
background-color: #D18DB9;
}
.BgClassName
{
background-color: #D18DB9;
}
</style>
border-color css
<style>
span { border-color: #D18DB9; }
span { border-color: rgb(209,141,185); }
td.TdClassName
{
border-color: #D18DB9;
}
.TagClassName
{
border-color: #D18DB9;
}
</style>