Shades of Lily #D18FB2
Tints of Lily #D18FB2
RGB
CMYK
RGB Variations
Color information
#D18FB2 (or 0xD18FB2) is known color: Lily. HEX triplet: D1, 8F and B2. RGB value is (209,143,178). Sum of RGB (Red+Green+Blue) = 209+143+178=530 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.43% from 530); Green value is 143 (56.25% from 255 or 26.98% from 530); Blue value is 178 (69.92% from 255 or 33.58% from 530); Max value from RGB is 209 - color contains mainly: red. Hex color #D18FB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18FB2 is #2E704D. Grayscale: #A6A6A6. Windows color (decimal): -3043406 or 11702225. OLE color: 11702225.
HSL color Cylindrical-coordinate representation of color #D18FB2: hue angle of 328.18º 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 #D18FB2 is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 143 | 178 | - |
| CMYK | 0 | 0.32 | 0.15 | 0.18 |
| HSL | 328.18º | 0.42% | 0.69% | - |
| HSV(B) | 328.18º | 0.32% | 0.82% | - |
| XYZ | 44.15 | 36.41 | 46.82 | - |
| YUV | 166.72 | 134.37 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 143 | 178 | 0 | 0.32 | 0.15 | 0.18 | 328.18 | 0.42 | 0.69 |
| Hex | D1 | 8F | B2 | 0 | 20 | F | 12 | 148 | 2A | 45 |
| Octal | 321 | 217 | 262 | 0 | 40 | 17 | 22 | 510 | 52 | 105 |
| Binary | 11010001 | 10001111 | 10110010 | 0 | 100000 | 1111 | 10010 | 101001000 | 101010 | 1000101 |
Color Harmonies of #D18FB2
Complementary color
Monochromatic Colors of #D18FB2
Black with #D18FB2
Text Example
Text Example
White with #D18FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18FB2; }
p { color: rgb(209,143,178); }
H1.HeaderClassName
{
color: #D18FB2;
}
.AnyTagClassName
{
color: #D18FB2;
}
</style>
background-color css
<style>
a { background-color: #D18FB2; }
a { background-color: rgb(209,143,178); }
div.DivClassName
{
background-color: #D18FB2;
}
.BgClassName
{
background-color: #D18FB2;
}
</style>
border-color css
<style>
span { border-color: #D18FB2; }
span { border-color: rgb(209,143,178); }
td.TdClassName
{
border-color: #D18FB2;
}
.TagClassName
{
border-color: #D18FB2;
}
</style>