#D493C3

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

Shades of Lilac #D493C3

Tints of Lilac #D493C3

Color information

#D493C3 (or 0xD493C3) is unknown color: approx Lilac. HEX triplet: D4, 93 and C3. RGB value is (212,147,195). Sum of RGB (Red+Green+Blue) = 212+147+195=554 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.27% from 554); Green value is 147 (57.81% from 255 or 26.53% from 554); Blue value is 195 (76.56% from 255 or 35.20% from 554); Max value from RGB is 212 - color contains mainly: red. Hex color #D493C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D493C3 is #2B6C3C. Grayscale: #ABABAB. Windows color (decimal): -2845757 or 12817364. OLE color: 12817364.

HSL color Cylindrical-coordinate representation of color #D493C3: hue angle of 315.69º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D493C3 is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.17.

Color convert

RGB212147195-
CMYK00.310.080.17
HSL315.69º43.05%70.39%-
HSV(B)315.69º30.66%83.14%-
XYZ47.4438.856.62-
YUV171.91141.03156.6-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.27%
GREEN value IS 147 (57.81% from 255) = 26.53%
BLUE value IS 195 (76.56% from 255) = 35.20%
R=38.27%
G=26.53%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214719500.310.080.17315.6943.0570.39
HexD493C301F81113c2b46
Octal324223303037102147453106
Binary1101010010010011110000110111111000100011001111001010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D493C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D493C3; }

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

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

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

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

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

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

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

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