Shades of Lily #D192B5
Tints of Lily #D192B5
RGB
CMYK
RGB Variations
Color information
#D192B5 (or 0xD192B5) is known color: Lily. HEX triplet: D1, 92 and B5. RGB value is (209,146,181). Sum of RGB (Red+Green+Blue) = 209+146+181=536 (70% of max value = 765). Red value is 209 (82.03% from 255 or 38.99% from 536); Green value is 146 (57.42% from 255 or 27.24% from 536); Blue value is 181 (71.09% from 255 or 33.77% from 536); Max value from RGB is 209 - color contains mainly: red. Hex color #D192B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D192B5 is #2E6D4A. Grayscale: #A8A8A8. Windows color (decimal): -3042635 or 11899601. OLE color: 11899601.
HSL color Cylindrical-coordinate representation of color #D192B5: hue angle of 326.67º 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 #D192B5 is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 146 | 181 | - |
| CMYK | 0 | 0.30 | 0.13 | 0.18 |
| HSL | 326.67º | 0.41% | 0.7% | - |
| HSV(B) | 326.67º | 0.3% | 0.82% | - |
| XYZ | 44.91 | 37.45 | 48.58 | - |
| YUV | 168.83 | 134.87 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 146 | 181 | 0 | 0.30 | 0.13 | 0.18 | 326.67 | 0.41 | 0.7 |
| Hex | D1 | 92 | B5 | 0 | 1E | D | 12 | 147 | 29 | 46 |
| Octal | 321 | 222 | 265 | 0 | 36 | 15 | 22 | 507 | 51 | 106 |
| Binary | 11010001 | 10010010 | 10110101 | 0 | 11110 | 1101 | 10010 | 101000111 | 101001 | 1000110 |
Color Harmonies of #D192B5
Complementary color
Monochromatic Colors of #D192B5
Black with #D192B5
Text Example
Text Example
White with #D192B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D192B5; }
p { color: rgb(209,146,181); }
H1.HeaderClassName
{
color: #D192B5;
}
.AnyTagClassName
{
color: #D192B5;
}
</style>
background-color css
<style>
a { background-color: #D192B5; }
a { background-color: rgb(209,146,181); }
div.DivClassName
{
background-color: #D192B5;
}
.BgClassName
{
background-color: #D192B5;
}
</style>
border-color css
<style>
span { border-color: #D192B5; }
span { border-color: rgb(209,146,181); }
td.TdClassName
{
border-color: #D192B5;
}
.TagClassName
{
border-color: #D192B5;
}
</style>