#DA9DEC

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

Shades of Wisteria #DA9DEC

Tints of Wisteria #DA9DEC

Color information

#DA9DEC (or 0xDA9DEC) is unknown color: approx Wisteria. HEX triplet: DA, 9D and EC. RGB value is (218,157,236). Sum of RGB (Red+Green+Blue) = 218+157+236=611 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.68% from 611); Green value is 157 (61.72% from 255 or 25.70% from 611); Blue value is 236 (92.58% from 255 or 38.63% from 611); Max value from RGB is 236 - color contains mainly: blue. Hex color #DA9DEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA9DEC is #256213. Grayscale: #B7B7B7. Windows color (decimal): -2449940 or 15506906. OLE color: 15506906.

HSL color Cylindrical-coordinate representation of color #DA9DEC: hue angle of 286.33º degrees, saturation: 0.68, 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 #DA9DEC is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB218157236-
CMYK0.080.3300.07
HSL286.33º67.52%77.06%-
HSV(B)286.33º33.47%92.55%-
XYZ56.1145.0885.1-
YUV184.24157.21152.08-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.68%
GREEN value IS 157 (61.72% from 255) = 25.70%
BLUE value IS 236 (92.58% from 255) = 38.63%
R=35.68%
G=25.70%
B=38.63%

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
Decimal2181572360.080.3300.07286.3367.5277.06
HexDA9DEC8210711e444d
Octal332235354104107436104115
Binary1101101010011101111011001000100001011110001111010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9DEC; }

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

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

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

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

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

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

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

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