#D09DDE

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

Shades of Wisteria #D09DDE

Tints of Wisteria #D09DDE

Color information

#D09DDE (or 0xD09DDE) is unknown color: approx Wisteria. HEX triplet: D0, 9D and DE. RGB value is (208,157,222). Sum of RGB (Red+Green+Blue) = 208+157+222=587 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.43% from 587); Green value is 157 (61.72% from 255 or 26.75% from 587); Blue value is 222 (87.11% from 255 or 37.82% from 587); Max value from RGB is 222 - color contains mainly: blue. Hex color #D09DDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09DDE is #2F6221. Grayscale: #B3B3B3. Windows color (decimal): -3105314 or 14589392. OLE color: 14589392.

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

Color convert

RGB208157222-
CMYK0.060.2900.13
HSL287.08º49.62%74.31%-
HSV(B)287.08º29.28%87.06%-
XYZ51.2542.874.67-
YUV179.66151.9148.21-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.43%
GREEN value IS 157 (61.72% from 255) = 26.75%
BLUE value IS 222 (87.11% from 255) = 37.82%
R=35.43%
G=26.75%
B=37.82%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2081572220.060.2900.13287.0849.6274.31
HexD09DDE61D0D11f324a
Octal32023533663501543762112
Binary11010000100111011101111011011101011011000111111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09DDE; }

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

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

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

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

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

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

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

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