Shades of Lilac #D198C6
Tints of Lilac #D198C6
RGB
CMYK
RGB Variations
Color information
#D198C6 (or 0xD198C6) is known color: Lilac. HEX triplet: D1, 98 and C6. RGB value is (209,152,198). Sum of RGB (Red+Green+Blue) = 209+152+198=559 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.39% from 559); Green value is 152 (59.77% from 255 or 27.19% from 559); Blue value is 198 (77.73% from 255 or 35.42% from 559); Max value from RGB is 209 - color contains mainly: red. Hex color #D198C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D198C6 is #2E6739. Grayscale: #AEAEAE. Windows color (decimal): -3041082 or 13015249. OLE color: 13015249.
HSL color Cylindrical-coordinate representation of color #D198C6: hue angle of 311.58º 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 #D198C6 is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 152 | 198 | - |
| CMYK | 0 | 0.27 | 0.05 | 0.18 |
| HSL | 311.58º | 0.38% | 0.71% | - |
| HSV(B) | 311.58º | 0.27% | 0.82% | - |
| XYZ | 47.72 | 40.09 | 58.65 | - |
| YUV | 174.29 | 141.38 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 152 | 198 | 0 | 0.27 | 0.05 | 0.18 | 311.58 | 0.38 | 0.71 |
| Hex | D1 | 98 | C6 | 0 | 1B | 5 | 12 | 138 | 26 | 47 |
| Octal | 321 | 230 | 306 | 0 | 33 | 5 | 22 | 470 | 46 | 107 |
| Binary | 11010001 | 10011000 | 11000110 | 0 | 11011 | 101 | 10010 | 100111000 | 100110 | 1000111 |
Color Harmonies of #D198C6
Complementary color
Monochromatic Colors of #D198C6
Black with #D198C6
Text Example
Text Example
White with #D198C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D198C6; }
p { color: rgb(209,152,198); }
H1.HeaderClassName
{
color: #D198C6;
}
.AnyTagClassName
{
color: #D198C6;
}
</style>
background-color css
<style>
a { background-color: #D198C6; }
a { background-color: rgb(209,152,198); }
div.DivClassName
{
background-color: #D198C6;
}
.BgClassName
{
background-color: #D198C6;
}
</style>
border-color css
<style>
span { border-color: #D198C6; }
span { border-color: rgb(209,152,198); }
td.TdClassName
{
border-color: #D198C6;
}
.TagClassName
{
border-color: #D198C6;
}
</style>