#D39FEC

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

Shades of Wisteria #D39FEC

Tints of Wisteria #D39FEC

Color information

#D39FEC (or 0xD39FEC) is unknown color: approx Wisteria. HEX triplet: D3, 9F and EC. RGB value is (211,159,236). Sum of RGB (Red+Green+Blue) = 211+159+236=606 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.82% from 606); Green value is 159 (62.5% from 255 or 26.24% from 606); Blue value is 236 (92.58% from 255 or 38.94% from 606); Max value from RGB is 236 - color contains mainly: blue. Hex color #D39FEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D39FEC is #2C6013. Grayscale: #B7B7B7. Windows color (decimal): -2908180 or 15507411. OLE color: 15507411.

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

Color convert

RGB211159236-
CMYK0.110.3300.07
HSL280.52º66.96%77.45%-
HSV(B)280.52º32.63%92.55%-
XYZ54.444.785.12-
YUV183.33157.73147.74-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.82%
GREEN value IS 159 (62.5% from 255) = 26.24%
BLUE value IS 236 (92.58% from 255) = 38.94%
R=34.82%
G=26.24%
B=38.94%

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
Decimal2111592360.110.3300.07280.5266.9677.45
HexD39FECB2107119434d
Octal323237354134107431103115
Binary1101001110011111111011001011100001011110001100110000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39FEC; }

 p { color: rgb(211,159,236); }

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

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

 a { background-color: rgb(211,159,236); }

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

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

 span { border-color: rgb(211,159,236); }

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