Shades of Lily #D18AB2
Tints of Lily #D18AB2
RGB
CMYK
RGB Variations
Color information
#D18AB2 (or 0xD18AB2) is known color: Lily. HEX triplet: D1, 8A and B2. RGB value is (209,138,178). Sum of RGB (Red+Green+Blue) = 209+138+178=525 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.81% from 525); Green value is 138 (54.30% from 255 or 26.29% from 525); Blue value is 178 (69.92% from 255 or 33.90% from 525); Max value from RGB is 209 - color contains mainly: red. Hex color #D18AB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18AB2 is #2E754D. Grayscale: #A3A3A3. Windows color (decimal): -3044686 or 11700945. OLE color: 11700945.
HSL color Cylindrical-coordinate representation of color #D18AB2: hue angle of 326.2º 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 #D18AB2 is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 138 | 178 | - |
| CMYK | 0 | 0.34 | 0.15 | 0.18 |
| HSL | 326.2º | 0.44% | 0.68% | - |
| HSV(B) | 326.2º | 0.34% | 0.82% | - |
| XYZ | 43.42 | 34.95 | 46.58 | - |
| YUV | 163.79 | 136.02 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 138 | 178 | 0 | 0.34 | 0.15 | 0.18 | 326.2 | 0.44 | 0.68 |
| Hex | D1 | 8A | B2 | 0 | 22 | F | 12 | 146 | 2C | 44 |
| Octal | 321 | 212 | 262 | 0 | 42 | 17 | 22 | 506 | 54 | 104 |
| Binary | 11010001 | 10001010 | 10110010 | 0 | 100010 | 1111 | 10010 | 101000110 | 101100 | 1000100 |
Color Harmonies of #D18AB2
Complementary color
Monochromatic Colors of #D18AB2
Black with #D18AB2
Text Example
Text Example
White with #D18AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18AB2; }
p { color: rgb(209,138,178); }
H1.HeaderClassName
{
color: #D18AB2;
}
.AnyTagClassName
{
color: #D18AB2;
}
</style>
background-color css
<style>
a { background-color: #D18AB2; }
a { background-color: rgb(209,138,178); }
div.DivClassName
{
background-color: #D18AB2;
}
.BgClassName
{
background-color: #D18AB2;
}
</style>
border-color css
<style>
span { border-color: #D18AB2; }
span { border-color: rgb(209,138,178); }
td.TdClassName
{
border-color: #D18AB2;
}
.TagClassName
{
border-color: #D18AB2;
}
</style>