#D394E6

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

Shades of Wisteria #D394E6

Tints of Wisteria #D394E6

Color information

#D394E6 (or 0xD394E6) is unknown color: approx Wisteria. HEX triplet: D3, 94 and E6. RGB value is (211,148,230). Sum of RGB (Red+Green+Blue) = 211+148+230=589 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.82% from 589); Green value is 148 (58.20% from 255 or 25.13% from 589); Blue value is 230 (90.23% from 255 or 39.05% from 589); Max value from RGB is 230 - color contains mainly: blue. Hex color #D394E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D394E6 is #2C6B19. Grayscale: #AFAFAF. Windows color (decimal): -2911002 or 15111379. OLE color: 15111379.

HSL color Cylindrical-coordinate representation of color #D394E6: hue angle of 286.1º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D394E6 is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB211148230-
CMYK0.080.3600.10
HSL286.1º62.12%74.12%-
HSV(B)286.1º35.65%90.2%-
XYZ51.7440.7480-
YUV176.18158.37152.83-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.82%
GREEN value IS 148 (58.20% from 255) = 25.13%
BLUE value IS 230 (90.23% from 255) = 39.05%
R=35.82%
G=25.13%
B=39.05%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2111482300.080.3600.10286.162.1274.12
HexD394E68240A11e3e4a
Octal323224346104401243676112
Binary1101001110010100111001101000100100010101000111101111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D394E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D394E6; }

 p { color: rgb(211,148,230); }

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

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

 a { background-color: rgb(211,148,230); }

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

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

 span { border-color: rgb(211,148,230); }

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