Shades of Lilac #D494CC
Tints of Lilac #D494CC
RGB
CMYK
RGB Variations
Color information
#D494CC (or 0xD494CC) is known color: Lilac. HEX triplet: D4, 94 and CC. RGB value is (212,148,204). Sum of RGB (Red+Green+Blue) = 212+148+204=564 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.59% from 564); Green value is 148 (58.20% from 255 or 26.24% from 564); Blue value is 204 (80.08% from 255 or 36.17% from 564); Max value from RGB is 212 - color contains mainly: red. Hex color #D494CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D494CC is #2B6B33. Grayscale: #ADADAD. Windows color (decimal): -2845492 or 13407444. OLE color: 13407444.
HSL color Cylindrical-coordinate representation of color #D494CC: hue angle of 307.5º 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 #D494CC is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 148 | 204 | - |
| CMYK | 0 | 0.30 | 0.04 | 0.17 |
| HSL | 307.5º | 0.43% | 0.71% | - |
| HSV(B) | 307.5º | 0.3% | 0.83% | - |
| XYZ | 48.64 | 39.54 | 62.19 | - |
| YUV | 173.52 | 145.2 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 148 | 204 | 0 | 0.30 | 0.04 | 0.17 | 307.5 | 0.43 | 0.71 |
| Hex | D4 | 94 | CC | 0 | 1E | 4 | 11 | 134 | 2B | 47 |
| Octal | 324 | 224 | 314 | 0 | 36 | 4 | 21 | 464 | 53 | 107 |
| Binary | 11010100 | 10010100 | 11001100 | 0 | 11110 | 100 | 10001 | 100110100 | 101011 | 1000111 |
Color Harmonies of #D494CC
Complementary color
Monochromatic Colors of #D494CC
Black with #D494CC
Text Example
Text Example
White with #D494CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D494CC; }
p { color: rgb(212,148,204); }
H1.HeaderClassName
{
color: #D494CC;
}
.AnyTagClassName
{
color: #D494CC;
}
</style>
background-color css
<style>
a { background-color: #D494CC; }
a { background-color: rgb(212,148,204); }
div.DivClassName
{
background-color: #D494CC;
}
.BgClassName
{
background-color: #D494CC;
}
</style>
border-color css
<style>
span { border-color: #D494CC; }
span { border-color: rgb(212,148,204); }
td.TdClassName
{
border-color: #D494CC;
}
.TagClassName
{
border-color: #D494CC;
}
</style>