#D594EA

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

Shades of Wisteria #D594EA

Tints of Wisteria #D594EA

Color information

#D594EA (or 0xD594EA) is unknown color: approx Wisteria. HEX triplet: D5, 94 and EA. RGB value is (213,148,234). Sum of RGB (Red+Green+Blue) = 213+148+234=595 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.80% from 595); Green value is 148 (58.20% from 255 or 24.87% from 595); Blue value is 234 (91.80% from 255 or 39.33% from 595); Max value from RGB is 234 - color contains mainly: blue. Hex color #D594EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D594EA is #2A6B15. Grayscale: #B0B0B0. Windows color (decimal): -2779926 or 15373525. OLE color: 15373525.

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

Color convert

RGB213148234-
CMYK0.090.3700.08
HSL285.35º67.19%74.9%-
HSV(B)285.35º36.75%91.76%-
XYZ52.8841.2783.02-
YUV177.24160.03153.51-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.80%
GREEN value IS 148 (58.20% from 255) = 24.87%
BLUE value IS 234 (91.80% from 255) = 39.33%
R=35.80%
G=24.87%
B=39.33%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2131482340.090.3700.08285.3567.1974.9
HexD594EA9250811d434b
Octal3252243521145010435103113
Binary11010101100101001110101010011001010100010001110110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D594EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D594EA; }

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

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

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

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

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

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

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

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