Shades of Lily #D188B9
Tints of Lily #D188B9
RGB
CMYK
RGB Variations
Color information
#D188B9 (or 0xD188B9) is known color: Lily. HEX triplet: D1, 88 and B9. RGB value is (209,136,185). Sum of RGB (Red+Green+Blue) = 209+136+185=530 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.43% from 530); Green value is 136 (53.52% from 255 or 25.66% from 530); Blue value is 185 (72.66% from 255 or 34.91% from 530); Max value from RGB is 209 - color contains mainly: red. Hex color #D188B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D188B9 is #2E7746. Grayscale: #A3A3A3. Windows color (decimal): -3045191 or 12159185. OLE color: 12159185.
HSL color Cylindrical-coordinate representation of color #D188B9: hue angle of 319.73º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D188B9 is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 136 | 185 | - |
| CMYK | 0 | 0.35 | 0.11 | 0.18 |
| HSL | 319.73º | 0.44% | 0.68% | - |
| HSV(B) | 319.73º | 0.35% | 0.82% | - |
| XYZ | 43.86 | 34.67 | 50.28 | - |
| YUV | 163.41 | 140.18 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 136 | 185 | 0 | 0.35 | 0.11 | 0.18 | 319.73 | 0.44 | 0.68 |
| Hex | D1 | 88 | B9 | 0 | 23 | B | 12 | 140 | 2C | 44 |
| Octal | 321 | 210 | 271 | 0 | 43 | 13 | 22 | 500 | 54 | 104 |
| Binary | 11010001 | 10001000 | 10111001 | 0 | 100011 | 1011 | 10010 | 101000000 | 101100 | 1000100 |
Color Harmonies of #D188B9
Complementary color
Monochromatic Colors of #D188B9
Black with #D188B9
Text Example
Text Example
White with #D188B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D188B9; }
p { color: rgb(209,136,185); }
H1.HeaderClassName
{
color: #D188B9;
}
.AnyTagClassName
{
color: #D188B9;
}
</style>
background-color css
<style>
a { background-color: #D188B9; }
a { background-color: rgb(209,136,185); }
div.DivClassName
{
background-color: #D188B9;
}
.BgClassName
{
background-color: #D188B9;
}
</style>
border-color css
<style>
span { border-color: #D188B9; }
span { border-color: rgb(209,136,185); }
td.TdClassName
{
border-color: #D188B9;
}
.TagClassName
{
border-color: #D188B9;
}
</style>