Shades of Lily #D190BA
Tints of Lily #D190BA
RGB
CMYK
RGB Variations
Color information
#D190BA (or 0xD190BA) is known color: Lily. HEX triplet: D1, 90 and BA. RGB value is (209,144,186). Sum of RGB (Red+Green+Blue) = 209+144+186=539 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.78% from 539); Green value is 144 (56.64% from 255 or 26.72% from 539); Blue value is 186 (73.05% from 255 or 34.51% from 539); Max value from RGB is 209 - color contains mainly: red. Hex color #D190BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D190BA is #2E6F45. Grayscale: #A8A8A8. Windows color (decimal): -3043142 or 12226769. OLE color: 12226769.
HSL color Cylindrical-coordinate representation of color #D190BA: hue angle of 321.23º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D190BA is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 144 | 186 | - |
| CMYK | 0 | 0.31 | 0.11 | 0.18 |
| HSL | 321.23º | 0.41% | 0.69% | - |
| HSV(B) | 321.23º | 0.31% | 0.82% | - |
| XYZ | 45.13 | 37.05 | 51.23 | - |
| YUV | 168.22 | 138.03 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 144 | 186 | 0 | 0.31 | 0.11 | 0.18 | 321.23 | 0.41 | 0.69 |
| Hex | D1 | 90 | BA | 0 | 1F | B | 12 | 141 | 29 | 45 |
| Octal | 321 | 220 | 272 | 0 | 37 | 13 | 22 | 501 | 51 | 105 |
| Binary | 11010001 | 10010000 | 10111010 | 0 | 11111 | 1011 | 10010 | 101000001 | 101001 | 1000101 |
Color Harmonies of #D190BA
Complementary color
Monochromatic Colors of #D190BA
Black with #D190BA
Text Example
Text Example
White with #D190BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D190BA; }
p { color: rgb(209,144,186); }
H1.HeaderClassName
{
color: #D190BA;
}
.AnyTagClassName
{
color: #D190BA;
}
</style>
background-color css
<style>
a { background-color: #D190BA; }
a { background-color: rgb(209,144,186); }
div.DivClassName
{
background-color: #D190BA;
}
.BgClassName
{
background-color: #D190BA;
}
</style>
border-color css
<style>
span { border-color: #D190BA; }
span { border-color: rgb(209,144,186); }
td.TdClassName
{
border-color: #D190BA;
}
.TagClassName
{
border-color: #D190BA;
}
</style>