Shades of Lily #D187BD
Tints of Lily #D187BD
RGB
CMYK
RGB Variations
Color information
#D187BD (or 0xD187BD) is known color: Lily. HEX triplet: D1, 87 and BD. RGB value is (209,135,189). Sum of RGB (Red+Green+Blue) = 209+135+189=533 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.21% from 533); Green value is 135 (53.12% from 255 or 25.33% from 533); Blue value is 189 (74.22% from 255 or 35.46% from 533); Max value from RGB is 209 - color contains mainly: red. Hex color #D187BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D187BD is #2E7842. Grayscale: #A3A3A3. Windows color (decimal): -3045443 or 12421073. OLE color: 12421073.
HSL color Cylindrical-coordinate representation of color #D187BD: hue angle of 316.22º 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 #D187BD is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 135 | 189 | - |
| CMYK | 0 | 0.35 | 0.10 | 0.18 |
| HSL | 316.22º | 0.45% | 0.67% | - |
| HSV(B) | 316.22º | 0.35% | 0.82% | - |
| XYZ | 44.14 | 34.56 | 52.49 | - |
| YUV | 163.28 | 142.52 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 135 | 189 | 0 | 0.35 | 0.10 | 0.18 | 316.22 | 0.45 | 0.67 |
| Hex | D1 | 87 | BD | 0 | 23 | A | 12 | 13C | 2D | 43 |
| Octal | 321 | 207 | 275 | 0 | 43 | 12 | 22 | 474 | 55 | 103 |
| Binary | 11010001 | 10000111 | 10111101 | 0 | 100011 | 1010 | 10010 | 100111100 | 101101 | 1000011 |
Color Harmonies of #D187BD
Complementary color
Monochromatic Colors of #D187BD
Black with #D187BD
Text Example
Text Example
White with #D187BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D187BD; }
p { color: rgb(209,135,189); }
H1.HeaderClassName
{
color: #D187BD;
}
.AnyTagClassName
{
color: #D187BD;
}
</style>
background-color css
<style>
a { background-color: #D187BD; }
a { background-color: rgb(209,135,189); }
div.DivClassName
{
background-color: #D187BD;
}
.BgClassName
{
background-color: #D187BD;
}
</style>
border-color css
<style>
span { border-color: #D187BD; }
span { border-color: rgb(209,135,189); }
td.TdClassName
{
border-color: #D187BD;
}
.TagClassName
{
border-color: #D187BD;
}
</style>