#D38EEA

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

Shades of Wisteria #D38EEA

Tints of Wisteria #D38EEA

Color information

#D38EEA (or 0xD38EEA) is unknown color: approx Wisteria. HEX triplet: D3, 8E and EA. RGB value is (211,142,234). Sum of RGB (Red+Green+Blue) = 211+142+234=587 (77% of max value = 765). Red value is 211 (82.81% from 255 or 35.95% from 587); Green value is 142 (55.86% from 255 or 24.19% from 587); Blue value is 234 (91.80% from 255 or 39.86% from 587); Max value from RGB is 234 - color contains mainly: blue. Hex color #D38EEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D38EEA is #2C7115. Grayscale: #ACACAC. Windows color (decimal): -2912534 or 15371987. OLE color: 15371987.

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

Color convert

RGB211142234-
CMYK0.100.3900.08
HSL285º68.66%73.73%-
HSV(B)285º39.32%91.76%-
XYZ51.3939.1482.69-
YUV173.12162.36155.02-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.95%
GREEN value IS 142 (55.86% from 255) = 24.19%
BLUE value IS 234 (91.80% from 255) = 39.86%
R=35.95%
G=24.19%
B=39.86%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2111422340.100.3900.0828568.6673.73
HexD38EEAA270811d454a
Octal3232163521247010435105112
Binary11010011100011101110101010101001110100010001110110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38EEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38EEA; }

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

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

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

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

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

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

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

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