#D39EF2

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

Shades of Wisteria #D39EF2

Tints of Wisteria #D39EF2

Color information

#D39EF2 (or 0xD39EF2) is unknown color: approx Wisteria. HEX triplet: D3, 9E and F2. RGB value is (211,158,242). Sum of RGB (Red+Green+Blue) = 211+158+242=611 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.53% from 611); Green value is 158 (62.11% from 255 or 25.86% from 611); Blue value is 242 (94.92% from 255 or 39.61% from 611); Max value from RGB is 242 - color contains mainly: blue. Hex color #D39EF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D39EF2 is #2C610D. Grayscale: #B7B7B7. Windows color (decimal): -2908430 or 15900371. OLE color: 15900371.

HSL color Cylindrical-coordinate representation of color #D39EF2: hue angle of 277.86º degrees, saturation: 0.76, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D39EF2 is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB211158242-
CMYK0.130.3500.05
HSL277.86º76.36%78.43%-
HSV(B)277.86º34.71%94.9%-
XYZ55.1244.7189.73-
YUV183.42161.06147.67-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.53%
GREEN value IS 158 (62.11% from 255) = 25.86%
BLUE value IS 242 (94.92% from 255) = 39.61%
R=34.53%
G=25.86%
B=39.61%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2111582420.130.3500.05277.8676.3678.43
HexD39EF2D23051164c4e
Octal323236362154305426114116
Binary1101001110011110111100101101100011010110001011010011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39EF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39EF2; }

 p { color: rgb(211,158,242); }

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

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

 a { background-color: rgb(211,158,242); }

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

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

 span { border-color: rgb(211,158,242); }

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