#D09BDE

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

Shades of Wisteria #D09BDE

Tints of Wisteria #D09BDE

Color information

#D09BDE (or 0xD09BDE) is unknown color: approx Wisteria. HEX triplet: D0, 9B and DE. RGB value is (208,155,222). Sum of RGB (Red+Green+Blue) = 208+155+222=585 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.56% from 585); Green value is 155 (60.94% from 255 or 26.50% from 585); Blue value is 222 (87.11% from 255 or 37.95% from 585); Max value from RGB is 222 - color contains mainly: blue. Hex color #D09BDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09BDE is #2F6421. Grayscale: #B2B2B2. Windows color (decimal): -3105826 or 14588880. OLE color: 14588880.

HSL color Cylindrical-coordinate representation of color #D09BDE: hue angle of 287.46º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D09BDE is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB208155222-
CMYK0.060.3000.13
HSL287.46º50.38%73.92%-
HSV(B)287.46º30.18%87.06%-
XYZ50.9242.1374.55-
YUV178.48152.56149.05-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.56%
GREEN value IS 155 (60.94% from 255) = 26.50%
BLUE value IS 222 (87.11% from 255) = 37.95%
R=35.56%
G=26.50%
B=37.95%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2081552220.060.3000.13287.4650.3873.92
HexD09BDE61E0D11f324a
Octal32023333663601543762112
Binary11010000100110111101111011011110011011000111111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09BDE; }

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

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

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

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

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

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

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

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