Shades of Lily #D190BE
Tints of Lily #D190BE
RGB
CMYK
RGB Variations
Color information
#D190BE (or 0xD190BE) is known color: Lily. HEX triplet: D1, 90 and BE. RGB value is (209,144,190). Sum of RGB (Red+Green+Blue) = 209+144+190=543 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.49% from 543); Green value is 144 (56.64% from 255 or 26.52% from 543); Blue value is 190 (74.61% from 255 or 34.99% from 543); Max value from RGB is 209 - color contains mainly: red. Hex color #D190BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D190BE is #2E6F41. Grayscale: #A8A8A8. Windows color (decimal): -3043138 or 12488913. OLE color: 12488913.
HSL color Cylindrical-coordinate representation of color #D190BE: hue angle of 317.54º 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 #D190BE is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 144 | 190 | - |
| CMYK | 0 | 0.31 | 0.09 | 0.18 |
| HSL | 317.54º | 0.41% | 0.69% | - |
| HSV(B) | 317.54º | 0.31% | 0.82% | - |
| XYZ | 45.56 | 37.22 | 53.5 | - |
| YUV | 168.68 | 140.03 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 144 | 190 | 0 | 0.31 | 0.09 | 0.18 | 317.54 | 0.41 | 0.69 |
| Hex | D1 | 90 | BE | 0 | 1F | 9 | 12 | 13E | 29 | 45 |
| Octal | 321 | 220 | 276 | 0 | 37 | 11 | 22 | 476 | 51 | 105 |
| Binary | 11010001 | 10010000 | 10111110 | 0 | 11111 | 1001 | 10010 | 100111110 | 101001 | 1000101 |
Color Harmonies of #D190BE
Complementary color
Monochromatic Colors of #D190BE
Black with #D190BE
Text Example
Text Example
White with #D190BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D190BE; }
p { color: rgb(209,144,190); }
H1.HeaderClassName
{
color: #D190BE;
}
.AnyTagClassName
{
color: #D190BE;
}
</style>
background-color css
<style>
a { background-color: #D190BE; }
a { background-color: rgb(209,144,190); }
div.DivClassName
{
background-color: #D190BE;
}
.BgClassName
{
background-color: #D190BE;
}
</style>
border-color css
<style>
span { border-color: #D190BE; }
span { border-color: rgb(209,144,190); }
td.TdClassName
{
border-color: #D190BE;
}
.TagClassName
{
border-color: #D190BE;
}
</style>