Shades of Lilac #D494CE
Tints of Lilac #D494CE
RGB
CMYK
RGB Variations
Color information
#D494CE (or 0xD494CE) is known color: Lilac. HEX triplet: D4, 94 and CE. RGB value is (212,148,206). Sum of RGB (Red+Green+Blue) = 212+148+206=566 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.46% from 566); Green value is 148 (58.20% from 255 or 26.15% from 566); Blue value is 206 (80.86% from 255 or 36.40% from 566); Max value from RGB is 212 - color contains mainly: red. Hex color #D494CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D494CE is #2B6B31. Grayscale: #ADADAD. Windows color (decimal): -2845490 or 13538516. OLE color: 13538516.
HSL color Cylindrical-coordinate representation of color #D494CE: hue angle of 305.62º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D494CE is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 148 | 206 | - |
| CMYK | 0 | 0.30 | 0.03 | 0.17 |
| HSL | 305.63º | 0.43% | 0.71% | - |
| HSV(B) | 305.63º | 0.3% | 0.83% | - |
| XYZ | 48.88 | 39.63 | 63.47 | - |
| YUV | 173.75 | 146.2 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 148 | 206 | 0 | 0.30 | 0.03 | 0.17 | 305.63 | 0.43 | 0.71 |
| Hex | D4 | 94 | CE | 0 | 1E | 3 | 11 | 132 | 2B | 47 |
| Octal | 324 | 224 | 316 | 0 | 36 | 3 | 21 | 462 | 53 | 107 |
| Binary | 11010100 | 10010100 | 11001110 | 0 | 11110 | 11 | 10001 | 100110010 | 101011 | 1000111 |
Color Harmonies of #D494CE
Complementary color
Monochromatic Colors of #D494CE
Black with #D494CE
Text Example
Text Example
White with #D494CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D494CE; }
p { color: rgb(212,148,206); }
H1.HeaderClassName
{
color: #D494CE;
}
.AnyTagClassName
{
color: #D494CE;
}
</style>
background-color css
<style>
a { background-color: #D494CE; }
a { background-color: rgb(212,148,206); }
div.DivClassName
{
background-color: #D494CE;
}
.BgClassName
{
background-color: #D494CE;
}
</style>
border-color css
<style>
span { border-color: #D494CE; }
span { border-color: rgb(212,148,206); }
td.TdClassName
{
border-color: #D494CE;
}
.TagClassName
{
border-color: #D494CE;
}
</style>