#D29FED

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

Shades of Wisteria #D29FED

Tints of Wisteria #D29FED

Color information

#D29FED (or 0xD29FED) is unknown color: approx Wisteria. HEX triplet: D2, 9F and ED. RGB value is (210,159,237). Sum of RGB (Red+Green+Blue) = 210+159+237=606 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.65% from 606); Green value is 159 (62.5% from 255 or 26.24% from 606); Blue value is 237 (92.97% from 255 or 39.11% from 606); Max value from RGB is 237 - color contains mainly: blue. Hex color #D29FED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D29FED is #2D6012. Grayscale: #B6B6B6. Windows color (decimal): -2973715 or 15572946. OLE color: 15572946.

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

Color convert

RGB210159237-
CMYK0.110.3300.07
HSL279.23º68.42%77.65%-
HSV(B)279.23º32.91%92.94%-
XYZ54.2644.6185.87-
YUV183.14158.4147.16-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.65%
GREEN value IS 159 (62.5% from 255) = 26.24%
BLUE value IS 237 (92.97% from 255) = 39.11%
R=34.65%
G=26.24%
B=39.11%

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
Decimal2101592370.110.3300.07279.2368.4277.65
HexD29FEDB2107117444e
Octal322237355134107427104116
Binary1101001010011111111011011011100001011110001011110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29FED; }

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

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

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

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

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

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

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

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