#D59EE9

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

Shades of Wisteria #D59EE9

Tints of Wisteria #D59EE9

Color information

#D59EE9 (or 0xD59EE9) is unknown color: approx Wisteria. HEX triplet: D5, 9E and E9. RGB value is (213,158,233). Sum of RGB (Red+Green+Blue) = 213+158+233=604 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.26% from 604); Green value is 158 (62.11% from 255 or 26.16% from 604); Blue value is 233 (91.41% from 255 or 38.58% from 604); Max value from RGB is 233 - color contains mainly: blue. Hex color #D59EE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D59EE9 is #2A6116. Grayscale: #B6B6B6. Windows color (decimal): -2777367 or 15310549. OLE color: 15310549.

HSL color Cylindrical-coordinate representation of color #D59EE9: hue angle of 284º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D59EE9 is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB213158233-
CMYK0.090.3200.09
HSL284º63.03%76.67%-
HSV(B)284º32.19%91.37%-
XYZ54.3844.4882.81-
YUV183156.22149.4-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.26%
GREEN value IS 158 (62.11% from 255) = 26.16%
BLUE value IS 233 (91.41% from 255) = 38.58%
R=35.26%
G=26.16%
B=38.58%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2131582330.090.3200.0928463.0376.67
HexD59EE99200911c3f4d
Octal325236351114001143477115
Binary1101010110011110111010011001100000010011000111001111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59EE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59EE9; }

 p { color: rgb(213,158,233); }

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

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

 a { background-color: rgb(213,158,233); }

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

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

 span { border-color: rgb(213,158,233); }

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