Shades of Lily #D18ABD
Tints of Lily #D18ABD
RGB
CMYK
RGB Variations
Color information
#D18ABD (or 0xD18ABD) is known color: Lily. HEX triplet: D1, 8A and BD. RGB value is (209,138,189). Sum of RGB (Red+Green+Blue) = 209+138+189=536 (70% of max value = 765). Red value is 209 (82.03% from 255 or 38.99% from 536); Green value is 138 (54.30% from 255 or 25.75% from 536); Blue value is 189 (74.22% from 255 or 35.26% from 536); Max value from RGB is 209 - color contains mainly: red. Hex color #D18ABD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18ABD is #2E7542. Grayscale: #A4A4A4. Windows color (decimal): -3044675 or 12421841. OLE color: 12421841.
HSL color Cylindrical-coordinate representation of color #D18ABD: hue angle of 316.9º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D18ABD is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 138 | 189 | - |
| CMYK | 0 | 0.34 | 0.10 | 0.18 |
| HSL | 316.9º | 0.44% | 0.68% | - |
| HSV(B) | 316.9º | 0.34% | 0.82% | - |
| XYZ | 44.57 | 35.41 | 52.63 | - |
| YUV | 165.04 | 141.52 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 138 | 189 | 0 | 0.34 | 0.10 | 0.18 | 316.9 | 0.44 | 0.68 |
| Hex | D1 | 8A | BD | 0 | 22 | A | 12 | 13D | 2C | 44 |
| Octal | 321 | 212 | 275 | 0 | 42 | 12 | 22 | 475 | 54 | 104 |
| Binary | 11010001 | 10001010 | 10111101 | 0 | 100010 | 1010 | 10010 | 100111101 | 101100 | 1000100 |
Color Harmonies of #D18ABD
Complementary color
Monochromatic Colors of #D18ABD
Black with #D18ABD
Text Example
Text Example
White with #D18ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18ABD; }
p { color: rgb(209,138,189); }
H1.HeaderClassName
{
color: #D18ABD;
}
.AnyTagClassName
{
color: #D18ABD;
}
</style>
background-color css
<style>
a { background-color: #D18ABD; }
a { background-color: rgb(209,138,189); }
div.DivClassName
{
background-color: #D18ABD;
}
.BgClassName
{
background-color: #D18ABD;
}
</style>
border-color css
<style>
span { border-color: #D18ABD; }
span { border-color: rgb(209,138,189); }
td.TdClassName
{
border-color: #D18ABD;
}
.TagClassName
{
border-color: #D18ABD;
}
</style>