#D39CEA

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

Shades of Wisteria #D39CEA

Tints of Wisteria #D39CEA

Color information

#D39CEA (or 0xD39CEA) is unknown color: approx Wisteria. HEX triplet: D3, 9C and EA. RGB value is (211,156,234). Sum of RGB (Red+Green+Blue) = 211+156+234=601 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.11% from 601); Green value is 156 (61.33% from 255 or 25.96% from 601); Blue value is 234 (91.80% from 255 or 38.94% from 601); Max value from RGB is 234 - color contains mainly: blue. Hex color #D39CEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D39CEA is #2C6315. Grayscale: #B5B5B5. Windows color (decimal): -2908950 or 15375571. OLE color: 15375571.

HSL color Cylindrical-coordinate representation of color #D39CEA: hue angle of 282.31º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D39CEA is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB211156234-
CMYK0.100.3300.08
HSL282.31º65%76.47%-
HSV(B)282.31º33.33%91.76%-
XYZ53.643.5783.43-
YUV181.34157.72149.16-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.11%
GREEN value IS 156 (61.33% from 255) = 25.96%
BLUE value IS 234 (91.80% from 255) = 38.94%
R=35.11%
G=25.96%
B=38.94%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2111562340.100.3300.08282.316576.47
HexD39CEAA210811a414c
Octal3232343521241010432101114
Binary11010011100111001110101010101000010100010001101010000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39CEA; }

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

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

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

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

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

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

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

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