Shades of Lily #D18FBE
Tints of Lily #D18FBE
RGB
CMYK
RGB Variations
Color information
#D18FBE (or 0xD18FBE) is known color: Lily. HEX triplet: D1, 8F and BE. RGB value is (209,143,190). Sum of RGB (Red+Green+Blue) = 209+143+190=542 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.56% from 542); Green value is 143 (56.25% from 255 or 26.38% from 542); Blue value is 190 (74.61% from 255 or 35.06% from 542); Max value from RGB is 209 - color contains mainly: red. Hex color #D18FBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18FBE is #2E7041. Grayscale: #A7A7A7. Windows color (decimal): -3043394 or 12488657. OLE color: 12488657.
HSL color Cylindrical-coordinate representation of color #D18FBE: hue angle of 317.27º 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 #D18FBE is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 143 | 190 | - |
| CMYK | 0 | 0.32 | 0.09 | 0.18 |
| HSL | 317.27º | 0.42% | 0.69% | - |
| HSV(B) | 317.27º | 0.32% | 0.82% | - |
| XYZ | 45.41 | 36.92 | 53.45 | - |
| YUV | 168.09 | 140.37 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 143 | 190 | 0 | 0.32 | 0.09 | 0.18 | 317.27 | 0.42 | 0.69 |
| Hex | D1 | 8F | BE | 0 | 20 | 9 | 12 | 13D | 2A | 45 |
| Octal | 321 | 217 | 276 | 0 | 40 | 11 | 22 | 475 | 52 | 105 |
| Binary | 11010001 | 10001111 | 10111110 | 0 | 100000 | 1001 | 10010 | 100111101 | 101010 | 1000101 |
Color Harmonies of #D18FBE
Complementary color
Monochromatic Colors of #D18FBE
Black with #D18FBE
Text Example
Text Example
White with #D18FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18FBE; }
p { color: rgb(209,143,190); }
H1.HeaderClassName
{
color: #D18FBE;
}
.AnyTagClassName
{
color: #D18FBE;
}
</style>
background-color css
<style>
a { background-color: #D18FBE; }
a { background-color: rgb(209,143,190); }
div.DivClassName
{
background-color: #D18FBE;
}
.BgClassName
{
background-color: #D18FBE;
}
</style>
border-color css
<style>
span { border-color: #D18FBE; }
span { border-color: rgb(209,143,190); }
td.TdClassName
{
border-color: #D18FBE;
}
.TagClassName
{
border-color: #D18FBE;
}
</style>