#D593EE

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

Shades of Wisteria #D593EE

Tints of Wisteria #D593EE

Color information

#D593EE (or 0xD593EE) is unknown color: approx Wisteria. HEX triplet: D5, 93 and EE. RGB value is (213,147,238). Sum of RGB (Red+Green+Blue) = 213+147+238=598 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.62% from 598); Green value is 147 (57.81% from 255 or 24.58% from 598); Blue value is 238 (93.36% from 255 or 39.80% from 598); Max value from RGB is 238 - color contains mainly: blue. Hex color #D593EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D593EE is #2A6C11. Grayscale: #B0B0B0. Windows color (decimal): -2780178 or 15635413. OLE color: 15635413.

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

Color convert

RGB213147238-
CMYK0.110.3800.07
HSL283.52º72.8%75.49%-
HSV(B)283.52º38.24%93.33%-
XYZ53.3141.1986.03-
YUV177.11162.37153.6-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.62%
GREEN value IS 147 (57.81% from 255) = 24.58%
BLUE value IS 238 (93.36% from 255) = 39.80%
R=35.62%
G=24.58%
B=39.80%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2131472380.110.3800.07283.5272.875.49
HexD593EEB260711c494b
Octal325223356134607434111113
Binary1101010110010011111011101011100110011110001110010010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D593EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D593EE; }

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

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

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

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

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

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

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

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