#DA9FEC

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

Shades of Wisteria #DA9FEC

Tints of Wisteria #DA9FEC

Color information

#DA9FEC (or 0xDA9FEC) is unknown color: approx Wisteria. HEX triplet: DA, 9F and EC. RGB value is (218,159,236). Sum of RGB (Red+Green+Blue) = 218+159+236=613 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.56% from 613); Green value is 159 (62.5% from 255 or 25.94% from 613); Blue value is 236 (92.58% from 255 or 38.50% from 613); Max value from RGB is 236 - color contains mainly: blue. Hex color #DA9FEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA9FEC is #256013. Grayscale: #B9B9B9. Windows color (decimal): -2449428 or 15507418. OLE color: 15507418.

HSL color Cylindrical-coordinate representation of color #DA9FEC: hue angle of 285.97º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DA9FEC is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB218159236-
CMYK0.080.3300.07
HSL285.97º66.96%77.45%-
HSV(B)285.97º32.63%92.55%-
XYZ56.4545.7685.21-
YUV185.42156.55151.24-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.56%
GREEN value IS 159 (62.5% from 255) = 25.94%
BLUE value IS 236 (92.58% from 255) = 38.50%
R=35.56%
G=25.94%
B=38.50%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2181592360.080.3300.07285.9766.9677.45
HexDA9FEC8210711e434d
Octal332237354104107436103115
Binary1101101010011111111011001000100001011110001111010000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9FEC; }

 p { color: rgb(218,159,236); }

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

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

 a { background-color: rgb(218,159,236); }

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

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

 span { border-color: rgb(218,159,236); }

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