#D591EB

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

Shades of Wisteria #D591EB

Tints of Wisteria #D591EB

Color information

#D591EB (or 0xD591EB) is unknown color: approx Wisteria. HEX triplet: D5, 91 and EB. RGB value is (213,145,235). Sum of RGB (Red+Green+Blue) = 213+145+235=593 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.92% from 593); Green value is 145 (57.03% from 255 or 24.45% from 593); Blue value is 235 (92.19% from 255 or 39.63% from 593); Max value from RGB is 235 - color contains mainly: blue. Hex color #D591EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D591EB is #2A6E14. Grayscale: #AFAFAF. Windows color (decimal): -2780693 or 15438293. OLE color: 15438293.

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

Color convert

RGB213145235-
CMYK0.090.3800.08
HSL285.33º69.23%74.51%-
HSV(B)285.33º38.3%92.16%-
XYZ52.5640.483.62-
YUV175.59161.53154.68-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.92%
GREEN value IS 145 (57.03% from 255) = 24.45%
BLUE value IS 235 (92.19% from 255) = 39.63%
R=35.92%
G=24.45%
B=39.63%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2131452350.090.3800.08285.3369.2374.51
HexD591EB9260811d454b
Octal3252213531146010435105113
Binary11010101100100011110101110011001100100010001110110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D591EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D591EB; }

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

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

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

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

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

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

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

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