#D39FEA

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

Shades of Wisteria #D39FEA

Tints of Wisteria #D39FEA

Color information

#D39FEA (or 0xD39FEA) is unknown color: approx Wisteria. HEX triplet: D3, 9F and EA. RGB value is (211,159,234). Sum of RGB (Red+Green+Blue) = 211+159+234=604 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.93% from 604); Green value is 159 (62.5% from 255 or 26.32% from 604); Blue value is 234 (91.80% from 255 or 38.74% from 604); Max value from RGB is 234 - color contains mainly: blue. Hex color #D39FEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D39FEA is #2C6015. Grayscale: #B6B6B6. Windows color (decimal): -2908182 or 15376339. OLE color: 15376339.

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

Color convert

RGB211159234-
CMYK0.100.3200.08
HSL281.6º64.1%77.06%-
HSV(B)281.6º32.05%91.76%-
XYZ54.1144.5983.6-
YUV183.1156.73147.9-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.93%
GREEN value IS 159 (62.5% from 255) = 26.32%
BLUE value IS 234 (91.80% from 255) = 38.74%
R=34.93%
G=26.32%
B=38.74%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2111592340.100.3200.08281.664.177.06
HexD39FEAA200811a404d
Octal3232373521240010432100115
Binary11010011100111111110101010101000000100010001101010000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39FEA; }

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

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

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

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

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

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

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

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