Shades of Lilac #D193CA
Tints of Lilac #D193CA
RGB
CMYK
RGB Variations
Color information
#D193CA (or 0xD193CA) is known color: Lilac. HEX triplet: D1, 93 and CA. RGB value is (209,147,202). Sum of RGB (Red+Green+Blue) = 209+147+202=558 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.46% from 558); Green value is 147 (57.81% from 255 or 26.34% from 558); Blue value is 202 (79.30% from 255 or 36.20% from 558); Max value from RGB is 209 - color contains mainly: red. Hex color #D193CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D193CA is #2E6C35. Grayscale: #ABABAB. Windows color (decimal): -3042358 or 13276113. OLE color: 13276113.
HSL color Cylindrical-coordinate representation of color #D193CA: hue angle of 306.77º 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 #D193CA is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 147 | 202 | - |
| CMYK | 0 | 0.30 | 0.03 | 0.18 |
| HSL | 306.77º | 0.4% | 0.7% | - |
| HSV(B) | 306.77º | 0.3% | 0.82% | - |
| XYZ | 47.39 | 38.69 | 60.85 | - |
| YUV | 171.81 | 145.04 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 147 | 202 | 0 | 0.30 | 0.03 | 0.18 | 306.77 | 0.4 | 0.7 |
| Hex | D1 | 93 | CA | 0 | 1E | 3 | 12 | 133 | 28 | 46 |
| Octal | 321 | 223 | 312 | 0 | 36 | 3 | 22 | 463 | 50 | 106 |
| Binary | 11010001 | 10010011 | 11001010 | 0 | 11110 | 11 | 10010 | 100110011 | 101000 | 1000110 |
Color Harmonies of #D193CA
Complementary color
Monochromatic Colors of #D193CA
Black with #D193CA
Text Example
Text Example
White with #D193CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D193CA; }
p { color: rgb(209,147,202); }
H1.HeaderClassName
{
color: #D193CA;
}
.AnyTagClassName
{
color: #D193CA;
}
</style>
background-color css
<style>
a { background-color: #D193CA; }
a { background-color: rgb(209,147,202); }
div.DivClassName
{
background-color: #D193CA;
}
.BgClassName
{
background-color: #D193CA;
}
</style>
border-color css
<style>
span { border-color: #D193CA; }
span { border-color: rgb(209,147,202); }
td.TdClassName
{
border-color: #D193CA;
}
.TagClassName
{
border-color: #D193CA;
}
</style>