#D38BE7

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

Shades of Wisteria #D38BE7

Tints of Wisteria #D38BE7

Color information

#D38BE7 (or 0xD38BE7) is unknown color: approx Wisteria. HEX triplet: D3, 8B and E7. RGB value is (211,139,231). Sum of RGB (Red+Green+Blue) = 211+139+231=581 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.32% from 581); Green value is 139 (54.69% from 255 or 23.92% from 581); Blue value is 231 (90.62% from 255 or 39.76% from 581); Max value from RGB is 231 - color contains mainly: blue. Hex color #D38BE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D38BE7 is #2C7418. Grayscale: #AAAAAA. Windows color (decimal): -2913305 or 15174611. OLE color: 15174611.

HSL color Cylindrical-coordinate representation of color #D38BE7: hue angle of 286.96º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D38BE7 is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB211139231-
CMYK0.090.4000.09
HSL286.96º65.71%72.55%-
HSV(B)286.96º39.83%90.59%-
XYZ50.5238.0880.29-
YUV171.02161.85156.52-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.32%
GREEN value IS 139 (54.69% from 255) = 23.92%
BLUE value IS 231 (90.62% from 255) = 39.76%
R=36.32%
G=23.92%
B=39.76%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2111392310.090.4000.09286.9665.7172.55
HexD38BE79280911f4249
Octal3232133471150011437102111
Binary11010011100010111110011110011010000100110001111110000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38BE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38BE7; }

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

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

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

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

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

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

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

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