Shades of Lilac #D193C6
Tints of Lilac #D193C6
RGB
CMYK
RGB Variations
Color information
#D193C6 (or 0xD193C6) is known color: Lilac. HEX triplet: D1, 93 and C6. RGB value is (209,147,198). Sum of RGB (Red+Green+Blue) = 209+147+198=554 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.73% from 554); Green value is 147 (57.81% from 255 or 26.53% from 554); Blue value is 198 (77.73% from 255 or 35.74% from 554); Max value from RGB is 209 - color contains mainly: red. Hex color #D193C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D193C6 is #2E6C39. Grayscale: #ABABAB. Windows color (decimal): -3042362 or 13013969. OLE color: 13013969.
HSL color Cylindrical-coordinate representation of color #D193C6: hue angle of 310.65º degrees, saturation: 0.4, 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 #D193C6 is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 147 | 198 | - |
| CMYK | 0 | 0.30 | 0.05 | 0.18 |
| HSL | 310.65º | 0.4% | 0.7% | - |
| HSV(B) | 310.65º | 0.3% | 0.82% | - |
| XYZ | 46.92 | 38.5 | 58.38 | - |
| YUV | 171.35 | 143.04 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 147 | 198 | 0 | 0.30 | 0.05 | 0.18 | 310.65 | 0.4 | 0.7 |
| Hex | D1 | 93 | C6 | 0 | 1E | 5 | 12 | 137 | 28 | 46 |
| Octal | 321 | 223 | 306 | 0 | 36 | 5 | 22 | 467 | 50 | 106 |
| Binary | 11010001 | 10010011 | 11000110 | 0 | 11110 | 101 | 10010 | 100110111 | 101000 | 1000110 |
Color Harmonies of #D193C6
Complementary color
Monochromatic Colors of #D193C6
Black with #D193C6
Text Example
Text Example
White with #D193C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D193C6; }
p { color: rgb(209,147,198); }
H1.HeaderClassName
{
color: #D193C6;
}
.AnyTagClassName
{
color: #D193C6;
}
</style>
background-color css
<style>
a { background-color: #D193C6; }
a { background-color: rgb(209,147,198); }
div.DivClassName
{
background-color: #D193C6;
}
.BgClassName
{
background-color: #D193C6;
}
</style>
border-color css
<style>
span { border-color: #D193C6; }
span { border-color: rgb(209,147,198); }
td.TdClassName
{
border-color: #D193C6;
}
.TagClassName
{
border-color: #D193C6;
}
</style>