Shades of Lilac #D19BC5
Tints of Lilac #D19BC5
RGB
CMYK
RGB Variations
Color information
#D19BC5 (or 0xD19BC5) is known color: Lilac. HEX triplet: D1, 9B and C5. RGB value is (209,155,197). Sum of RGB (Red+Green+Blue) = 209+155+197=561 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.25% from 561); Green value is 155 (60.94% from 255 or 27.63% from 561); Blue value is 197 (77.34% from 255 or 35.12% from 561); Max value from RGB is 209 - color contains mainly: red. Hex color #D19BC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D19BC5 is #2E643A. Grayscale: #AFAFAF. Windows color (decimal): -3040315 or 12950481. OLE color: 12950481.
HSL color Cylindrical-coordinate representation of color #D19BC5: hue angle of 313.33º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D19BC5 is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 155 | 197 | - |
| CMYK | 0 | 0.26 | 0.06 | 0.18 |
| HSL | 313.33º | 0.37% | 0.71% | - |
| HSV(B) | 313.33º | 0.26% | 0.82% | - |
| XYZ | 48.09 | 41.03 | 58.21 | - |
| YUV | 175.93 | 139.89 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 155 | 197 | 0 | 0.26 | 0.06 | 0.18 | 313.33 | 0.37 | 0.71 |
| Hex | D1 | 9B | C5 | 0 | 1A | 6 | 12 | 139 | 25 | 47 |
| Octal | 321 | 233 | 305 | 0 | 32 | 6 | 22 | 471 | 45 | 107 |
| Binary | 11010001 | 10011011 | 11000101 | 0 | 11010 | 110 | 10010 | 100111001 | 100101 | 1000111 |
Color Harmonies of #D19BC5
Complementary color
Monochromatic Colors of #D19BC5
Black with #D19BC5
Text Example
Text Example
White with #D19BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19BC5; }
p { color: rgb(209,155,197); }
H1.HeaderClassName
{
color: #D19BC5;
}
.AnyTagClassName
{
color: #D19BC5;
}
</style>
background-color css
<style>
a { background-color: #D19BC5; }
a { background-color: rgb(209,155,197); }
div.DivClassName
{
background-color: #D19BC5;
}
.BgClassName
{
background-color: #D19BC5;
}
</style>
border-color css
<style>
span { border-color: #D19BC5; }
span { border-color: rgb(209,155,197); }
td.TdClassName
{
border-color: #D19BC5;
}
.TagClassName
{
border-color: #D19BC5;
}
</style>