#D590E5

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

Shades of Wisteria #D590E5

Tints of Wisteria #D590E5

Color information

#D590E5 (or 0xD590E5) is unknown color: approx Wisteria. HEX triplet: D5, 90 and E5. RGB value is (213,144,229). Sum of RGB (Red+Green+Blue) = 213+144+229=586 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.35% from 586); Green value is 144 (56.64% from 255 or 24.57% from 586); Blue value is 229 (89.84% from 255 or 39.08% from 586); Max value from RGB is 229 - color contains mainly: blue. Hex color #D590E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D590E5 is #2A6F1A. Grayscale: #AEAEAE. Windows color (decimal): -2780955 or 15044821. OLE color: 15044821.

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

Color convert

RGB213144229-
CMYK0.070.3700.10
HSL288.71º62.04%73.14%-
HSV(B)288.71º37.12%89.8%-
XYZ51.5639.7579.08-
YUV174.32158.86155.59-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.35%
GREEN value IS 144 (56.64% from 255) = 24.57%
BLUE value IS 229 (89.84% from 255) = 39.08%
R=36.35%
G=24.57%
B=39.08%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2131442290.070.3700.10288.7162.0473.14
HexD590E57250A1213e49
Octal32522034574501244176111
Binary110101011001000011100101111100101010101001000011111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D590E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D590E5; }

 p { color: rgb(213,144,229); }

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

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

 a { background-color: rgb(213,144,229); }

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

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

 span { border-color: rgb(213,144,229); }

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