#D493CF

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

Shades of Lilac #D493CF

Tints of Lilac #D493CF

Color information

#D493CF (or 0xD493CF) is unknown color: approx Lilac. HEX triplet: D4, 93 and CF. RGB value is (212,147,207). Sum of RGB (Red+Green+Blue) = 212+147+207=566 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.46% from 566); Green value is 147 (57.81% from 255 or 25.97% from 566); Blue value is 207 (81.25% from 255 or 36.57% from 566); Max value from RGB is 212 - color contains mainly: red. Hex color #D493CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D493CF is #2B6C30. Grayscale: #ADADAD. Windows color (decimal): -2845745 or 13603796. OLE color: 13603796.

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

Color convert

RGB212147207-
CMYK00.310.020.17
HSL304.62º43.05%70.39%-
HSV(B)304.62º30.66%83.14%-
XYZ48.8539.3764.06-
YUV173.28147.03155.62-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.46%
GREEN value IS 147 (57.81% from 255) = 25.97%
BLUE value IS 207 (81.25% from 255) = 36.57%
R=37.46%
G=25.97%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.02
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214720700.310.020.17304.6243.0570.39
HexD493CF01F2111312b46
Octal32422331703722146153106
Binary11010100100100111100111101111110100011001100011010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D493CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D493CF; }

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

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

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

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

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

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

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

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