#D09BEA

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

Shades of Wisteria #D09BEA

Tints of Wisteria #D09BEA

Color information

#D09BEA (or 0xD09BEA) is unknown color: approx Wisteria. HEX triplet: D0, 9B and EA. RGB value is (208,155,234). Sum of RGB (Red+Green+Blue) = 208+155+234=597 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.84% from 597); Green value is 155 (60.94% from 255 or 25.96% from 597); Blue value is 234 (91.80% from 255 or 39.20% from 597); Max value from RGB is 234 - color contains mainly: blue. Hex color #D09BEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D09BEA is #2F6415. Grayscale: #B3B3B3. Windows color (decimal): -3105814 or 15375312. OLE color: 15375312.

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

Color convert

RGB208155234-
CMYK0.110.3400.08
HSL280.25º65.29%76.27%-
HSV(B)280.25º33.76%91.76%-
XYZ52.5942.7983.33-
YUV179.85158.56148.08-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.84%
GREEN value IS 155 (60.94% from 255) = 25.96%
BLUE value IS 234 (91.80% from 255) = 39.20%
R=34.84%
G=25.96%
B=39.20%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2081552340.110.3400.08280.2565.2976.27
HexD09BEAB2208118414c
Octal3202333521342010430101114
Binary11010000100110111110101010111000100100010001100010000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09BEA; }

 p { color: rgb(208,155,234); }

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

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

 a { background-color: rgb(208,155,234); }

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

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

 span { border-color: rgb(208,155,234); }

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