Shades of Lily #D18FB6
Tints of Lily #D18FB6
RGB
CMYK
RGB Variations
Color information
#D18FB6 (or 0xD18FB6) is known color: Lily. HEX triplet: D1, 8F and B6. RGB value is (209,143,182). Sum of RGB (Red+Green+Blue) = 209+143+182=534 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.14% from 534); Green value is 143 (56.25% from 255 or 26.78% from 534); Blue value is 182 (71.48% from 255 or 34.08% from 534); Max value from RGB is 209 - color contains mainly: red. Hex color #D18FB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18FB6 is #2E7049. Grayscale: #A7A7A7. Windows color (decimal): -3043402 or 11964369. OLE color: 11964369.
HSL color Cylindrical-coordinate representation of color #D18FB6: hue angle of 324.55º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D18FB6 is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 143 | 182 | - |
| CMYK | 0 | 0.32 | 0.13 | 0.18 |
| HSL | 324.55º | 0.42% | 0.69% | - |
| HSV(B) | 324.55º | 0.32% | 0.82% | - |
| XYZ | 44.56 | 36.58 | 48.97 | - |
| YUV | 167.18 | 136.37 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 143 | 182 | 0 | 0.32 | 0.13 | 0.18 | 324.55 | 0.42 | 0.69 |
| Hex | D1 | 8F | B6 | 0 | 20 | D | 12 | 145 | 2A | 45 |
| Octal | 321 | 217 | 266 | 0 | 40 | 15 | 22 | 505 | 52 | 105 |
| Binary | 11010001 | 10001111 | 10110110 | 0 | 100000 | 1101 | 10010 | 101000101 | 101010 | 1000101 |
Color Harmonies of #D18FB6
Complementary color
Monochromatic Colors of #D18FB6
Black with #D18FB6
Text Example
Text Example
White with #D18FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18FB6; }
p { color: rgb(209,143,182); }
H1.HeaderClassName
{
color: #D18FB6;
}
.AnyTagClassName
{
color: #D18FB6;
}
</style>
background-color css
<style>
a { background-color: #D18FB6; }
a { background-color: rgb(209,143,182); }
div.DivClassName
{
background-color: #D18FB6;
}
.BgClassName
{
background-color: #D18FB6;
}
</style>
border-color css
<style>
span { border-color: #D18FB6; }
span { border-color: rgb(209,143,182); }
td.TdClassName
{
border-color: #D18FB6;
}
.TagClassName
{
border-color: #D18FB6;
}
</style>