#D294CD

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

Shades of Lilac #D294CD

Tints of Lilac #D294CD

Color information

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

RGB210148205-
CMYK00.300.020.18
HSL304.84º40.79%70.2%-
HSV(B)304.84º29.52%82.35%-
XYZ48.1939.2962.8-
YUV173.04146.04154.37-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.30%
GREEN value IS 148 (58.20% from 255) = 26.29%
BLUE value IS 205 (80.47% from 255) = 36.41%
R=37.30%
G=26.29%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014820500.300.020.18304.8440.7970.2
HexD294CD01E2121312946
Octal32222431503622246151106
Binary11010010100101001100110101111010100101001100011010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D294CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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