Shades of Lilac #D193CD
Tints of Lilac #D193CD
RGB
CMYK
RGB Variations
Color information
#D193CD (or 0xD193CD) is known color: Lilac. HEX triplet: D1, 93 and CD. RGB value is (209,147,205). Sum of RGB (Red+Green+Blue) = 209+147+205=561 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.25% from 561); Green value is 147 (57.81% from 255 or 26.20% from 561); Blue value is 205 (80.47% from 255 or 36.54% from 561); Max value from RGB is 209 - color contains mainly: red. Hex color #D193CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D193CD is #2E6C32. Grayscale: #ABABAB. Windows color (decimal): -3042355 or 13472721. OLE color: 13472721.
HSL color Cylindrical-coordinate representation of color #D193CD: hue angle of 303.87º 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 #D193CD is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 147 | 205 | - |
| CMYK | 0 | 0.30 | 0.02 | 0.18 |
| HSL | 303.87º | 0.4% | 0.7% | - |
| HSV(B) | 303.87º | 0.3% | 0.82% | - |
| XYZ | 47.75 | 38.83 | 62.74 | - |
| YUV | 172.15 | 146.54 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 147 | 205 | 0 | 0.30 | 0.02 | 0.18 | 303.87 | 0.4 | 0.7 |
| Hex | D1 | 93 | CD | 0 | 1E | 2 | 12 | 130 | 28 | 46 |
| Octal | 321 | 223 | 315 | 0 | 36 | 2 | 22 | 460 | 50 | 106 |
| Binary | 11010001 | 10010011 | 11001101 | 0 | 11110 | 10 | 10010 | 100110000 | 101000 | 1000110 |
Color Harmonies of #D193CD
Complementary color
Monochromatic Colors of #D193CD
Black with #D193CD
Text Example
Text Example
White with #D193CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D193CD; }
p { color: rgb(209,147,205); }
H1.HeaderClassName
{
color: #D193CD;
}
.AnyTagClassName
{
color: #D193CD;
}
</style>
background-color css
<style>
a { background-color: #D193CD; }
a { background-color: rgb(209,147,205); }
div.DivClassName
{
background-color: #D193CD;
}
.BgClassName
{
background-color: #D193CD;
}
</style>
border-color css
<style>
span { border-color: #D193CD; }
span { border-color: rgb(209,147,205); }
td.TdClassName
{
border-color: #D193CD;
}
.TagClassName
{
border-color: #D193CD;
}
</style>