#DA9EEE

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

Shades of Wisteria #DA9EEE

Tints of Wisteria #DA9EEE

Color information

#DA9EEE (or 0xDA9EEE) is unknown color: approx Wisteria. HEX triplet: DA, 9E and EE. RGB value is (218,158,238). Sum of RGB (Red+Green+Blue) = 218+158+238=614 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.50% from 614); Green value is 158 (62.11% from 255 or 25.73% from 614); Blue value is 238 (93.36% from 255 or 38.76% from 614); Max value from RGB is 238 - color contains mainly: blue. Hex color #DA9EEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA9EEE is #256111. Grayscale: #B8B8B8. Windows color (decimal): -2449682 or 15638234. OLE color: 15638234.

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

Color convert

RGB218158238-
CMYK0.080.3400.07
HSL285º70.18%77.65%-
HSV(B)285º33.61%93.33%-
XYZ56.5745.5386.7-
YUV185.06157.88151.5-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.50%
GREEN value IS 158 (62.11% from 255) = 25.73%
BLUE value IS 238 (93.36% from 255) = 38.76%
R=35.50%
G=25.73%
B=38.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2181582380.080.3400.0728570.1877.65
HexDA9EEE8220711d464e
Octal332236356104207435106116
Binary1101101010011110111011101000100010011110001110110001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9EEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9EEE; }

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

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

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

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

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

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

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

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