Shades of Lilac #D191D2
Tints of Lilac #D191D2
RGB
CMYK
RGB Variations
Color information
#D191D2 (or 0xD191D2) is known color: Lilac. HEX triplet: D1, 91 and D2. RGB value is (209,145,210). Sum of RGB (Red+Green+Blue) = 209+145+210=564 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.06% from 564); Green value is 145 (57.03% from 255 or 25.71% from 564); Blue value is 210 (82.42% from 255 or 37.23% from 564); Max value from RGB is 210 - color contains mainly: blue. Hex color #D191D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D191D2 is #2E6E2D. Grayscale: #ABABAB. Windows color (decimal): -3042862 or 13799889. OLE color: 13799889.
HSL color Cylindrical-coordinate representation of color #D191D2: hue angle of 299.08º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D191D2 is Cyan = 0.00, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 145 | 210 | - |
| CMYK | 0.00 | 0.31 | 0 | 0.18 |
| HSL | 299.08º | 0.42% | 0.7% | - |
| HSV(B) | 299.08º | 0.31% | 0.82% | - |
| XYZ | 48.05 | 38.46 | 65.86 | - |
| YUV | 171.55 | 149.7 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 145 | 210 | 0.00 | 0.31 | 0 | 0.18 | 299.08 | 0.42 | 0.7 |
| Hex | D1 | 91 | D2 | 0 | 1F | 0 | 12 | 12B | 2A | 46 |
| Octal | 321 | 221 | 322 | 0 | 37 | 0 | 22 | 453 | 52 | 106 |
| Binary | 11010001 | 10010001 | 11010010 | 0 | 11111 | 0 | 10010 | 100101011 | 101010 | 1000110 |
Color Harmonies of #D191D2
Complementary color
Monochromatic Colors of #D191D2
Black with #D191D2
Text Example
Text Example
White with #D191D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D191D2; }
p { color: rgb(209,145,210); }
H1.HeaderClassName
{
color: #D191D2;
}
.AnyTagClassName
{
color: #D191D2;
}
</style>
background-color css
<style>
a { background-color: #D191D2; }
a { background-color: rgb(209,145,210); }
div.DivClassName
{
background-color: #D191D2;
}
.BgClassName
{
background-color: #D191D2;
}
</style>
border-color css
<style>
span { border-color: #D191D2; }
span { border-color: rgb(209,145,210); }
td.TdClassName
{
border-color: #D191D2;
}
.TagClassName
{
border-color: #D191D2;
}
</style>