#D39BDE

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

Shades of Wisteria #D39BDE

Tints of Wisteria #D39BDE

Color information

#D39BDE (or 0xD39BDE) is unknown color: approx Wisteria. HEX triplet: D3, 9B and DE. RGB value is (211,155,222). Sum of RGB (Red+Green+Blue) = 211+155+222=588 (77% of max value = 765). Red value is 211 (82.81% from 255 or 35.88% from 588); Green value is 155 (60.94% from 255 or 26.36% from 588); Blue value is 222 (87.11% from 255 or 37.76% from 588); Max value from RGB is 222 - color contains mainly: blue. Hex color #D39BDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D39BDE is #2C6421. Grayscale: #B3B3B3. Windows color (decimal): -2909218 or 14588883. OLE color: 14588883.

HSL color Cylindrical-coordinate representation of color #D39BDE: hue angle of 290.15º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D39BDE is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB211155222-
CMYK0.050.3000.13
HSL290.15º50.38%73.92%-
HSV(B)290.15º30.18%87.06%-
XYZ51.7742.5774.59-
YUV179.38152.05150.55-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.88%
GREEN value IS 155 (60.94% from 255) = 26.36%
BLUE value IS 222 (87.11% from 255) = 37.76%
R=35.88%
G=26.36%
B=37.76%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2111552220.050.3000.13290.1550.3873.92
HexD39BDE51E0D122324a
Octal32323333653601544262112
Binary11010011100110111101111010111110011011001000101100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39BDE; }

 p { color: rgb(211,155,222); }

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

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

 a { background-color: rgb(211,155,222); }

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

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

 span { border-color: rgb(211,155,222); }

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