#D09FDE

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

Shades of Wisteria #D09FDE

Tints of Wisteria #D09FDE

Color information

#D09FDE (or 0xD09FDE) is unknown color: approx Wisteria. HEX triplet: D0, 9F and DE. RGB value is (208,159,222). Sum of RGB (Red+Green+Blue) = 208+159+222=589 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.31% from 589); Green value is 159 (62.5% from 255 or 26.99% from 589); Blue value is 222 (87.11% from 255 or 37.69% from 589); Max value from RGB is 222 - color contains mainly: blue. Hex color #D09FDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09FDE is #2F6021. Grayscale: #B4B4B4. Windows color (decimal): -3104802 or 14589904. OLE color: 14589904.

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

Color convert

RGB208159222-
CMYK0.060.2800.13
HSL286.67º48.84%74.71%-
HSV(B)286.67º28.38%87.06%-
XYZ51.643.4874.78-
YUV180.83151.23147.38-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.31%
GREEN value IS 159 (62.5% from 255) = 26.99%
BLUE value IS 222 (87.11% from 255) = 37.69%
R=35.31%
G=26.99%
B=37.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2081592220.060.2800.13286.6748.8474.71
HexD09FDE61C0D11f314b
Octal32023733663401543761113
Binary11010000100111111101111011011100011011000111111100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09FDE; }

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

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

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

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

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

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

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

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