#D38BED

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

Shades of Wisteria #D38BED

Tints of Wisteria #D38BED

Color information

#D38BED (or 0xD38BED) is unknown color: approx Wisteria. HEX triplet: D3, 8B and ED. RGB value is (211,139,237). Sum of RGB (Red+Green+Blue) = 211+139+237=587 (77% of max value = 765). Red value is 211 (82.81% from 255 or 35.95% from 587); Green value is 139 (54.69% from 255 or 23.68% from 587); Blue value is 237 (92.97% from 255 or 40.37% from 587); Max value from RGB is 237 - color contains mainly: blue. Hex color #D38BED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D38BED is #2C7412. Grayscale: #ABABAB. Windows color (decimal): -2913299 or 15567827. OLE color: 15567827.

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

Color convert

RGB211139237-
CMYK0.110.4100.07
HSL284.08º73.13%73.73%-
HSV(B)284.08º41.35%92.94%-
XYZ51.3838.4384.83-
YUV171.7164.85156.03-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.95%
GREEN value IS 139 (54.69% from 255) = 23.68%
BLUE value IS 237 (92.97% from 255) = 40.37%
R=35.95%
G=23.68%
B=40.37%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2111392370.110.4100.07284.0873.1373.73
HexD38BEDB290711c494a
Octal323213355135107434111112
Binary1101001110001011111011011011101001011110001110010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38BED; }

 p { color: rgb(211,139,237); }

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

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

 a { background-color: rgb(211,139,237); }

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

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

 span { border-color: rgb(211,139,237); }

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