#D39CDE

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

Shades of Wisteria #D39CDE

Tints of Wisteria #D39CDE

Color information

#D39CDE (or 0xD39CDE) is unknown color: approx Wisteria. HEX triplet: D3, 9C and DE. RGB value is (211,156,222). Sum of RGB (Red+Green+Blue) = 211+156+222=589 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.82% from 589); Green value is 156 (61.33% from 255 or 26.49% from 589); Blue value is 222 (87.11% from 255 or 37.69% from 589); Max value from RGB is 222 - color contains mainly: blue. Hex color #D39CDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D39CDE is #2C6321. Grayscale: #B3B3B3. Windows color (decimal): -2908962 or 14589139. OLE color: 14589139.

HSL color Cylindrical-coordinate representation of color #D39CDE: hue angle of 290º 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 #D39CDE is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB211156222-
CMYK0.050.3000.13
HSL290º50%74.12%-
HSV(B)290º29.73%87.06%-
XYZ51.9442.974.65-
YUV179.97151.72150.13-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.82%
GREEN value IS 156 (61.33% from 255) = 26.49%
BLUE value IS 222 (87.11% from 255) = 37.69%
R=35.82%
G=26.49%
B=37.69%

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
Decimal2111562220.050.3000.132905074.12
HexD39CDE51E0D122324a
Octal32323433653601544262112
Binary11010011100111001101111010111110011011001000101100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39CDE; }

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

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

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

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

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

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

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

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