Shades of Lily #D198B4
Tints of Lily #D198B4
RGB
CMYK
RGB Variations
Color information
#D198B4 (or 0xD198B4) is known color: Lily. HEX triplet: D1, 98 and B4. RGB value is (209,152,180). Sum of RGB (Red+Green+Blue) = 209+152+180=541 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.63% from 541); Green value is 152 (59.77% from 255 or 28.10% from 541); Blue value is 180 (70.70% from 255 or 33.27% from 541); Max value from RGB is 209 - color contains mainly: red. Hex color #D198B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D198B4 is #2E674B. Grayscale: #ACACAC. Windows color (decimal): -3041100 or 11835601. OLE color: 11835601.
HSL color Cylindrical-coordinate representation of color #D198B4: hue angle of 330.53º 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 #D198B4 is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 152 | 180 | - |
| CMYK | 0 | 0.27 | 0.14 | 0.18 |
| HSL | 330.53º | 0.38% | 0.71% | - |
| HSV(B) | 330.53º | 0.27% | 0.82% | - |
| XYZ | 45.76 | 39.31 | 48.36 | - |
| YUV | 172.24 | 132.38 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 152 | 180 | 0 | 0.27 | 0.14 | 0.18 | 330.53 | 0.38 | 0.71 |
| Hex | D1 | 98 | B4 | 0 | 1B | E | 12 | 14B | 26 | 47 |
| Octal | 321 | 230 | 264 | 0 | 33 | 16 | 22 | 513 | 46 | 107 |
| Binary | 11010001 | 10011000 | 10110100 | 0 | 11011 | 1110 | 10010 | 101001011 | 100110 | 1000111 |
Color Harmonies of #D198B4
Complementary color
Monochromatic Colors of #D198B4
Black with #D198B4
Text Example
Text Example
White with #D198B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D198B4; }
p { color: rgb(209,152,180); }
H1.HeaderClassName
{
color: #D198B4;
}
.AnyTagClassName
{
color: #D198B4;
}
</style>
background-color css
<style>
a { background-color: #D198B4; }
a { background-color: rgb(209,152,180); }
div.DivClassName
{
background-color: #D198B4;
}
.BgClassName
{
background-color: #D198B4;
}
</style>
border-color css
<style>
span { border-color: #D198B4; }
span { border-color: rgb(209,152,180); }
td.TdClassName
{
border-color: #D198B4;
}
.TagClassName
{
border-color: #D198B4;
}
</style>