#D294C5

Color #D294C5 Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac #D294C5

Tints of Lilac #D294C5

Color information

#D294C5 (or 0xD294C5) is unknown color: approx Lilac. HEX triplet: D2, 94 and C5. RGB value is (210,148,197). Sum of RGB (Red+Green+Blue) = 210+148+197=555 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.84% from 555); Green value is 148 (58.20% from 255 or 26.67% from 555); Blue value is 197 (77.34% from 255 or 35.50% from 555); Max value from RGB is 210 - color contains mainly: red. Hex color #D294C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D294C5 is #2D6B3A. Grayscale: #ABABAB. Windows color (decimal): -2976571 or 12948690. OLE color: 12948690.

HSL color Cylindrical-coordinate representation of color #D294C5: hue angle of 312.58º 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 #D294C5 is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB210148197-
CMYK00.300.060.18
HSL312.58º40.79%70.2%-
HSV(B)312.58º29.52%82.35%-
XYZ47.2538.9157.84-
YUV172.12142.04155.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 210 (82.42% from 255) = 37.84%
GREEN value IS 148 (58.20% from 255) = 26.67%
BLUE value IS 197 (77.34% from 255) = 35.50%
R=37.84%
G=26.67%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014819700.300.060.18312.5840.7970.2
HexD294C501E6121392946
Octal32222430503662247151106
Binary110100101001010011000101011110110100101001110011010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D294C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D294C5; }

 p { color: rgb(210,148,197); }

 H1.HeaderClassName
 {
   color: #D294C5;
 }
 .AnyTagClassName
 {
   color: #D294C5;
 }
</style>
background-color css

<style>
 a { background-color: #D294C5; }

 a { background-color: rgb(210,148,197); }

 div.DivClassName
 {
   background-color: #D294C5;
 }
 .BgClassName
 {
   background-color: #D294C5;
 }
</style>
border-color css

<style>
 span { border-color: #D294C5; }

 span { border-color: rgb(210,148,197); }

 td.TdClassName
 {
   border-color: #D294C5;
 }
 .TagClassName
 {
   border-color: #D294C5;
 }
</style>