#D59FEC

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

Shades of Wisteria #D59FEC

Tints of Wisteria #D59FEC

Color information

#D59FEC (or 0xD59FEC) is unknown color: approx Wisteria. HEX triplet: D5, 9F and EC. RGB value is (213,159,236). Sum of RGB (Red+Green+Blue) = 213+159+236=608 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.03% from 608); Green value is 159 (62.5% from 255 or 26.15% from 608); Blue value is 236 (92.58% from 255 or 38.82% from 608); Max value from RGB is 236 - color contains mainly: blue. Hex color #D59FEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D59FEC is #2A6013. Grayscale: #B7B7B7. Windows color (decimal): -2777108 or 15507413. OLE color: 15507413.

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

Color convert

RGB213159236-
CMYK0.100.3300.07
HSL282.08º66.96%77.45%-
HSV(B)282.08º32.63%92.55%-
XYZ54.984585.14-
YUV183.92157.39148.74-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.03%
GREEN value IS 159 (62.5% from 255) = 26.15%
BLUE value IS 236 (92.58% from 255) = 38.82%
R=35.03%
G=26.15%
B=38.82%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2131592360.100.3300.07282.0866.9677.45
HexD59FECA210711a434d
Octal325237354124107432103115
Binary1101010110011111111011001010100001011110001101010000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59FEC; }

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

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

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

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

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

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

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

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