#D397EB

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

Shades of Wisteria #D397EB

Tints of Wisteria #D397EB

Color information

#D397EB (or 0xD397EB) is unknown color: approx Wisteria. HEX triplet: D3, 97 and EB. RGB value is (211,151,235). Sum of RGB (Red+Green+Blue) = 211+151+235=597 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.34% from 597); Green value is 151 (59.38% from 255 or 25.29% from 597); Blue value is 235 (92.19% from 255 or 39.36% from 597); Max value from RGB is 235 - color contains mainly: blue. Hex color #D397EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D397EB is #2C6814. Grayscale: #B2B2B2. Windows color (decimal): -2910229 or 15439827. OLE color: 15439827.

HSL color Cylindrical-coordinate representation of color #D397EB: hue angle of 282.86º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D397EB is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB211151235-
CMYK0.100.3600.08
HSL282.86º67.74%75.69%-
HSV(B)282.86º35.74%92.16%-
XYZ52.9341.9883.91-
YUV178.52159.88151.17-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.34%
GREEN value IS 151 (59.38% from 255) = 25.29%
BLUE value IS 235 (92.19% from 255) = 39.36%
R=35.34%
G=25.29%
B=39.36%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2111512350.100.3600.08282.8667.7475.69
HexD397EBA240811b444c
Octal3232273531244010433104114
Binary11010011100101111110101110101001000100010001101110001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D397EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D397EB; }

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

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

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

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

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

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

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

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