Shades of Lilac #D199CF
Tints of Lilac #D199CF
RGB
CMYK
RGB Variations
Color information
#D199CF (or 0xD199CF) is known color: Lilac. HEX triplet: D1, 99 and CF. RGB value is (209,153,207). Sum of RGB (Red+Green+Blue) = 209+153+207=569 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.73% from 569); Green value is 153 (60.16% from 255 or 26.89% from 569); Blue value is 207 (81.25% from 255 or 36.38% from 569); Max value from RGB is 209 - color contains mainly: red. Hex color #D199CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D199CF is #2E6630. Grayscale: #AFAFAF. Windows color (decimal): -3040817 or 13605329. OLE color: 13605329.
HSL color Cylindrical-coordinate representation of color #D199CF: hue angle of 302.14º 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 #D199CF is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 153 | 207 | - |
| CMYK | 0 | 0.27 | 0.01 | 0.18 |
| HSL | 302.14º | 0.38% | 0.71% | - |
| HSV(B) | 302.14º | 0.27% | 0.82% | - |
| XYZ | 48.95 | 40.84 | 64.34 | - |
| YUV | 175.9 | 145.55 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 153 | 207 | 0 | 0.27 | 0.01 | 0.18 | 302.14 | 0.38 | 0.71 |
| Hex | D1 | 99 | CF | 0 | 1B | 1 | 12 | 12E | 26 | 47 |
| Octal | 321 | 231 | 317 | 0 | 33 | 1 | 22 | 456 | 46 | 107 |
| Binary | 11010001 | 10011001 | 11001111 | 0 | 11011 | 1 | 10010 | 100101110 | 100110 | 1000111 |
Color Harmonies of #D199CF
Complementary color
Monochromatic Colors of #D199CF
Black with #D199CF
Text Example
Text Example
White with #D199CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D199CF; }
p { color: rgb(209,153,207); }
H1.HeaderClassName
{
color: #D199CF;
}
.AnyTagClassName
{
color: #D199CF;
}
</style>
background-color css
<style>
a { background-color: #D199CF; }
a { background-color: rgb(209,153,207); }
div.DivClassName
{
background-color: #D199CF;
}
.BgClassName
{
background-color: #D199CF;
}
</style>
border-color css
<style>
span { border-color: #D199CF; }
span { border-color: rgb(209,153,207); }
td.TdClassName
{
border-color: #D199CF;
}
.TagClassName
{
border-color: #D199CF;
}
</style>