#D59DEA

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

Shades of Wisteria #D59DEA

Tints of Wisteria #D59DEA

Color information

#D59DEA (or 0xD59DEA) is unknown color: approx Wisteria. HEX triplet: D5, 9D and EA. RGB value is (213,157,234). Sum of RGB (Red+Green+Blue) = 213+157+234=604 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.26% from 604); Green value is 157 (61.72% from 255 or 25.99% from 604); Blue value is 234 (91.80% from 255 or 38.74% from 604); Max value from RGB is 234 - color contains mainly: blue. Hex color #D59DEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D59DEA is #2A6215. Grayscale: #B6B6B6. Windows color (decimal): -2777622 or 15375829. OLE color: 15375829.

HSL color Cylindrical-coordinate representation of color #D59DEA: hue angle of 283.64º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D59DEA is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB213157234-
CMYK0.090.3300.08
HSL283.64º64.71%76.67%-
HSV(B)283.64º32.91%91.76%-
XYZ54.3544.283.51-
YUV182.52157.05149.74-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.26%
GREEN value IS 157 (61.72% from 255) = 25.99%
BLUE value IS 234 (91.80% from 255) = 38.74%
R=35.26%
G=25.99%
B=38.74%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2131572340.090.3300.08283.6464.7176.67
HexD59DEA9210811c414d
Octal3252353521141010434101115
Binary11010101100111011110101010011000010100010001110010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59DEA; }

 p { color: rgb(213,157,234); }

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

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

 a { background-color: rgb(213,157,234); }

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

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

 span { border-color: rgb(213,157,234); }

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