Shades of Lily #D190BC
Tints of Lily #D190BC
RGB
CMYK
RGB Variations
Color information
#D190BC (or 0xD190BC) is known color: Lily. HEX triplet: D1, 90 and BC. RGB value is (209,144,188). Sum of RGB (Red+Green+Blue) = 209+144+188=541 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.63% from 541); Green value is 144 (56.64% from 255 or 26.62% from 541); Blue value is 188 (73.83% from 255 or 34.75% from 541); Max value from RGB is 209 - color contains mainly: red. Hex color #D190BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D190BC is #2E6F43. Grayscale: #A8A8A8. Windows color (decimal): -3043140 or 12357841. OLE color: 12357841.
HSL color Cylindrical-coordinate representation of color #D190BC: hue angle of 319.38º 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 #D190BC is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 144 | 188 | - |
| CMYK | 0 | 0.31 | 0.10 | 0.18 |
| HSL | 319.38º | 0.41% | 0.69% | - |
| HSV(B) | 319.38º | 0.31% | 0.82% | - |
| XYZ | 45.34 | 37.13 | 52.35 | - |
| YUV | 168.45 | 139.03 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 144 | 188 | 0 | 0.31 | 0.10 | 0.18 | 319.38 | 0.41 | 0.69 |
| Hex | D1 | 90 | BC | 0 | 1F | A | 12 | 13F | 29 | 45 |
| Octal | 321 | 220 | 274 | 0 | 37 | 12 | 22 | 477 | 51 | 105 |
| Binary | 11010001 | 10010000 | 10111100 | 0 | 11111 | 1010 | 10010 | 100111111 | 101001 | 1000101 |
Color Harmonies of #D190BC
Complementary color
Monochromatic Colors of #D190BC
Black with #D190BC
Text Example
Text Example
White with #D190BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D190BC; }
p { color: rgb(209,144,188); }
H1.HeaderClassName
{
color: #D190BC;
}
.AnyTagClassName
{
color: #D190BC;
}
</style>
background-color css
<style>
a { background-color: #D190BC; }
a { background-color: rgb(209,144,188); }
div.DivClassName
{
background-color: #D190BC;
}
.BgClassName
{
background-color: #D190BC;
}
</style>
border-color css
<style>
span { border-color: #D190BC; }
span { border-color: rgb(209,144,188); }
td.TdClassName
{
border-color: #D190BC;
}
.TagClassName
{
border-color: #D190BC;
}
</style>