#D293C3

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

Shades of Lilac #D293C3

Tints of Lilac #D293C3

Color information

#D293C3 (or 0xD293C3) is unknown color: approx Lilac. HEX triplet: D2, 93 and C3. RGB value is (210,147,195). Sum of RGB (Red+Green+Blue) = 210+147+195=552 (73% of max value = 765). Red value is 210 (82.42% from 255 or 38.04% from 552); Green value is 147 (57.81% from 255 or 26.63% from 552); Blue value is 195 (76.56% from 255 or 35.33% from 552); Max value from RGB is 210 - color contains mainly: red. Hex color #D293C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D293C3 is #2D6C3C. Grayscale: #ABABAB. Windows color (decimal): -2976829 or 12817362. OLE color: 12817362.

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

Color convert

RGB210147195-
CMYK00.300.070.18
HSL314.29º41.18%70%-
HSV(B)314.29º30%82.35%-
XYZ46.8638.5156.59-
YUV171.31141.37155.6-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.04%
GREEN value IS 147 (57.81% from 255) = 26.63%
BLUE value IS 195 (76.56% from 255) = 35.33%
R=38.04%
G=26.63%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.07
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014719500.300.070.18314.2941.1870
HexD293C301E71213a2946
Octal32222330303672247251106
Binary110100101001001111000011011110111100101001110101010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D293C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D293C3; }

 p { color: rgb(210,147,195); }

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

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

 a { background-color: rgb(210,147,195); }

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

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

 span { border-color: rgb(210,147,195); }

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