#D591EE

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

Shades of Wisteria #D591EE

Tints of Wisteria #D591EE

Color information

#D591EE (or 0xD591EE) is unknown color: approx Wisteria. HEX triplet: D5, 91 and EE. RGB value is (213,145,238). Sum of RGB (Red+Green+Blue) = 213+145+238=596 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.74% from 596); Green value is 145 (57.03% from 255 or 24.33% from 596); Blue value is 238 (93.36% from 255 or 39.93% from 596); Max value from RGB is 238 - color contains mainly: blue. Hex color #D591EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D591EE is #2A6E11. Grayscale: #AFAFAF. Windows color (decimal): -2780690 or 15634901. OLE color: 15634901.

HSL color Cylindrical-coordinate representation of color #D591EE: hue angle of 283.87º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D591EE is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB213145238-
CMYK0.110.3900.07
HSL283.87º73.23%75.1%-
HSV(B)283.87º39.08%93.33%-
XYZ5340.5785.93-
YUV175.93163.03154.44-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.74%
GREEN value IS 145 (57.03% from 255) = 24.33%
BLUE value IS 238 (93.36% from 255) = 39.93%
R=35.74%
G=24.33%
B=39.93%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2131452380.110.3900.07283.8773.2375.1
HexD591EEB270711c494b
Octal325221356134707434111113
Binary1101010110010001111011101011100111011110001110010010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D591EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D591EE; }

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

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

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

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

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

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

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

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