#D493CD

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

Shades of Lilac #D493CD

Tints of Lilac #D493CD

Color information

#D493CD (or 0xD493CD) is unknown color: approx Lilac. HEX triplet: D4, 93 and CD. RGB value is (212,147,205). Sum of RGB (Red+Green+Blue) = 212+147+205=564 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.59% from 564); Green value is 147 (57.81% from 255 or 26.06% from 564); Blue value is 205 (80.47% from 255 or 36.35% from 564); Max value from RGB is 212 - color contains mainly: red. Hex color #D493CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D493CD is #2B6C32. Grayscale: #ACACAC. Windows color (decimal): -2845747 or 13472724. OLE color: 13472724.

HSL color Cylindrical-coordinate representation of color #D493CD: hue angle of 306.46º 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 #D493CD is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB212147205-
CMYK00.310.030.17
HSL306.46º43.05%70.39%-
HSV(B)306.46º30.66%83.14%-
XYZ48.639.2762.78-
YUV173.05146.03155.78-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.59%
GREEN value IS 147 (57.81% from 255) = 26.06%
BLUE value IS 205 (80.47% from 255) = 36.35%
R=37.59%
G=26.06%
B=36.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214720500.310.030.17306.4643.0570.39
HexD493CD01F3111322b46
Octal32422331503732146253106
Binary11010100100100111100110101111111100011001100101010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D493CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D493CD; }

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

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

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

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

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

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

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

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