#D397ED

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

Shades of Wisteria #D397ED

Tints of Wisteria #D397ED

Color information

#D397ED (or 0xD397ED) is unknown color: approx Wisteria. HEX triplet: D3, 97 and ED. RGB value is (211,151,237). Sum of RGB (Red+Green+Blue) = 211+151+237=599 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.23% from 599); Green value is 151 (59.38% from 255 or 25.21% from 599); Blue value is 237 (92.97% from 255 or 39.57% from 599); Max value from RGB is 237 - color contains mainly: blue. Hex color #D397ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D397ED is #2C6812. Grayscale: #B2B2B2. Windows color (decimal): -2910227 or 15570899. OLE color: 15570899.

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

Color convert

RGB211151237-
CMYK0.110.3600.07
HSL281.86º70.49%76.08%-
HSV(B)281.86º36.29%92.94%-
XYZ53.2242.185.44-
YUV178.74160.88151.01-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.23%
GREEN value IS 151 (59.38% from 255) = 25.21%
BLUE value IS 237 (92.97% from 255) = 39.57%
R=35.23%
G=25.21%
B=39.57%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2111512370.110.3600.07281.8670.4976.08
HexD397EDB240711a464c
Octal323227355134407432106114
Binary1101001110010111111011011011100100011110001101010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D397ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D397ED; }

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

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

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

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

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

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

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

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