Shades of Lily #D18DB2
Tints of Lily #D18DB2
RGB
CMYK
RGB Variations
Color information
#D18DB2 (or 0xD18DB2) is known color: Lily. HEX triplet: D1, 8D and B2. RGB value is (209,141,178). Sum of RGB (Red+Green+Blue) = 209+141+178=528 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.58% from 528); Green value is 141 (55.47% from 255 or 26.70% from 528); Blue value is 178 (69.92% from 255 or 33.71% from 528); Max value from RGB is 209 - color contains mainly: red. Hex color #D18DB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18DB2 is #2E724D. Grayscale: #A5A5A5. Windows color (decimal): -3043918 or 11701713. OLE color: 11701713.
HSL color Cylindrical-coordinate representation of color #D18DB2: hue angle of 327.35º 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 #D18DB2 is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 141 | 178 | - |
| CMYK | 0 | 0.33 | 0.15 | 0.18 |
| HSL | 327.35º | 0.43% | 0.69% | - |
| HSV(B) | 327.35º | 0.33% | 0.82% | - |
| XYZ | 43.86 | 35.82 | 46.72 | - |
| YUV | 165.55 | 135.03 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 141 | 178 | 0 | 0.33 | 0.15 | 0.18 | 327.35 | 0.43 | 0.69 |
| Hex | D1 | 8D | B2 | 0 | 21 | F | 12 | 147 | 2A | 45 |
| Octal | 321 | 215 | 262 | 0 | 41 | 17 | 22 | 507 | 52 | 105 |
| Binary | 11010001 | 10001101 | 10110010 | 0 | 100001 | 1111 | 10010 | 101000111 | 101010 | 1000101 |
Color Harmonies of #D18DB2
Complementary color
Monochromatic Colors of #D18DB2
Black with #D18DB2
Text Example
Text Example
White with #D18DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18DB2; }
p { color: rgb(209,141,178); }
H1.HeaderClassName
{
color: #D18DB2;
}
.AnyTagClassName
{
color: #D18DB2;
}
</style>
background-color css
<style>
a { background-color: #D18DB2; }
a { background-color: rgb(209,141,178); }
div.DivClassName
{
background-color: #D18DB2;
}
.BgClassName
{
background-color: #D18DB2;
}
</style>
border-color css
<style>
span { border-color: #D18DB2; }
span { border-color: rgb(209,141,178); }
td.TdClassName
{
border-color: #D18DB2;
}
.TagClassName
{
border-color: #D18DB2;
}
</style>