#D491EA

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

Shades of Wisteria #D491EA

Tints of Wisteria #D491EA

Color information

#D491EA (or 0xD491EA) is unknown color: approx Wisteria. HEX triplet: D4, 91 and EA. RGB value is (212,145,234). Sum of RGB (Red+Green+Blue) = 212+145+234=591 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.87% from 591); Green value is 145 (57.03% from 255 or 24.53% from 591); Blue value is 234 (91.80% from 255 or 39.59% from 591); Max value from RGB is 234 - color contains mainly: blue. Hex color #D491EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D491EA is #2B6E15. Grayscale: #AEAEAE. Windows color (decimal): -2846230 or 15372756. OLE color: 15372756.

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

Color convert

RGB212145234-
CMYK0.090.3800.08
HSL285.17º67.94%74.31%-
HSV(B)285.17º38.03%91.76%-
XYZ52.1340.1982.85-
YUV175.18161.2154.26-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.87%
GREEN value IS 145 (57.03% from 255) = 24.53%
BLUE value IS 234 (91.80% from 255) = 39.59%
R=35.87%
G=24.53%
B=39.59%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2121452340.090.3800.08285.1767.9474.31
HexD491EA9260811d444a
Octal3242213521146010435104112
Binary11010100100100011110101010011001100100010001110110001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D491EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D491EA; }

 p { color: rgb(212,145,234); }

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

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

 a { background-color: rgb(212,145,234); }

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

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

 span { border-color: rgb(212,145,234); }

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