#d394ed

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

Shades of Wisteria #D394ED

Tints of Wisteria #D394ED

Color information

#D394ED (or 0xD394ED) is unknown color: approx Wisteria. HEX triplet: D3, 94 and ED. RGB value is (211,148,237). Sum of RGB (Red+Green+Blue) = 211+148+237=596 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.40% from 596); Green value is 148 (58.20% from 255 or 24.83% from 596); Blue value is 237 (92.97% from 255 or 39.77% from 596); Max value from RGB is 237 - color contains mainly: blue. Hex color #D394ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D394ED is #2C6B12. Grayscale: #B0B0B0. Windows color (decimal): -2910995 or 15570131. OLE color: 15570131.

HSL color Cylindrical-coordinate representation of color #D394ED: hue angle of 282.47º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D394ED is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB211148237-
CMYK0.110.3800.07
HSL282.47º71.2%75.49%-
HSV(B)282.47º37.55%92.94%-
XYZ52.7441.1485.28-
YUV176.98161.87152.26-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.40%
GREEN value IS 148 (58.20% from 255) = 24.83%
BLUE value IS 237 (92.97% from 255) = 39.77%
R=35.40%
G=24.83%
B=39.77%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2111482370.110.3800.07282.4771.275.49
HexD394EDB260711a474b
Octal323224355134607432107113
Binary1101001110010100111011011011100110011110001101010001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d394ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d394ed; }

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

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

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

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

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

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

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

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