Shades of Lily #D192BC
Tints of Lily #D192BC
RGB
CMYK
RGB Variations
Color information
#D192BC (or 0xD192BC) is known color: Lily. HEX triplet: D1, 92 and BC. RGB value is (209,146,188). Sum of RGB (Red+Green+Blue) = 209+146+188=543 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.49% from 543); Green value is 146 (57.42% from 255 or 26.89% from 543); Blue value is 188 (73.83% from 255 or 34.62% from 543); Max value from RGB is 209 - color contains mainly: red. Hex color #D192BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D192BC is #2E6D43. Grayscale: #A9A9A9. Windows color (decimal): -3042628 or 12358353. OLE color: 12358353.
HSL color Cylindrical-coordinate representation of color #D192BC: hue angle of 320º 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 #D192BC is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 146 | 188 | - |
| CMYK | 0 | 0.30 | 0.10 | 0.18 |
| HSL | 320º | 0.41% | 0.7% | - |
| HSV(B) | 320º | 0.3% | 0.82% | - |
| XYZ | 45.65 | 37.74 | 52.46 | - |
| YUV | 169.63 | 138.37 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 146 | 188 | 0 | 0.30 | 0.10 | 0.18 | 320 | 0.41 | 0.7 |
| Hex | D1 | 92 | BC | 0 | 1E | A | 12 | 140 | 29 | 46 |
| Octal | 321 | 222 | 274 | 0 | 36 | 12 | 22 | 500 | 51 | 106 |
| Binary | 11010001 | 10010010 | 10111100 | 0 | 11110 | 1010 | 10010 | 101000000 | 101001 | 1000110 |
Color Harmonies of #D192BC
Complementary color
Monochromatic Colors of #D192BC
Black with #D192BC
Text Example
Text Example
White with #D192BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D192BC; }
p { color: rgb(209,146,188); }
H1.HeaderClassName
{
color: #D192BC;
}
.AnyTagClassName
{
color: #D192BC;
}
</style>
background-color css
<style>
a { background-color: #D192BC; }
a { background-color: rgb(209,146,188); }
div.DivClassName
{
background-color: #D192BC;
}
.BgClassName
{
background-color: #D192BC;
}
</style>
border-color css
<style>
span { border-color: #D192BC; }
span { border-color: rgb(209,146,188); }
td.TdClassName
{
border-color: #D192BC;
}
.TagClassName
{
border-color: #D192BC;
}
</style>