#D294D0

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

Shades of Lilac #D294D0

Tints of Lilac #D294D0

Color information

#D294D0 (or 0xD294D0) is unknown color: approx 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

RGB210148208-
CMYK00.300.010.18
HSL301.94º40.79%70.2%-
HSV(B)301.94º29.52%82.35%-
XYZ48.5539.4464.73-
YUV173.38147.54154.12-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.10%
GREEN value IS 148 (58.20% from 255) = 26.15%
BLUE value IS 208 (81.64% from 255) = 36.75%
R=37.10%
G=26.15%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014820800.300.010.18301.9440.7970.2
HexD294D001E11212e2946
Octal32222432003612245651106
Binary1101001010010100110100000111101100101001011101010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D294D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>