Shades of Lily #D18BC0
Tints of Lily #D18BC0
RGB
CMYK
RGB Variations
Color information
#D18BC0 (or 0xD18BC0) is known color: Lily. HEX triplet: D1, 8B and C0. RGB value is (209,139,192). Sum of RGB (Red+Green+Blue) = 209+139+192=540 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.70% from 540); Green value is 139 (54.69% from 255 or 25.74% from 540); Blue value is 192 (75.39% from 255 or 35.56% from 540); Max value from RGB is 209 - color contains mainly: red. Hex color #D18BC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18BC0 is #2E743F. Grayscale: #A5A5A5. Windows color (decimal): -3044416 or 12618705. OLE color: 12618705.
HSL color Cylindrical-coordinate representation of color #D18BC0: hue angle of 314.57º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D18BC0 is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 139 | 192 | - |
| CMYK | 0 | 0.33 | 0.08 | 0.18 |
| HSL | 314.57º | 0.43% | 0.68% | - |
| HSV(B) | 314.57º | 0.33% | 0.82% | - |
| XYZ | 45.04 | 35.83 | 54.41 | - |
| YUV | 165.97 | 142.69 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 139 | 192 | 0 | 0.33 | 0.08 | 0.18 | 314.57 | 0.43 | 0.68 |
| Hex | D1 | 8B | C0 | 0 | 21 | 8 | 12 | 13B | 2B | 44 |
| Octal | 321 | 213 | 300 | 0 | 41 | 10 | 22 | 473 | 53 | 104 |
| Binary | 11010001 | 10001011 | 11000000 | 0 | 100001 | 1000 | 10010 | 100111011 | 101011 | 1000100 |
Color Harmonies of #D18BC0
Complementary color
Monochromatic Colors of #D18BC0
Black with #D18BC0
Text Example
Text Example
White with #D18BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18BC0; }
p { color: rgb(209,139,192); }
H1.HeaderClassName
{
color: #D18BC0;
}
.AnyTagClassName
{
color: #D18BC0;
}
</style>
background-color css
<style>
a { background-color: #D18BC0; }
a { background-color: rgb(209,139,192); }
div.DivClassName
{
background-color: #D18BC0;
}
.BgClassName
{
background-color: #D18BC0;
}
</style>
border-color css
<style>
span { border-color: #D18BC0; }
span { border-color: rgb(209,139,192); }
td.TdClassName
{
border-color: #D18BC0;
}
.TagClassName
{
border-color: #D18BC0;
}
</style>