#D49FED

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

Shades of Wisteria #D49FED

Tints of Wisteria #D49FED

Color information

#D49FED (or 0xD49FED) is unknown color: approx Wisteria. HEX triplet: D4, 9F and ED. RGB value is (212,159,237). Sum of RGB (Red+Green+Blue) = 212+159+237=608 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.87% from 608); Green value is 159 (62.5% from 255 or 26.15% from 608); Blue value is 237 (92.97% from 255 or 38.98% from 608); Max value from RGB is 237 - color contains mainly: blue. Hex color #D49FED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D49FED is #2B6012. Grayscale: #B7B7B7. Windows color (decimal): -2842643 or 15572948. OLE color: 15572948.

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

Color convert

RGB212159237-
CMYK0.110.3300.07
HSL280.77º68.42%77.65%-
HSV(B)280.77º32.91%92.94%-
XYZ54.8444.9185.9-
YUV183.74158.06148.16-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.87%
GREEN value IS 159 (62.5% from 255) = 26.15%
BLUE value IS 237 (92.97% from 255) = 38.98%
R=34.87%
G=26.15%
B=38.98%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2121592370.110.3300.07280.7768.4277.65
HexD49FEDB2107119444e
Octal324237355134107431104116
Binary1101010010011111111011011011100001011110001100110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49FED; }

 p { color: rgb(212,159,237); }

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

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

 a { background-color: rgb(212,159,237); }

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

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

 span { border-color: rgb(212,159,237); }

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