Shades of Lily #D192BA
Tints of Lily #D192BA
RGB
CMYK
RGB Variations
Color information
#D192BA (or 0xD192BA) is known color: Lily. HEX triplet: D1, 92 and BA. RGB value is (209,146,186). Sum of RGB (Red+Green+Blue) = 209+146+186=541 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.63% from 541); Green value is 146 (57.42% from 255 or 26.99% from 541); Blue value is 186 (73.05% from 255 or 34.38% from 541); Max value from RGB is 209 - color contains mainly: red. Hex color #D192BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D192BA is #2E6D45. Grayscale: #A9A9A9. Windows color (decimal): -3042630 or 12227281. OLE color: 12227281.
HSL color Cylindrical-coordinate representation of color #D192BA: hue angle of 321.9º 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 #D192BA is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 146 | 186 | - |
| CMYK | 0 | 0.30 | 0.11 | 0.18 |
| HSL | 321.9º | 0.41% | 0.7% | - |
| HSV(B) | 321.9º | 0.3% | 0.82% | - |
| XYZ | 45.44 | 37.66 | 51.33 | - |
| YUV | 169.4 | 137.37 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 146 | 186 | 0 | 0.30 | 0.11 | 0.18 | 321.9 | 0.41 | 0.7 |
| Hex | D1 | 92 | BA | 0 | 1E | B | 12 | 142 | 29 | 46 |
| Octal | 321 | 222 | 272 | 0 | 36 | 13 | 22 | 502 | 51 | 106 |
| Binary | 11010001 | 10010010 | 10111010 | 0 | 11110 | 1011 | 10010 | 101000010 | 101001 | 1000110 |
Color Harmonies of #D192BA
Complementary color
Monochromatic Colors of #D192BA
Black with #D192BA
Text Example
Text Example
White with #D192BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D192BA; }
p { color: rgb(209,146,186); }
H1.HeaderClassName
{
color: #D192BA;
}
.AnyTagClassName
{
color: #D192BA;
}
</style>
background-color css
<style>
a { background-color: #D192BA; }
a { background-color: rgb(209,146,186); }
div.DivClassName
{
background-color: #D192BA;
}
.BgClassName
{
background-color: #D192BA;
}
</style>
border-color css
<style>
span { border-color: #D192BA; }
span { border-color: rgb(209,146,186); }
td.TdClassName
{
border-color: #D192BA;
}
.TagClassName
{
border-color: #D192BA;
}
</style>