Shades of Lily #D187B9
Tints of Lily #D187B9
RGB
CMYK
RGB Variations
Color information
#D187B9 (or 0xD187B9) is known color: Lily. HEX triplet: D1, 87 and B9. RGB value is (209,135,185). Sum of RGB (Red+Green+Blue) = 209+135+185=529 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.51% from 529); Green value is 135 (53.12% from 255 or 25.52% from 529); Blue value is 185 (72.66% from 255 or 34.97% from 529); Max value from RGB is 209 - color contains mainly: red. Hex color #D187B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D187B9 is #2E7846. Grayscale: #A2A2A2. Windows color (decimal): -3045447 or 12158929. OLE color: 12158929.
HSL color Cylindrical-coordinate representation of color #D187B9: hue angle of 319.46º 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 #D187B9 is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 135 | 185 | - |
| CMYK | 0 | 0.35 | 0.11 | 0.18 |
| HSL | 319.46º | 0.45% | 0.67% | - |
| HSV(B) | 319.46º | 0.35% | 0.82% | - |
| XYZ | 43.72 | 34.39 | 50.23 | - |
| YUV | 162.83 | 140.52 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 135 | 185 | 0 | 0.35 | 0.11 | 0.18 | 319.46 | 0.45 | 0.67 |
| Hex | D1 | 87 | B9 | 0 | 23 | B | 12 | 13F | 2D | 43 |
| Octal | 321 | 207 | 271 | 0 | 43 | 13 | 22 | 477 | 55 | 103 |
| Binary | 11010001 | 10000111 | 10111001 | 0 | 100011 | 1011 | 10010 | 100111111 | 101101 | 1000011 |
Color Harmonies of #D187B9
Complementary color
Monochromatic Colors of #D187B9
Black with #D187B9
Text Example
Text Example
White with #D187B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D187B9; }
p { color: rgb(209,135,185); }
H1.HeaderClassName
{
color: #D187B9;
}
.AnyTagClassName
{
color: #D187B9;
}
</style>
background-color css
<style>
a { background-color: #D187B9; }
a { background-color: rgb(209,135,185); }
div.DivClassName
{
background-color: #D187B9;
}
.BgClassName
{
background-color: #D187B9;
}
</style>
border-color css
<style>
span { border-color: #D187B9; }
span { border-color: rgb(209,135,185); }
td.TdClassName
{
border-color: #D187B9;
}
.TagClassName
{
border-color: #D187B9;
}
</style>