#D39DDF

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

Shades of Wisteria #D39DDF

Tints of Wisteria #D39DDF

Color information

#D39DDF (or 0xD39DDF) is unknown color: approx Wisteria. HEX triplet: D3, 9D and DF. RGB value is (211,157,223). Sum of RGB (Red+Green+Blue) = 211+157+223=591 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.70% from 591); Green value is 157 (61.72% from 255 or 26.57% from 591); Blue value is 223 (87.5% from 255 or 37.73% from 591); Max value from RGB is 223 - color contains mainly: blue. Hex color #D39DDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D39DDF is #2C6220. Grayscale: #B4B4B4. Windows color (decimal): -2908705 or 14654931. OLE color: 14654931.

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

Color convert

RGB211157223-
CMYK0.050.3000.13
HSL289.09º50.77%74.51%-
HSV(B)289.09º29.6%87.45%-
XYZ52.2443.2975.41-
YUV180.67151.89149.63-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.70%
GREEN value IS 157 (61.72% from 255) = 26.57%
BLUE value IS 223 (87.5% from 255) = 37.73%
R=35.70%
G=26.57%
B=37.73%

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
Decimal2111572230.050.3000.13289.0950.7774.51
HexD39DDF51E0D121334b
Octal32323533753601544163113
Binary11010011100111011101111110111110011011001000011100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39DDF; }

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

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

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

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

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

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

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

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