#DA93F3

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

Shades of Wisteria #DA93F3

Tints of Wisteria #DA93F3

Color information

#DA93F3 (or 0xDA93F3) is unknown color: approx Wisteria. HEX triplet: DA, 93 and F3. RGB value is (218,147,243). Sum of RGB (Red+Green+Blue) = 218+147+243=608 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.86% from 608); Green value is 147 (57.81% from 255 or 24.18% from 608); Blue value is 243 (95.31% from 255 or 39.97% from 608); Max value from RGB is 243 - color contains mainly: blue. Hex color #DA93F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA93F3 is #256C0C. Grayscale: #B2B2B2. Windows color (decimal): -2452493 or 15963098. OLE color: 15963098.

HSL color Cylindrical-coordinate representation of color #DA93F3: hue angle of 284.38º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DA93F3 is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB218147243-
CMYK0.100.4000.05
HSL284.38º80%76.47%-
HSV(B)284.38º39.51%95.29%-
XYZ55.5242.2490.02-
YUV179.17164.02155.69-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.86%
GREEN value IS 147 (57.81% from 255) = 24.18%
BLUE value IS 243 (95.31% from 255) = 39.97%
R=35.86%
G=24.18%
B=39.97%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2181472430.100.4000.05284.388076.47
HexDA93F3A280511c504c
Octal332223363125005434120114
Binary1101101010010011111100111010101000010110001110010100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA93F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA93F3; }

 p { color: rgb(218,147,243); }

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

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

 a { background-color: rgb(218,147,243); }

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

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

 span { border-color: rgb(218,147,243); }

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