Shades of Lilac #D198C5
Tints of Lilac #D198C5
RGB
CMYK
RGB Variations
Color information
#D198C5 (or 0xD198C5) is known color: Lilac. HEX triplet: D1, 98 and C5. RGB value is (209,152,197). Sum of RGB (Red+Green+Blue) = 209+152+197=558 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.46% from 558); Green value is 152 (59.77% from 255 or 27.24% from 558); Blue value is 197 (77.34% from 255 or 35.30% from 558); Max value from RGB is 209 - color contains mainly: red. Hex color #D198C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D198C5 is #2E673A. Grayscale: #AEAEAE. Windows color (decimal): -3041083 or 12949713. OLE color: 12949713.
HSL color Cylindrical-coordinate representation of color #D198C5: hue angle of 312.63º 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 #D198C5 is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 152 | 197 | - |
| CMYK | 0 | 0.27 | 0.06 | 0.18 |
| HSL | 312.63º | 0.38% | 0.71% | - |
| HSV(B) | 312.63º | 0.27% | 0.82% | - |
| XYZ | 47.6 | 40.04 | 58.04 | - |
| YUV | 174.17 | 140.88 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 152 | 197 | 0 | 0.27 | 0.06 | 0.18 | 312.63 | 0.38 | 0.71 |
| Hex | D1 | 98 | C5 | 0 | 1B | 6 | 12 | 139 | 26 | 47 |
| Octal | 321 | 230 | 305 | 0 | 33 | 6 | 22 | 471 | 46 | 107 |
| Binary | 11010001 | 10011000 | 11000101 | 0 | 11011 | 110 | 10010 | 100111001 | 100110 | 1000111 |
Color Harmonies of #D198C5
Complementary color
Monochromatic Colors of #D198C5
Black with #D198C5
Text Example
Text Example
White with #D198C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D198C5; }
p { color: rgb(209,152,197); }
H1.HeaderClassName
{
color: #D198C5;
}
.AnyTagClassName
{
color: #D198C5;
}
</style>
background-color css
<style>
a { background-color: #D198C5; }
a { background-color: rgb(209,152,197); }
div.DivClassName
{
background-color: #D198C5;
}
.BgClassName
{
background-color: #D198C5;
}
</style>
border-color css
<style>
span { border-color: #D198C5; }
span { border-color: rgb(209,152,197); }
td.TdClassName
{
border-color: #D198C5;
}
.TagClassName
{
border-color: #D198C5;
}
</style>