#D39AE5

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

Shades of Wisteria #D39AE5

Tints of Wisteria #D39AE5

Color information

#D39AE5 (or 0xD39AE5) is unknown color: approx Wisteria. HEX triplet: D3, 9A and E5. RGB value is (211,154,229). Sum of RGB (Red+Green+Blue) = 211+154+229=594 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.52% from 594); Green value is 154 (60.55% from 255 or 25.93% from 594); Blue value is 229 (89.84% from 255 or 38.55% from 594); Max value from RGB is 229 - color contains mainly: blue. Hex color #D39AE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D39AE5 is #2C651A. Grayscale: #B3B3B3. Windows color (decimal): -2909467 or 15047379. OLE color: 15047379.

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

Color convert

RGB211154229-
CMYK0.080.3300.10
HSL285.6º59.06%75.1%-
HSV(B)285.6º32.75%89.8%-
XYZ52.5642.6279.58-
YUV179.59155.88150.4-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.52%
GREEN value IS 154 (60.55% from 255) = 25.93%
BLUE value IS 229 (89.84% from 255) = 38.55%
R=35.52%
G=25.93%
B=38.55%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2111542290.080.3300.10285.659.0675.1
HexD39AE58210A11e3b4b
Octal323232345104101243673113
Binary1101001110011010111001011000100001010101000111101110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39AE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39AE5; }

 p { color: rgb(211,154,229); }

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

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

 a { background-color: rgb(211,154,229); }

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

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

 span { border-color: rgb(211,154,229); }

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