Shades of Lilac #D191D0
Tints of Lilac #D191D0
RGB
CMYK
RGB Variations
Color information
#D191D0 (or 0xD191D0) is known color: Lilac. HEX triplet: D1, 91 and D0. RGB value is (209,145,208). Sum of RGB (Red+Green+Blue) = 209+145+208=562 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.19% from 562); Green value is 145 (57.03% from 255 or 25.80% from 562); Blue value is 208 (81.64% from 255 or 37.01% from 562); Max value from RGB is 209 - color contains mainly: red. Hex color #D191D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D191D0 is #2E6E2F. Grayscale: #ABABAB. Windows color (decimal): -3042864 or 13668817. OLE color: 13668817.
HSL color Cylindrical-coordinate representation of color #D191D0: hue angle of 300.94º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D191D0 is Cyan = 0, Magento = 0.31, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 145 | 208 | - |
| CMYK | 0 | 0.31 | 0.00 | 0.18 |
| HSL | 300.94º | 0.41% | 0.69% | - |
| HSV(B) | 300.94º | 0.31% | 0.82% | - |
| XYZ | 47.81 | 38.36 | 64.56 | - |
| YUV | 171.32 | 148.7 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 145 | 208 | 0 | 0.31 | 0.00 | 0.18 | 300.94 | 0.41 | 0.69 |
| Hex | D1 | 91 | D0 | 0 | 1F | 0 | 12 | 12D | 29 | 45 |
| Octal | 321 | 221 | 320 | 0 | 37 | 0 | 22 | 455 | 51 | 105 |
| Binary | 11010001 | 10010001 | 11010000 | 0 | 11111 | 0 | 10010 | 100101101 | 101001 | 1000101 |
Color Harmonies of #D191D0
Complementary color
Monochromatic Colors of #D191D0
Black with #D191D0
Text Example
Text Example
White with #D191D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D191D0; }
p { color: rgb(209,145,208); }
H1.HeaderClassName
{
color: #D191D0;
}
.AnyTagClassName
{
color: #D191D0;
}
</style>
background-color css
<style>
a { background-color: #D191D0; }
a { background-color: rgb(209,145,208); }
div.DivClassName
{
background-color: #D191D0;
}
.BgClassName
{
background-color: #D191D0;
}
</style>
border-color css
<style>
span { border-color: #D191D0; }
span { border-color: rgb(209,145,208); }
td.TdClassName
{
border-color: #D191D0;
}
.TagClassName
{
border-color: #D191D0;
}
</style>