Shades of Lily #D192B4
Tints of Lily #D192B4
RGB
CMYK
RGB Variations
Color information
#D192B4 (or 0xD192B4) is known color: Lily. HEX triplet: D1, 92 and B4. RGB value is (209,146,180). Sum of RGB (Red+Green+Blue) = 209+146+180=535 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.07% from 535); Green value is 146 (57.42% from 255 or 27.29% from 535); Blue value is 180 (70.70% from 255 or 33.64% from 535); Max value from RGB is 209 - color contains mainly: red. Hex color #D192B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D192B4 is #2E6D4B. Grayscale: #A8A8A8. Windows color (decimal): -3042636 or 11834065. OLE color: 11834065.
HSL color Cylindrical-coordinate representation of color #D192B4: hue angle of 327.62º 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 #D192B4 is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 146 | 180 | - |
| CMYK | 0 | 0.30 | 0.14 | 0.18 |
| HSL | 327.62º | 0.41% | 0.7% | - |
| HSV(B) | 327.62º | 0.3% | 0.82% | - |
| XYZ | 44.81 | 37.41 | 48.04 | - |
| YUV | 168.71 | 134.37 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 146 | 180 | 0 | 0.30 | 0.14 | 0.18 | 327.62 | 0.41 | 0.7 |
| Hex | D1 | 92 | B4 | 0 | 1E | E | 12 | 148 | 29 | 46 |
| Octal | 321 | 222 | 264 | 0 | 36 | 16 | 22 | 510 | 51 | 106 |
| Binary | 11010001 | 10010010 | 10110100 | 0 | 11110 | 1110 | 10010 | 101001000 | 101001 | 1000110 |
Color Harmonies of #D192B4
Complementary color
Monochromatic Colors of #D192B4
Black with #D192B4
Text Example
Text Example
White with #D192B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D192B4; }
p { color: rgb(209,146,180); }
H1.HeaderClassName
{
color: #D192B4;
}
.AnyTagClassName
{
color: #D192B4;
}
</style>
background-color css
<style>
a { background-color: #D192B4; }
a { background-color: rgb(209,146,180); }
div.DivClassName
{
background-color: #D192B4;
}
.BgClassName
{
background-color: #D192B4;
}
</style>
border-color css
<style>
span { border-color: #D192B4; }
span { border-color: rgb(209,146,180); }
td.TdClassName
{
border-color: #D192B4;
}
.TagClassName
{
border-color: #D192B4;
}
</style>