#D39EDD

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

Shades of Wisteria #D39EDD

Tints of Wisteria #D39EDD

Color information

#D39EDD (or 0xD39EDD) is unknown color: approx Wisteria. HEX triplet: D3, 9E and DD. RGB value is (211,158,221). Sum of RGB (Red+Green+Blue) = 211+158+221=590 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.76% from 590); Green value is 158 (62.11% from 255 or 26.78% from 590); Blue value is 221 (86.72% from 255 or 37.46% from 590); Max value from RGB is 221 - color contains mainly: blue. Hex color #D39EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D39EDD is #2C6122. Grayscale: #B4B4B4. Windows color (decimal): -2908451 or 14524115. OLE color: 14524115.

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

Color convert

RGB211158221-
CMYK0.050.2900.13
HSL290.48º48.09%74.31%-
HSV(B)290.48º28.51%86.67%-
XYZ52.1443.5274.06-
YUV181.03150.56149.38-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.76%
GREEN value IS 158 (62.11% from 255) = 26.78%
BLUE value IS 221 (86.72% from 255) = 37.46%
R=35.76%
G=26.78%
B=37.46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2111582210.050.2900.13290.4848.0974.31
HexD39EDD51D0D122304a
Octal32323633553501544260112
Binary11010011100111101101110110111101011011001000101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39EDD; }

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

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

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

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

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

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

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

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