#D397E0

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

Shades of Wisteria #D397E0

Tints of Wisteria #D397E0

Color information

#D397E0 (or 0xD397E0) is unknown color: approx Wisteria. HEX triplet: D3, 97 and E0. RGB value is (211,151,224). Sum of RGB (Red+Green+Blue) = 211+151+224=586 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.01% from 586); Green value is 151 (59.38% from 255 or 25.77% from 586); Blue value is 224 (87.89% from 255 or 38.23% from 586); Max value from RGB is 224 - color contains mainly: blue. Hex color #D397E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D397E0 is #2C681F. Grayscale: #B1B1B1. Windows color (decimal): -2910240 or 14718931. OLE color: 14718931.

HSL color Cylindrical-coordinate representation of color #D397E0: hue angle of 289.32º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D397E0 is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB211151224-
CMYK0.060.3300.12
HSL289.32º54.07%73.53%-
HSV(B)289.32º32.59%87.84%-
XYZ51.3941.3675.8-
YUV177.26154.38152.06-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.01%
GREEN value IS 151 (59.38% from 255) = 25.77%
BLUE value IS 224 (87.89% from 255) = 38.23%
R=36.01%
G=25.77%
B=38.23%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2111512240.060.3300.12289.3254.0773.53
HexD397E06210C121364a
Octal32322734064101444166112
Binary110100111001011111100000110100001011001001000011101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D397E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D397E0; }

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

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

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

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

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

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

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

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