#D390EA

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

Shades of Wisteria #D390EA

Tints of Wisteria #D390EA

Color information

#D390EA (or 0xD390EA) is unknown color: approx Wisteria. HEX triplet: D3, 90 and EA. RGB value is (211,144,234). Sum of RGB (Red+Green+Blue) = 211+144+234=589 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.82% from 589); Green value is 144 (56.64% from 255 or 24.45% from 589); Blue value is 234 (91.80% from 255 or 39.73% from 589); Max value from RGB is 234 - color contains mainly: blue. Hex color #D390EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D390EA is #2C6F15. Grayscale: #AEAEAE. Windows color (decimal): -2912022 or 15372499. OLE color: 15372499.

HSL color Cylindrical-coordinate representation of color #D390EA: hue angle of 284.67º 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 #D390EA is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB211144234-
CMYK0.100.3800.08
HSL284.67º68.18%74.12%-
HSV(B)284.67º38.46%91.76%-
XYZ51.6939.7482.79-
YUV174.29161.7154.18-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.82%
GREEN value IS 144 (56.64% from 255) = 24.45%
BLUE value IS 234 (91.80% from 255) = 39.73%
R=35.82%
G=24.45%
B=39.73%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2111442340.100.3800.08284.6768.1874.12
HexD390EAA260811d444a
Octal3232203521246010435104112
Binary11010011100100001110101010101001100100010001110110001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D390EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D390EA; }

 p { color: rgb(211,144,234); }

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

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

 a { background-color: rgb(211,144,234); }

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

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

 span { border-color: rgb(211,144,234); }

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