#D293CF

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

Shades of Lilac #D293CF

Tints of Lilac #D293CF

Color information

#D293CF (or 0xD293CF) is unknown color: approx Lilac. HEX triplet: D2, 93 and CF. RGB value is (210,147,207). Sum of RGB (Red+Green+Blue) = 210+147+207=564 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.23% from 564); Green value is 147 (57.81% from 255 or 26.06% from 564); Blue value is 207 (81.25% from 255 or 36.70% from 564); Max value from RGB is 210 - color contains mainly: red. Hex color #D293CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D293CF is #2D6C30. Grayscale: #ACACAC. Windows color (decimal): -2976817 or 13603794. OLE color: 13603794.

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

Color convert

RGB210147207-
CMYK00.300.010.18
HSL302.86º41.18%70%-
HSV(B)302.86º30%82.35%-
XYZ48.2739.0764.03-
YUV172.68147.37154.62-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.23%
GREEN value IS 147 (57.81% from 255) = 26.06%
BLUE value IS 207 (81.25% from 255) = 36.70%
R=37.23%
G=26.06%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014720700.300.010.18302.8641.1870
HexD293CF01E11212f2946
Octal32222331703612245751106
Binary1101001010010011110011110111101100101001011111010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D293CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D293CF; }

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

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

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

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

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

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

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

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