#D391E5

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

Shades of Wisteria #D391E5

Tints of Wisteria #D391E5

Color information

#D391E5 (or 0xD391E5) is unknown color: approx Wisteria. HEX triplet: D3, 91 and E5. RGB value is (211,145,229). Sum of RGB (Red+Green+Blue) = 211+145+229=585 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.07% from 585); Green value is 145 (57.03% from 255 or 24.79% from 585); Blue value is 229 (89.84% from 255 or 39.15% from 585); Max value from RGB is 229 - color contains mainly: blue. Hex color #D391E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D391E5 is #2C6E1A. Grayscale: #AEAEAE. Windows color (decimal): -2911771 or 15045075. OLE color: 15045075.

HSL color Cylindrical-coordinate representation of color #D391E5: hue angle of 287.14º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D391E5 is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB211145229-
CMYK0.080.3700.10
HSL287.14º61.76%73.33%-
HSV(B)287.14º36.68%89.8%-
XYZ51.1339.7679.11-
YUV174.31158.87154.17-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.07%
GREEN value IS 145 (57.03% from 255) = 24.79%
BLUE value IS 229 (89.84% from 255) = 39.15%
R=36.07%
G=24.79%
B=39.15%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2111452290.080.3700.10287.1461.7673.33
HexD391E58250A11f3e49
Octal323221345104501243776111
Binary1101001110010001111001011000100101010101000111111111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D391E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D391E5; }

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

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

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

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

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

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

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

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