Shades of Lily #D18FBC
Tints of Lily #D18FBC
RGB
CMYK
RGB Variations
Color information
#D18FBC (or 0xD18FBC) is known color: Lily. HEX triplet: D1, 8F and BC. RGB value is (209,143,188). Sum of RGB (Red+Green+Blue) = 209+143+188=540 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.70% from 540); Green value is 143 (56.25% from 255 or 26.48% from 540); Blue value is 188 (73.83% from 255 or 34.81% from 540); Max value from RGB is 209 - color contains mainly: red. Hex color #D18FBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18FBC is #2E7043. Grayscale: #A7A7A7. Windows color (decimal): -3043396 or 12357585. OLE color: 12357585.
HSL color Cylindrical-coordinate representation of color #D18FBC: hue angle of 319.09º 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 #D18FBC is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 143 | 188 | - |
| CMYK | 0 | 0.32 | 0.10 | 0.18 |
| HSL | 319.09º | 0.42% | 0.69% | - |
| HSV(B) | 319.09º | 0.32% | 0.82% | - |
| XYZ | 45.19 | 36.83 | 52.3 | - |
| YUV | 167.86 | 139.37 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 143 | 188 | 0 | 0.32 | 0.10 | 0.18 | 319.09 | 0.42 | 0.69 |
| Hex | D1 | 8F | BC | 0 | 20 | A | 12 | 13F | 2A | 45 |
| Octal | 321 | 217 | 274 | 0 | 40 | 12 | 22 | 477 | 52 | 105 |
| Binary | 11010001 | 10001111 | 10111100 | 0 | 100000 | 1010 | 10010 | 100111111 | 101010 | 1000101 |
Color Harmonies of #D18FBC
Complementary color
Monochromatic Colors of #D18FBC
Black with #D18FBC
Text Example
Text Example
White with #D18FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18FBC; }
p { color: rgb(209,143,188); }
H1.HeaderClassName
{
color: #D18FBC;
}
.AnyTagClassName
{
color: #D18FBC;
}
</style>
background-color css
<style>
a { background-color: #D18FBC; }
a { background-color: rgb(209,143,188); }
div.DivClassName
{
background-color: #D18FBC;
}
.BgClassName
{
background-color: #D18FBC;
}
</style>
border-color css
<style>
span { border-color: #D18FBC; }
span { border-color: rgb(209,143,188); }
td.TdClassName
{
border-color: #D18FBC;
}
.TagClassName
{
border-color: #D18FBC;
}
</style>