#D09FDD

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

Shades of Wisteria #D09FDD

Tints of Wisteria #D09FDD

Color information

#D09FDD (or 0xD09FDD) is unknown color: approx Wisteria. HEX triplet: D0, 9F and DD. RGB value is (208,159,221). Sum of RGB (Red+Green+Blue) = 208+159+221=588 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.37% from 588); Green value is 159 (62.5% from 255 or 27.04% from 588); Blue value is 221 (86.72% from 255 or 37.59% from 588); Max value from RGB is 221 - color contains mainly: blue. Hex color #D09FDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09FDD is #2F6022. Grayscale: #B4B4B4. Windows color (decimal): -3104803 or 14524368. OLE color: 14524368.

HSL color Cylindrical-coordinate representation of color #D09FDD: hue angle of 287.42º degrees, saturation: 0.48, 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 #D09FDD is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB208159221-
CMYK0.060.2800.13
HSL287.42º47.69%74.51%-
HSV(B)287.42º28.05%86.67%-
XYZ51.4643.4374.08-
YUV180.72150.73147.46-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.37%
GREEN value IS 159 (62.5% from 255) = 27.04%
BLUE value IS 221 (86.72% from 255) = 37.59%
R=35.37%
G=27.04%
B=37.59%

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
Decimal2081592210.060.2800.13287.4247.6974.51
HexD09FDD61C0D11f304b
Octal32023733563401543760113
Binary11010000100111111101110111011100011011000111111100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09FDD; }

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

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

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

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

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

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

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

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