Shades of Lily #D192BD
Tints of Lily #D192BD
RGB
CMYK
RGB Variations
Color information
#D192BD (or 0xD192BD) is known color: Lily. HEX triplet: D1, 92 and BD. RGB value is (209,146,189). Sum of RGB (Red+Green+Blue) = 209+146+189=544 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.42% from 544); Green value is 146 (57.42% from 255 or 26.84% from 544); Blue value is 189 (74.22% from 255 or 34.74% from 544); Max value from RGB is 209 - color contains mainly: red. Hex color #D192BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D192BD is #2E6D42. Grayscale: #A9A9A9. Windows color (decimal): -3042627 or 12423889. OLE color: 12423889.
HSL color Cylindrical-coordinate representation of color #D192BD: hue angle of 319.05º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D192BD is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 146 | 189 | - |
| CMYK | 0 | 0.30 | 0.10 | 0.18 |
| HSL | 319.05º | 0.41% | 0.7% | - |
| HSV(B) | 319.05º | 0.3% | 0.82% | - |
| XYZ | 45.76 | 37.79 | 53.03 | - |
| YUV | 169.74 | 138.87 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 146 | 189 | 0 | 0.30 | 0.10 | 0.18 | 319.05 | 0.41 | 0.7 |
| Hex | D1 | 92 | BD | 0 | 1E | A | 12 | 13F | 29 | 46 |
| Octal | 321 | 222 | 275 | 0 | 36 | 12 | 22 | 477 | 51 | 106 |
| Binary | 11010001 | 10010010 | 10111101 | 0 | 11110 | 1010 | 10010 | 100111111 | 101001 | 1000110 |
Color Harmonies of #D192BD
Complementary color
Monochromatic Colors of #D192BD
Black with #D192BD
Text Example
Text Example
White with #D192BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D192BD; }
p { color: rgb(209,146,189); }
H1.HeaderClassName
{
color: #D192BD;
}
.AnyTagClassName
{
color: #D192BD;
}
</style>
background-color css
<style>
a { background-color: #D192BD; }
a { background-color: rgb(209,146,189); }
div.DivClassName
{
background-color: #D192BD;
}
.BgClassName
{
background-color: #D192BD;
}
</style>
border-color css
<style>
span { border-color: #D192BD; }
span { border-color: rgb(209,146,189); }
td.TdClassName
{
border-color: #D192BD;
}
.TagClassName
{
border-color: #D192BD;
}
</style>