#D293CE

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

Shades of Lilac #D293CE

Tints of Lilac #D293CE

Color information

#D293CE (or 0xD293CE) is unknown color: approx Lilac. HEX triplet: D2, 93 and CE. RGB value is (210,147,206). Sum of RGB (Red+Green+Blue) = 210+147+206=563 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.30% from 563); Green value is 147 (57.81% from 255 or 26.11% from 563); Blue value is 206 (80.86% from 255 or 36.59% from 563); Max value from RGB is 210 - color contains mainly: red. Hex color #D293CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D293CE is #2D6C31. Grayscale: #ACACAC. Windows color (decimal): -2976818 or 13538258. OLE color: 13538258.

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

Color convert

RGB210147206-
CMYK00.300.020.18
HSL303.81º41.18%70%-
HSV(B)303.81º30%82.35%-
XYZ48.1539.0363.39-
YUV172.56146.87154.7-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.30%
GREEN value IS 147 (57.81% from 255) = 26.11%
BLUE value IS 206 (80.86% from 255) = 36.59%
R=37.30%
G=26.11%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014720600.300.020.18303.8141.1870
HexD293CE01E2121302946
Octal32222331603622246051106
Binary11010010100100111100111001111010100101001100001010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D293CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D293CE; }

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

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

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

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

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

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

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

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