#DA93F0

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

Shades of Wisteria #DA93F0

Tints of Wisteria #DA93F0

Color information

#DA93F0 (or 0xDA93F0) is unknown color: approx Wisteria. HEX triplet: DA, 93 and F0. RGB value is (218,147,240). Sum of RGB (Red+Green+Blue) = 218+147+240=605 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.03% from 605); Green value is 147 (57.81% from 255 or 24.30% from 605); Blue value is 240 (94.14% from 255 or 39.67% from 605); Max value from RGB is 240 - color contains mainly: blue. Hex color #DA93F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA93F0 is #256C0F. Grayscale: #B2B2B2. Windows color (decimal): -2452496 or 15766490. OLE color: 15766490.

HSL color Cylindrical-coordinate representation of color #DA93F0: hue angle of 285.81º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DA93F0 is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB218147240-
CMYK0.090.3900.06
HSL285.81º75.61%75.88%-
HSV(B)285.81º38.75%94.12%-
XYZ55.0842.0687.65-
YUV178.83162.52155.94-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.03%
GREEN value IS 147 (57.81% from 255) = 24.30%
BLUE value IS 240 (94.14% from 255) = 39.67%
R=36.03%
G=24.30%
B=39.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2181472400.090.3900.06285.8175.6175.88
HexDA93F09270611e4c4c
Octal332223360114706436114114
Binary1101101010010011111100001001100111011010001111010011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA93F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA93F0; }

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

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

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

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

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

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

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

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