#D38AEE

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

Shades of Wisteria #D38AEE

Tints of Wisteria #D38AEE

Color information

#D38AEE (or 0xD38AEE) is unknown color: approx Wisteria. HEX triplet: D3, 8A and EE. RGB value is (211,138,238). Sum of RGB (Red+Green+Blue) = 211+138+238=587 (77% of max value = 765). Red value is 211 (82.81% from 255 or 35.95% from 587); Green value is 138 (54.30% from 255 or 23.51% from 587); Blue value is 238 (93.36% from 255 or 40.55% from 587); Max value from RGB is 238 - color contains mainly: blue. Hex color #D38AEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D38AEE is #2C7511. Grayscale: #AAAAAA. Windows color (decimal): -2913554 or 15633107. OLE color: 15633107.

HSL color Cylindrical-coordinate representation of color #D38AEE: hue angle of 283.8º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D38AEE is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB211138238-
CMYK0.110.4200.07
HSL283.8º74.63%73.73%-
HSV(B)283.8º42.02%93.33%-
XYZ51.3938.285.55-
YUV171.23165.68156.37-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.95%
GREEN value IS 138 (54.30% from 255) = 23.51%
BLUE value IS 238 (93.36% from 255) = 40.55%
R=35.95%
G=23.51%
B=40.55%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2111382380.110.4200.07283.874.6373.73
HexD38AEEB2A0711c4b4a
Octal323212356135207434113112
Binary1101001110001010111011101011101010011110001110010010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38AEE; }

 p { color: rgb(211,138,238); }

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

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

 a { background-color: rgb(211,138,238); }

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

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

 span { border-color: rgb(211,138,238); }

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