#DA9DED

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

Shades of Wisteria #DA9DED

Tints of Wisteria #DA9DED

Color information

#DA9DED (or 0xDA9DED) is unknown color: approx Wisteria. HEX triplet: DA, 9D and ED. RGB value is (218,157,237). Sum of RGB (Red+Green+Blue) = 218+157+237=612 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.62% from 612); Green value is 157 (61.72% from 255 or 25.65% from 612); Blue value is 237 (92.97% from 255 or 38.73% from 612); Max value from RGB is 237 - color contains mainly: blue. Hex color #DA9DED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA9DED is #256212. Grayscale: #B8B8B8. Windows color (decimal): -2449939 or 15572442. OLE color: 15572442.

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

Color convert

RGB218157237-
CMYK0.080.3400.07
HSL285.75º68.97%77.25%-
HSV(B)285.75º33.76%92.94%-
XYZ56.2645.1385.87-
YUV184.36157.71152-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.62%
GREEN value IS 157 (61.72% from 255) = 25.65%
BLUE value IS 237 (92.97% from 255) = 38.73%
R=35.62%
G=25.65%
B=38.73%

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
Decimal2181572370.080.3400.07285.7568.9777.25
HexDA9DED8220711e454d
Octal332235355104207436105115
Binary1101101010011101111011011000100010011110001111010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9DED; }

 p { color: rgb(218,157,237); }

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

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

 a { background-color: rgb(218,157,237); }

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

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

 span { border-color: rgb(218,157,237); }

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