Shades of Lilac #D199CC
Tints of Lilac #D199CC
RGB
CMYK
RGB Variations
Color information
#D199CC (or 0xD199CC) is known color: Lilac. HEX triplet: D1, 99 and CC. RGB value is (209,153,204). Sum of RGB (Red+Green+Blue) = 209+153+204=566 (74% of max value = 765). Red value is 209 (82.03% from 255 or 36.93% from 566); Green value is 153 (60.16% from 255 or 27.03% from 566); Blue value is 204 (80.08% from 255 or 36.04% from 566); Max value from RGB is 209 - color contains mainly: red. Hex color #D199CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D199CC is #2E6633. Grayscale: #AFAFAF. Windows color (decimal): -3040820 or 13408721. OLE color: 13408721.
HSL color Cylindrical-coordinate representation of color #D199CC: hue angle of 305.36º 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 #D199CC is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 153 | 204 | - |
| CMYK | 0 | 0.27 | 0.02 | 0.18 |
| HSL | 305.36º | 0.38% | 0.71% | - |
| HSV(B) | 305.36º | 0.27% | 0.82% | - |
| XYZ | 48.58 | 40.7 | 62.42 | - |
| YUV | 175.56 | 144.05 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 153 | 204 | 0 | 0.27 | 0.02 | 0.18 | 305.36 | 0.38 | 0.71 |
| Hex | D1 | 99 | CC | 0 | 1B | 2 | 12 | 131 | 26 | 47 |
| Octal | 321 | 231 | 314 | 0 | 33 | 2 | 22 | 461 | 46 | 107 |
| Binary | 11010001 | 10011001 | 11001100 | 0 | 11011 | 10 | 10010 | 100110001 | 100110 | 1000111 |
Color Harmonies of #D199CC
Complementary color
Monochromatic Colors of #D199CC
Black with #D199CC
Text Example
Text Example
White with #D199CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D199CC; }
p { color: rgb(209,153,204); }
H1.HeaderClassName
{
color: #D199CC;
}
.AnyTagClassName
{
color: #D199CC;
}
</style>
background-color css
<style>
a { background-color: #D199CC; }
a { background-color: rgb(209,153,204); }
div.DivClassName
{
background-color: #D199CC;
}
.BgClassName
{
background-color: #D199CC;
}
</style>
border-color css
<style>
span { border-color: #D199CC; }
span { border-color: rgb(209,153,204); }
td.TdClassName
{
border-color: #D199CC;
}
.TagClassName
{
border-color: #D199CC;
}
</style>