#D39CDF

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

Shades of Wisteria #D39CDF

Tints of Wisteria #D39CDF

Color information

#D39CDF (or 0xD39CDF) is unknown color: approx Wisteria. HEX triplet: D3, 9C and DF. RGB value is (211,156,223). Sum of RGB (Red+Green+Blue) = 211+156+223=590 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.76% from 590); Green value is 156 (61.33% from 255 or 26.44% from 590); Blue value is 223 (87.5% from 255 or 37.80% from 590); Max value from RGB is 223 - color contains mainly: blue. Hex color #D39CDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D39CDF is #2C6320. Grayscale: #B3B3B3. Windows color (decimal): -2908961 or 14654675. OLE color: 14654675.

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

Color convert

RGB211156223-
CMYK0.050.3000.13
HSL289.25º51.15%74.31%-
HSV(B)289.25º30.04%87.45%-
XYZ52.0742.9575.36-
YUV180.08152.22150.05-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.76%
GREEN value IS 156 (61.33% from 255) = 26.44%
BLUE value IS 223 (87.5% from 255) = 37.80%
R=35.76%
G=26.44%
B=37.80%

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
Decimal2111562230.050.3000.13289.2551.1574.31
HexD39CDF51E0D121334a
Octal32323433753601544163112
Binary11010011100111001101111110111110011011001000011100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39CDF; }

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

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

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

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

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

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

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

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