#DA95EF

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

Shades of Wisteria #DA95EF

Tints of Wisteria #DA95EF

Color information

#DA95EF (or 0xDA95EF) is unknown color: approx Wisteria. HEX triplet: DA, 95 and EF. RGB value is (218,149,239). Sum of RGB (Red+Green+Blue) = 218+149+239=606 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.97% from 606); Green value is 149 (58.59% from 255 or 24.59% from 606); Blue value is 239 (93.75% from 255 or 39.44% from 606); Max value from RGB is 239 - color contains mainly: blue. Hex color #DA95EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA95EF is #256A10. Grayscale: #B3B3B3. Windows color (decimal): -2451985 or 15701466. OLE color: 15701466.

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

Color convert

RGB218149239-
CMYK0.090.3800.06
HSL286º73.77%76.08%-
HSV(B)286º37.66%93.73%-
XYZ55.2442.6386.98-
YUV179.89161.36155.18-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.97%
GREEN value IS 149 (58.59% from 255) = 24.59%
BLUE value IS 239 (93.75% from 255) = 39.44%
R=35.97%
G=24.59%
B=39.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2181492390.090.3800.0628673.7776.08
HexDA95EF9260611e4a4c
Octal332225357114606436112114
Binary1101101010010101111011111001100110011010001111010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA95EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA95EF; }

 p { color: rgb(218,149,239); }

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

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

 a { background-color: rgb(218,149,239); }

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

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

 span { border-color: rgb(218,149,239); }

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