#DB97F1

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

Shades of Wisteria #DB97F1

Tints of Wisteria #DB97F1

Color information

#DB97F1 (or 0xDB97F1) is unknown color: approx Wisteria. HEX triplet: DB, 97 and F1. RGB value is (219,151,241). Sum of RGB (Red+Green+Blue) = 219+151+241=611 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.84% from 611); Green value is 151 (59.38% from 255 or 24.71% from 611); Blue value is 241 (94.53% from 255 or 39.44% from 611); Max value from RGB is 241 - color contains mainly: blue. Hex color #DB97F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB97F1 is #24680E. Grayscale: #B5B5B5. Windows color (decimal): -2385935 or 15833051. OLE color: 15833051.

HSL color Cylindrical-coordinate representation of color #DB97F1: hue angle of 285.33º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DB97F1 is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB219151241-
CMYK0.090.3700.05
HSL285.33º76.27%76.86%-
HSV(B)285.33º37.34%94.51%-
XYZ56.1643.5488.66-
YUV181.59161.53154.68-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.84%
GREEN value IS 151 (59.38% from 255) = 24.71%
BLUE value IS 241 (94.53% from 255) = 39.44%
R=35.84%
G=24.71%
B=39.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2191512410.090.3700.05285.3376.2776.86
HexDB97F19250511d4c4d
Octal333227361114505435114115
Binary1101101110010111111100011001100101010110001110110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB97F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB97F1; }

 p { color: rgb(219,151,241); }

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

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

 a { background-color: rgb(219,151,241); }

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

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

 span { border-color: rgb(219,151,241); }

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