#D391EB

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

Shades of Wisteria #D391EB

Tints of Wisteria #D391EB

Color information

#D391EB (or 0xD391EB) is unknown color: approx Wisteria. HEX triplet: D3, 91 and EB. RGB value is (211,145,235). Sum of RGB (Red+Green+Blue) = 211+145+235=591 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.70% from 591); Green value is 145 (57.03% from 255 or 24.53% from 591); Blue value is 235 (92.19% from 255 or 39.76% from 591); Max value from RGB is 235 - color contains mainly: blue. Hex color #D391EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D391EB is #2C6E14. Grayscale: #AEAEAE. Windows color (decimal): -2911765 or 15438291. OLE color: 15438291.

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

Color convert

RGB211145235-
CMYK0.100.3800.08
HSL284º69.23%74.51%-
HSV(B)284º38.3%92.16%-
XYZ51.9840.183.6-
YUV174.99161.87153.68-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.70%
GREEN value IS 145 (57.03% from 255) = 24.53%
BLUE value IS 235 (92.19% from 255) = 39.76%
R=35.70%
G=24.53%
B=39.76%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2111452350.100.3800.0828469.2374.51
HexD391EBA260811c454b
Octal3232213531246010434105113
Binary11010011100100011110101110101001100100010001110010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D391EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D391EB; }

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

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

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

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

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

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

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

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