Shades of Lily #D186B9
Tints of Lily #D186B9
RGB
CMYK
RGB Variations
Color information
#D186B9 (or 0xD186B9) is known color: Lily. HEX triplet: D1, 86 and B9. RGB value is (209,134,185). Sum of RGB (Red+Green+Blue) = 209+134+185=528 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.58% from 528); Green value is 134 (52.73% from 255 or 25.38% from 528); Blue value is 185 (72.66% from 255 or 35.04% from 528); Max value from RGB is 209 - color contains mainly: red. Hex color #D186B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D186B9 is #2E7946. Grayscale: #A2A2A2. Windows color (decimal): -3045703 or 12158673. OLE color: 12158673.
HSL color Cylindrical-coordinate representation of color #D186B9: hue angle of 319.2º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D186B9 is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 134 | 185 | - |
| CMYK | 0 | 0.36 | 0.11 | 0.18 |
| HSL | 319.2º | 0.45% | 0.67% | - |
| HSV(B) | 319.2º | 0.36% | 0.82% | - |
| XYZ | 43.58 | 34.11 | 50.19 | - |
| YUV | 162.24 | 140.85 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 134 | 185 | 0 | 0.36 | 0.11 | 0.18 | 319.2 | 0.45 | 0.67 |
| Hex | D1 | 86 | B9 | 0 | 24 | B | 12 | 13F | 2D | 43 |
| Octal | 321 | 206 | 271 | 0 | 44 | 13 | 22 | 477 | 55 | 103 |
| Binary | 11010001 | 10000110 | 10111001 | 0 | 100100 | 1011 | 10010 | 100111111 | 101101 | 1000011 |
Color Harmonies of #D186B9
Complementary color
Monochromatic Colors of #D186B9
Black with #D186B9
Text Example
Text Example
White with #D186B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D186B9; }
p { color: rgb(209,134,185); }
H1.HeaderClassName
{
color: #D186B9;
}
.AnyTagClassName
{
color: #D186B9;
}
</style>
background-color css
<style>
a { background-color: #D186B9; }
a { background-color: rgb(209,134,185); }
div.DivClassName
{
background-color: #D186B9;
}
.BgClassName
{
background-color: #D186B9;
}
</style>
border-color css
<style>
span { border-color: #D186B9; }
span { border-color: rgb(209,134,185); }
td.TdClassName
{
border-color: #D186B9;
}
.TagClassName
{
border-color: #D186B9;
}
</style>