Shades of Lilac #D294CD
Tints of Lilac #D294CD
RGB
CMYK
RGB Variations
Color information
#D294CD (or 0xD294CD) is known color: Lilac. HEX triplet: D2, 94 and CD. RGB value is (210,148,205). Sum of RGB (Red+Green+Blue) = 210+148+205=563 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.30% from 563); Green value is 148 (58.20% from 255 or 26.29% from 563); Blue value is 205 (80.47% from 255 or 36.41% from 563); Max value from RGB is 210 - color contains mainly: red. Hex color #D294CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D294CD is #2D6B32. Grayscale: #ACACAC. Windows color (decimal): -2976563 or 13472978. OLE color: 13472978.
HSL color Cylindrical-coordinate representation of color #D294CD: hue angle of 304.84º 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 #D294CD is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 148 | 205 | - |
| CMYK | 0 | 0.30 | 0.02 | 0.18 |
| HSL | 304.84º | 0.41% | 0.7% | - |
| HSV(B) | 304.84º | 0.3% | 0.82% | - |
| XYZ | 48.19 | 39.29 | 62.8 | - |
| YUV | 173.04 | 146.04 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 148 | 205 | 0 | 0.30 | 0.02 | 0.18 | 304.84 | 0.41 | 0.7 |
| Hex | D2 | 94 | CD | 0 | 1E | 2 | 12 | 131 | 29 | 46 |
| Octal | 322 | 224 | 315 | 0 | 36 | 2 | 22 | 461 | 51 | 106 |
| Binary | 11010010 | 10010100 | 11001101 | 0 | 11110 | 10 | 10010 | 100110001 | 101001 | 1000110 |
Color Harmonies of #D294CD
Complementary color
Monochromatic Colors of #D294CD
Black with #D294CD
Text Example
Text Example
White with #D294CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D294CD; }
p { color: rgb(210,148,205); }
H1.HeaderClassName
{
color: #D294CD;
}
.AnyTagClassName
{
color: #D294CD;
}
</style>
background-color css
<style>
a { background-color: #D294CD; }
a { background-color: rgb(210,148,205); }
div.DivClassName
{
background-color: #D294CD;
}
.BgClassName
{
background-color: #D294CD;
}
</style>
border-color css
<style>
span { border-color: #D294CD; }
span { border-color: rgb(210,148,205); }
td.TdClassName
{
border-color: #D294CD;
}
.TagClassName
{
border-color: #D294CD;
}
</style>