Shades of Lily #D187BF
Tints of Lily #D187BF
RGB
CMYK
RGB Variations
Color information
#D187BF (or 0xD187BF) is known color: Lily. HEX triplet: D1, 87 and BF. RGB value is (209,135,191). Sum of RGB (Red+Green+Blue) = 209+135+191=535 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.07% from 535); Green value is 135 (53.12% from 255 or 25.23% from 535); Blue value is 191 (75% from 255 or 35.70% from 535); Max value from RGB is 209 - color contains mainly: red. Hex color #D187BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D187BF is #2E7840. Grayscale: #A3A3A3. Windows color (decimal): -3045441 or 12552145. OLE color: 12552145.
HSL color Cylindrical-coordinate representation of color #D187BF: hue angle of 314.59º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D187BF is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 135 | 191 | - |
| CMYK | 0 | 0.35 | 0.09 | 0.18 |
| HSL | 314.59º | 0.45% | 0.67% | - |
| HSV(B) | 314.59º | 0.35% | 0.82% | - |
| XYZ | 44.36 | 34.64 | 53.64 | - |
| YUV | 163.51 | 143.52 | 160.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 135 | 191 | 0 | 0.35 | 0.09 | 0.18 | 314.59 | 0.45 | 0.67 |
| Hex | D1 | 87 | BF | 0 | 23 | 9 | 12 | 13B | 2D | 43 |
| Octal | 321 | 207 | 277 | 0 | 43 | 11 | 22 | 473 | 55 | 103 |
| Binary | 11010001 | 10000111 | 10111111 | 0 | 100011 | 1001 | 10010 | 100111011 | 101101 | 1000011 |
Color Harmonies of #D187BF
Complementary color
Monochromatic Colors of #D187BF
Black with #D187BF
Text Example
Text Example
White with #D187BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D187BF; }
p { color: rgb(209,135,191); }
H1.HeaderClassName
{
color: #D187BF;
}
.AnyTagClassName
{
color: #D187BF;
}
</style>
background-color css
<style>
a { background-color: #D187BF; }
a { background-color: rgb(209,135,191); }
div.DivClassName
{
background-color: #D187BF;
}
.BgClassName
{
background-color: #D187BF;
}
</style>
border-color css
<style>
span { border-color: #D187BF; }
span { border-color: rgb(209,135,191); }
td.TdClassName
{
border-color: #D187BF;
}
.TagClassName
{
border-color: #D187BF;
}
</style>