#D38BEE

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

Shades of Wisteria #D38BEE

Tints of Wisteria #D38BEE

Color information

#D38BEE (or 0xD38BEE) is unknown color: approx Wisteria. HEX triplet: D3, 8B and EE. RGB value is (211,139,238). Sum of RGB (Red+Green+Blue) = 211+139+238=588 (77% of max value = 765). Red value is 211 (82.81% from 255 or 35.88% from 588); Green value is 139 (54.69% from 255 or 23.64% from 588); Blue value is 238 (93.36% from 255 or 40.48% from 588); Max value from RGB is 238 - color contains mainly: blue. Hex color #D38BEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D38BEE is #2C7411. Grayscale: #ABABAB. Windows color (decimal): -2913298 or 15633363. OLE color: 15633363.

HSL color Cylindrical-coordinate representation of color #D38BEE: hue angle of 283.64º degrees, saturation: 0.74, 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 #D38BEE is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB211139238-
CMYK0.110.4200.07
HSL283.64º74.44%73.92%-
HSV(B)283.64º41.6%93.33%-
XYZ51.5338.4985.6-
YUV171.81165.35155.95-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.88%
GREEN value IS 139 (54.69% from 255) = 23.64%
BLUE value IS 238 (93.36% from 255) = 40.48%
R=35.88%
G=23.64%
B=40.48%

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
Decimal2111392380.110.4200.07283.6474.4473.92
HexD38BEEB2A0711c4a4a
Octal323213356135207434112112
Binary1101001110001011111011101011101010011110001110010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38BEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38BEE; }

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

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

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

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

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

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

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

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