#D39AE0

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

Shades of Wisteria #D39AE0

Tints of Wisteria #D39AE0

Color information

#D39AE0 (or 0xD39AE0) is unknown color: approx Wisteria. HEX triplet: D3, 9A and E0. RGB value is (211,154,224). Sum of RGB (Red+Green+Blue) = 211+154+224=589 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.82% from 589); Green value is 154 (60.55% from 255 or 26.15% from 589); Blue value is 224 (87.89% from 255 or 38.03% from 589); Max value from RGB is 224 - color contains mainly: blue. Hex color #D39AE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D39AE0 is #2C651F. Grayscale: #B2B2B2. Windows color (decimal): -2909472 or 14719699. OLE color: 14719699.

HSL color Cylindrical-coordinate representation of color #D39AE0: hue angle of 288.86º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D39AE0 is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB211154224-
CMYK0.060.3100.12
HSL288.86º53.03%74.12%-
HSV(B)288.86º31.25%87.84%-
XYZ51.8742.3475.96-
YUV179.02153.38150.81-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.82%
GREEN value IS 154 (60.55% from 255) = 26.15%
BLUE value IS 224 (87.89% from 255) = 38.03%
R=35.82%
G=26.15%
B=38.03%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2111542240.060.3100.12288.8653.0374.12
HexD39AE061F0C121354a
Octal32323234063701444165112
Binary11010011100110101110000011011111011001001000011101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39AE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39AE0; }

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

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

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

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

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

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

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

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