Shades of Lily #D19AC0
Tints of Lily #D19AC0
RGB
CMYK
RGB Variations
Color information
#D19AC0 (or 0xD19AC0) is known color: Lily. HEX triplet: D1, 9A and C0. RGB value is (209,154,192). Sum of RGB (Red+Green+Blue) = 209+154+192=555 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.66% from 555); Green value is 154 (60.55% from 255 or 27.75% from 555); Blue value is 192 (75.39% from 255 or 34.59% from 555); Max value from RGB is 209 - color contains mainly: red. Hex color #D19AC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D19AC0 is #2E653F. Grayscale: #AEAEAE. Windows color (decimal): -3040576 or 12622545. OLE color: 12622545.
HSL color Cylindrical-coordinate representation of color #D19AC0: hue angle of 318.55º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D19AC0 is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 154 | 192 | - |
| CMYK | 0 | 0.26 | 0.08 | 0.18 |
| HSL | 318.55º | 0.37% | 0.71% | - |
| HSV(B) | 318.55º | 0.26% | 0.82% | - |
| XYZ | 47.36 | 40.47 | 55.18 | - |
| YUV | 174.78 | 137.72 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 154 | 192 | 0 | 0.26 | 0.08 | 0.18 | 318.55 | 0.37 | 0.71 |
| Hex | D1 | 9A | C0 | 0 | 1A | 8 | 12 | 13F | 25 | 47 |
| Octal | 321 | 232 | 300 | 0 | 32 | 10 | 22 | 477 | 45 | 107 |
| Binary | 11010001 | 10011010 | 11000000 | 0 | 11010 | 1000 | 10010 | 100111111 | 100101 | 1000111 |
Color Harmonies of #D19AC0
Complementary color
Monochromatic Colors of #D19AC0
Black with #D19AC0
Text Example
Text Example
White with #D19AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19AC0; }
p { color: rgb(209,154,192); }
H1.HeaderClassName
{
color: #D19AC0;
}
.AnyTagClassName
{
color: #D19AC0;
}
</style>
background-color css
<style>
a { background-color: #D19AC0; }
a { background-color: rgb(209,154,192); }
div.DivClassName
{
background-color: #D19AC0;
}
.BgClassName
{
background-color: #D19AC0;
}
</style>
border-color css
<style>
span { border-color: #D19AC0; }
span { border-color: rgb(209,154,192); }
td.TdClassName
{
border-color: #D19AC0;
}
.TagClassName
{
border-color: #D19AC0;
}
</style>