Shades of Lilac #D193D2
Tints of Lilac #D193D2
RGB
CMYK
RGB Variations
Color information
#D193D2 (or 0xD193D2) is known color: Lilac. HEX triplet: D1, 93 and D2. RGB value is (209,147,210). Sum of RGB (Red+Green+Blue) = 209+147+210=566 (74% of max value = 765). Red value is 209 (82.03% from 255 or 36.93% from 566); Green value is 147 (57.81% from 255 or 25.97% from 566); Blue value is 210 (82.42% from 255 or 37.10% from 566); Max value from RGB is 210 - color contains mainly: blue. Hex color #D193D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D193D2 is #2E6C2D. Grayscale: #ACACAC. Windows color (decimal): -3042350 or 13800401. OLE color: 13800401.
HSL color Cylindrical-coordinate representation of color #D193D2: hue angle of 299.05º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D193D2 is Cyan = 0.00, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 147 | 210 | - |
| CMYK | 0.00 | 0.30 | 0 | 0.18 |
| HSL | 299.05º | 0.41% | 0.7% | - |
| HSV(B) | 299.05º | 0.3% | 0.82% | - |
| XYZ | 48.36 | 39.08 | 65.97 | - |
| YUV | 172.72 | 149.04 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 147 | 210 | 0.00 | 0.30 | 0 | 0.18 | 299.05 | 0.41 | 0.7 |
| Hex | D1 | 93 | D2 | 0 | 1E | 0 | 12 | 12B | 29 | 46 |
| Octal | 321 | 223 | 322 | 0 | 36 | 0 | 22 | 453 | 51 | 106 |
| Binary | 11010001 | 10010011 | 11010010 | 0 | 11110 | 0 | 10010 | 100101011 | 101001 | 1000110 |
Color Harmonies of #D193D2
Complementary color
Monochromatic Colors of #D193D2
Black with #D193D2
Text Example
Text Example
White with #D193D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D193D2; }
p { color: rgb(209,147,210); }
H1.HeaderClassName
{
color: #D193D2;
}
.AnyTagClassName
{
color: #D193D2;
}
</style>
background-color css
<style>
a { background-color: #D193D2; }
a { background-color: rgb(209,147,210); }
div.DivClassName
{
background-color: #D193D2;
}
.BgClassName
{
background-color: #D193D2;
}
</style>
border-color css
<style>
span { border-color: #D193D2; }
span { border-color: rgb(209,147,210); }
td.TdClassName
{
border-color: #D193D2;
}
.TagClassName
{
border-color: #D193D2;
}
</style>