#DA9FEE

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

Shades of Wisteria #DA9FEE

Tints of Wisteria #DA9FEE

Color information

#DA9FEE (or 0xDA9FEE) is unknown color: approx Wisteria. HEX triplet: DA, 9F and EE. RGB value is (218,159,238). Sum of RGB (Red+Green+Blue) = 218+159+238=615 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.45% from 615); Green value is 159 (62.5% from 255 or 25.85% from 615); Blue value is 238 (93.36% from 255 or 38.70% from 615); Max value from RGB is 238 - color contains mainly: blue. Hex color #DA9FEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA9FEE is #256011. Grayscale: #B9B9B9. Windows color (decimal): -2449426 or 15638490. OLE color: 15638490.

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

Color convert

RGB218159238-
CMYK0.080.3300.07
HSL284.81º69.91%77.84%-
HSV(B)284.81º33.19%93.33%-
XYZ56.7445.8786.75-
YUV185.65157.55151.08-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.45%
GREEN value IS 159 (62.5% from 255) = 25.85%
BLUE value IS 238 (93.36% from 255) = 38.70%
R=35.45%
G=25.85%
B=38.70%

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
Decimal2181592380.080.3300.07284.8169.9177.84
HexDA9FEE8210711d464e
Octal332237356104107435106116
Binary1101101010011111111011101000100001011110001110110001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9FEE; }

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

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

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

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

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

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

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

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