#D590EE

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

Shades of Wisteria #D590EE

Tints of Wisteria #D590EE

Color information

#D590EE (or 0xD590EE) is unknown color: approx Wisteria. HEX triplet: D5, 90 and EE. RGB value is (213,144,238). Sum of RGB (Red+Green+Blue) = 213+144+238=595 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.80% from 595); Green value is 144 (56.64% from 255 or 24.20% from 595); Blue value is 238 (93.36% from 255 or 40% from 595); Max value from RGB is 238 - color contains mainly: blue. Hex color #D590EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D590EE is #2A6F11. Grayscale: #AFAFAF. Windows color (decimal): -2780946 or 15634645. OLE color: 15634645.

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

Color convert

RGB213144238-
CMYK0.110.3900.07
HSL284.04º73.44%74.9%-
HSV(B)284.04º39.5%93.33%-
XYZ52.8540.2785.88-
YUV175.35163.36154.86-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.80%
GREEN value IS 144 (56.64% from 255) = 24.20%
BLUE value IS 238 (93.36% from 255) = 40%
R=35.80%
G=24.20%
B=40%

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
Decimal2131442380.110.3900.07284.0473.4474.9
HexD590EEB270711c494b
Octal325220356134707434111113
Binary1101010110010000111011101011100111011110001110010010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D590EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D590EE; }

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

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

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

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

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

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

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

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