Shades of Lilac #D198C7
Tints of Lilac #D198C7
RGB
CMYK
RGB Variations
Color information
#D198C7 (or 0xD198C7) is known color: Lilac. HEX triplet: D1, 98 and C7. RGB value is (209,152,199). Sum of RGB (Red+Green+Blue) = 209+152+199=560 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.32% from 560); Green value is 152 (59.77% from 255 or 27.14% from 560); Blue value is 199 (78.12% from 255 or 35.54% from 560); Max value from RGB is 209 - color contains mainly: red. Hex color #D198C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D198C7 is #2E6738. Grayscale: #AEAEAE. Windows color (decimal): -3041081 or 13080785. OLE color: 13080785.
HSL color Cylindrical-coordinate representation of color #D198C7: hue angle of 310.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 #D198C7 is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 152 | 199 | - |
| CMYK | 0 | 0.27 | 0.05 | 0.18 |
| HSL | 310.53º | 0.38% | 0.71% | - |
| HSV(B) | 310.53º | 0.27% | 0.82% | - |
| XYZ | 47.83 | 40.14 | 59.26 | - |
| YUV | 174.4 | 141.88 | 152.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 152 | 199 | 0 | 0.27 | 0.05 | 0.18 | 310.53 | 0.38 | 0.71 |
| Hex | D1 | 98 | C7 | 0 | 1B | 5 | 12 | 137 | 26 | 47 |
| Octal | 321 | 230 | 307 | 0 | 33 | 5 | 22 | 467 | 46 | 107 |
| Binary | 11010001 | 10011000 | 11000111 | 0 | 11011 | 101 | 10010 | 100110111 | 100110 | 1000111 |
Color Harmonies of #D198C7
Complementary color
Monochromatic Colors of #D198C7
Black with #D198C7
Text Example
Text Example
White with #D198C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D198C7; }
p { color: rgb(209,152,199); }
H1.HeaderClassName
{
color: #D198C7;
}
.AnyTagClassName
{
color: #D198C7;
}
</style>
background-color css
<style>
a { background-color: #D198C7; }
a { background-color: rgb(209,152,199); }
div.DivClassName
{
background-color: #D198C7;
}
.BgClassName
{
background-color: #D198C7;
}
</style>
border-color css
<style>
span { border-color: #D198C7; }
span { border-color: rgb(209,152,199); }
td.TdClassName
{
border-color: #D198C7;
}
.TagClassName
{
border-color: #D198C7;
}
</style>