#D293C5

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

Shades of Lilac #D293C5

Tints of Lilac #D293C5

Color information

#D293C5 (or 0xD293C5) is unknown color: approx Lilac. HEX triplet: D2, 93 and C5. RGB value is (210,147,197). Sum of RGB (Red+Green+Blue) = 210+147+197=554 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.91% from 554); Green value is 147 (57.81% from 255 or 26.53% from 554); Blue value is 197 (77.34% from 255 or 35.56% from 554); Max value from RGB is 210 - color contains mainly: red. Hex color #D293C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D293C5 is #2D6C3A. Grayscale: #ABABAB. Windows color (decimal): -2976827 or 12948434. OLE color: 12948434.

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

Color convert

RGB210147197-
CMYK00.300.060.18
HSL312.38º41.18%70%-
HSV(B)312.38º30%82.35%-
XYZ47.0938.657.79-
YUV171.54142.37155.43-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.91%
GREEN value IS 147 (57.81% from 255) = 26.53%
BLUE value IS 197 (77.34% from 255) = 35.56%
R=37.91%
G=26.53%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014719700.300.060.18312.3841.1870
HexD293C501E6121382946
Octal32222330503662247051106
Binary110100101001001111000101011110110100101001110001010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D293C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D293C5; }

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

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

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

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

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

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

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

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