#D59FEB

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

Shades of Wisteria #D59FEB

Tints of Wisteria #D59FEB

Color information

#D59FEB (or 0xD59FEB) is unknown color: approx Wisteria. HEX triplet: D5, 9F and EB. RGB value is (213,159,235). Sum of RGB (Red+Green+Blue) = 213+159+235=607 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.09% from 607); Green value is 159 (62.5% from 255 or 26.19% from 607); Blue value is 235 (92.19% from 255 or 38.71% from 607); Max value from RGB is 235 - color contains mainly: blue. Hex color #D59FEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D59FEB is #2A6014. Grayscale: #B7B7B7. Windows color (decimal): -2777109 or 15441877. OLE color: 15441877.

HSL color Cylindrical-coordinate representation of color #D59FEB: hue angle of 282.63º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D59FEB is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB213159235-
CMYK0.090.3200.08
HSL282.63º65.52%77.25%-
HSV(B)282.63º32.34%92.16%-
XYZ54.8344.9484.38-
YUV183.81156.89148.82-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.09%
GREEN value IS 159 (62.5% from 255) = 26.19%
BLUE value IS 235 (92.19% from 255) = 38.71%
R=35.09%
G=26.19%
B=38.71%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2131592350.090.3200.08282.6365.5277.25
HexD59FEB9200811b424d
Octal3252373531140010433102115
Binary11010101100111111110101110011000000100010001101110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59FEB; }

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

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

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

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

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

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

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

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