Shades of Lilac #D199C5
Tints of Lilac #D199C5
RGB
CMYK
RGB Variations
Color information
#D199C5 (or 0xD199C5) is known color: Lilac. HEX triplet: D1, 99 and C5. RGB value is (209,153,197). Sum of RGB (Red+Green+Blue) = 209+153+197=559 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.39% from 559); Green value is 153 (60.16% from 255 or 27.37% from 559); Blue value is 197 (77.34% from 255 or 35.24% from 559); Max value from RGB is 209 - color contains mainly: red. Hex color #D199C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D199C5 is #2E663A. Grayscale: #AEAEAE. Windows color (decimal): -3040827 or 12949969. OLE color: 12949969.
HSL color Cylindrical-coordinate representation of color #D199C5: hue angle of 312.86º 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 #D199C5 is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 153 | 197 | - |
| CMYK | 0 | 0.27 | 0.06 | 0.18 |
| HSL | 312.86º | 0.38% | 0.71% | - |
| HSV(B) | 312.86º | 0.27% | 0.82% | - |
| XYZ | 47.76 | 40.37 | 58.1 | - |
| YUV | 174.76 | 140.55 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 153 | 197 | 0 | 0.27 | 0.06 | 0.18 | 312.86 | 0.38 | 0.71 |
| Hex | D1 | 99 | C5 | 0 | 1B | 6 | 12 | 139 | 26 | 47 |
| Octal | 321 | 231 | 305 | 0 | 33 | 6 | 22 | 471 | 46 | 107 |
| Binary | 11010001 | 10011001 | 11000101 | 0 | 11011 | 110 | 10010 | 100111001 | 100110 | 1000111 |
Color Harmonies of #D199C5
Complementary color
Monochromatic Colors of #D199C5
Black with #D199C5
Text Example
Text Example
White with #D199C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D199C5; }
p { color: rgb(209,153,197); }
H1.HeaderClassName
{
color: #D199C5;
}
.AnyTagClassName
{
color: #D199C5;
}
</style>
background-color css
<style>
a { background-color: #D199C5; }
a { background-color: rgb(209,153,197); }
div.DivClassName
{
background-color: #D199C5;
}
.BgClassName
{
background-color: #D199C5;
}
</style>
border-color css
<style>
span { border-color: #D199C5; }
span { border-color: rgb(209,153,197); }
td.TdClassName
{
border-color: #D199C5;
}
.TagClassName
{
border-color: #D199C5;
}
</style>