#D39FE3

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

Shades of Wisteria #D39FE3

Tints of Wisteria #D39FE3

Color information

#D39FE3 (or 0xD39FE3) is unknown color: approx Wisteria. HEX triplet: D3, 9F and E3. RGB value is (211,159,227). Sum of RGB (Red+Green+Blue) = 211+159+227=597 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.34% from 597); Green value is 159 (62.5% from 255 or 26.63% from 597); Blue value is 227 (89.06% from 255 or 38.02% from 597); Max value from RGB is 227 - color contains mainly: blue. Hex color #D39FE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D39FE3 is #2C601C. Grayscale: #B6B6B6. Windows color (decimal): -2908189 or 14917587. OLE color: 14917587.

HSL color Cylindrical-coordinate representation of color #D39FE3: hue angle of 285.88º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D39FE3 is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB211159227-
CMYK0.070.3000.11
HSL285.88º54.84%75.69%-
HSV(B)285.88º29.96%89.02%-
XYZ53.1344.1978.4-
YUV182.3153.23148.47-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.34%
GREEN value IS 159 (62.5% from 255) = 26.63%
BLUE value IS 227 (89.06% from 255) = 38.02%
R=35.34%
G=26.63%
B=38.02%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2111592270.070.3000.11285.8854.8475.69
HexD39FE371E0B11e374c
Octal32323734373601343667114
Binary11010011100111111110001111111110010111000111101101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39FE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39FE3; }

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

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

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

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

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

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

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

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