Shades of Lilac #D294D0
Tints of Lilac #D294D0
RGB
CMYK
RGB Variations
Color information
#D294D0 (or 0xD294D0) is known color: Lilac. HEX triplet: D2, 94 and D0. RGB value is (210,148,208). Sum of RGB (Red+Green+Blue) = 210+148+208=566 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.10% from 566); Green value is 148 (58.20% from 255 or 26.15% from 566); Blue value is 208 (81.64% from 255 or 36.75% from 566); Max value from RGB is 210 - color contains mainly: red. Hex color #D294D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D294D0 is #2D6B2F. Grayscale: #ADADAD. Windows color (decimal): -2976560 or 13669586. OLE color: 13669586.
HSL color Cylindrical-coordinate representation of color #D294D0: hue angle of 301.94º 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 #D294D0 is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 148 | 208 | - |
| CMYK | 0 | 0.30 | 0.01 | 0.18 |
| HSL | 301.94º | 0.41% | 0.7% | - |
| HSV(B) | 301.94º | 0.3% | 0.82% | - |
| XYZ | 48.55 | 39.44 | 64.73 | - |
| YUV | 173.38 | 147.54 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 148 | 208 | 0 | 0.30 | 0.01 | 0.18 | 301.94 | 0.41 | 0.7 |
| Hex | D2 | 94 | D0 | 0 | 1E | 1 | 12 | 12E | 29 | 46 |
| Octal | 322 | 224 | 320 | 0 | 36 | 1 | 22 | 456 | 51 | 106 |
| Binary | 11010010 | 10010100 | 11010000 | 0 | 11110 | 1 | 10010 | 100101110 | 101001 | 1000110 |
Color Harmonies of #D294D0
Complementary color
Monochromatic Colors of #D294D0
Black with #D294D0
Text Example
Text Example
White with #D294D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D294D0; }
p { color: rgb(210,148,208); }
H1.HeaderClassName
{
color: #D294D0;
}
.AnyTagClassName
{
color: #D294D0;
}
</style>
background-color css
<style>
a { background-color: #D294D0; }
a { background-color: rgb(210,148,208); }
div.DivClassName
{
background-color: #D294D0;
}
.BgClassName
{
background-color: #D294D0;
}
</style>
border-color css
<style>
span { border-color: #D294D0; }
span { border-color: rgb(210,148,208); }
td.TdClassName
{
border-color: #D294D0;
}
.TagClassName
{
border-color: #D294D0;
}
</style>