#DB9AF0

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

Shades of Wisteria #DB9AF0

Tints of Wisteria #DB9AF0

Color information

#DB9AF0 (or 0xDB9AF0) is unknown color: approx Wisteria. HEX triplet: DB, 9A and F0. RGB value is (219,154,240). Sum of RGB (Red+Green+Blue) = 219+154+240=613 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.73% from 613); Green value is 154 (60.55% from 255 or 25.12% from 613); Blue value is 240 (94.14% from 255 or 39.15% from 613); Max value from RGB is 240 - color contains mainly: blue. Hex color #DB9AF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9AF0 is #24650F. Grayscale: #B6B6B6. Windows color (decimal): -2385168 or 15768283. OLE color: 15768283.

HSL color Cylindrical-coordinate representation of color #DB9AF0: hue angle of 285.35º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DB9AF0 is Cyan = 0.09, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB219154240-
CMYK0.090.3600.06
HSL285.35º74.14%77.25%-
HSV(B)285.35º35.83%94.12%-
XYZ56.544.4688.04-
YUV183.24160.03153.51-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.73%
GREEN value IS 154 (60.55% from 255) = 25.12%
BLUE value IS 240 (94.14% from 255) = 39.15%
R=35.73%
G=25.12%
B=39.15%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2191542400.090.3600.06285.3574.1477.25
HexDB9AF09240611d4a4d
Octal333232360114406435112115
Binary1101101110011010111100001001100100011010001110110010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9AF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9AF0; }

 p { color: rgb(219,154,240); }

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

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

 a { background-color: rgb(219,154,240); }

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

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

 span { border-color: rgb(219,154,240); }

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