#D39DE9

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

Shades of Wisteria #D39DE9

Tints of Wisteria #D39DE9

Color information

#D39DE9 (or 0xD39DE9) is unknown color: approx Wisteria. HEX triplet: D3, 9D and E9. RGB value is (211,157,233). Sum of RGB (Red+Green+Blue) = 211+157+233=601 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.11% from 601); Green value is 157 (61.72% from 255 or 26.12% from 601); Blue value is 233 (91.41% from 255 or 38.77% from 601); Max value from RGB is 233 - color contains mainly: blue. Hex color #D39DE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D39DE9 is #2C6216. Grayscale: #B5B5B5. Windows color (decimal): -2908695 or 15310291. OLE color: 15310291.

HSL color Cylindrical-coordinate representation of color #D39DE9: hue angle of 282.63º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D39DE9 is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB211157233-
CMYK0.090.3300.09
HSL282.63º63.33%76.47%-
HSV(B)282.63º32.62%91.37%-
XYZ53.6343.8582.73-
YUV181.81156.89148.82-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.11%
GREEN value IS 157 (61.72% from 255) = 26.12%
BLUE value IS 233 (91.41% from 255) = 38.77%
R=35.11%
G=26.12%
B=38.77%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2111572330.090.3300.09282.6363.3376.47
HexD39DE99210911b3f4c
Octal323235351114101143377114
Binary1101001110011101111010011001100001010011000110111111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39DE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39DE9; }

 p { color: rgb(211,157,233); }

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

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

 a { background-color: rgb(211,157,233); }

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

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

 span { border-color: rgb(211,157,233); }

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