Shades of Lily #D198BC
Tints of Lily #D198BC
RGB
CMYK
RGB Variations
Color information
#D198BC (or 0xD198BC) is known color: Lily. HEX triplet: D1, 98 and BC. RGB value is (209,152,188). Sum of RGB (Red+Green+Blue) = 209+152+188=549 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.07% from 549); Green value is 152 (59.77% from 255 or 27.69% from 549); Blue value is 188 (73.83% from 255 or 34.24% from 549); Max value from RGB is 209 - color contains mainly: red. Hex color #D198BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D198BC is #2E6743. Grayscale: #ADADAD. Windows color (decimal): -3041092 or 12359889. OLE color: 12359889.
HSL color Cylindrical-coordinate representation of color #D198BC: hue angle of 322.11º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D198BC is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 152 | 188 | - |
| CMYK | 0 | 0.27 | 0.10 | 0.18 |
| HSL | 322.11º | 0.38% | 0.71% | - |
| HSV(B) | 322.11º | 0.27% | 0.82% | - |
| XYZ | 46.6 | 39.64 | 52.77 | - |
| YUV | 173.15 | 136.38 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 152 | 188 | 0 | 0.27 | 0.10 | 0.18 | 322.11 | 0.38 | 0.71 |
| Hex | D1 | 98 | BC | 0 | 1B | A | 12 | 142 | 26 | 47 |
| Octal | 321 | 230 | 274 | 0 | 33 | 12 | 22 | 502 | 46 | 107 |
| Binary | 11010001 | 10011000 | 10111100 | 0 | 11011 | 1010 | 10010 | 101000010 | 100110 | 1000111 |
Color Harmonies of #D198BC
Complementary color
Monochromatic Colors of #D198BC
Black with #D198BC
Text Example
Text Example
White with #D198BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D198BC; }
p { color: rgb(209,152,188); }
H1.HeaderClassName
{
color: #D198BC;
}
.AnyTagClassName
{
color: #D198BC;
}
</style>
background-color css
<style>
a { background-color: #D198BC; }
a { background-color: rgb(209,152,188); }
div.DivClassName
{
background-color: #D198BC;
}
.BgClassName
{
background-color: #D198BC;
}
</style>
border-color css
<style>
span { border-color: #D198BC; }
span { border-color: rgb(209,152,188); }
td.TdClassName
{
border-color: #D198BC;
}
.TagClassName
{
border-color: #D198BC;
}
</style>