#D09FEA

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

Shades of Wisteria #D09FEA

Tints of Wisteria #D09FEA

Color information

#D09FEA (or 0xD09FEA) is unknown color: approx Wisteria. HEX triplet: D0, 9F and EA. RGB value is (208,159,234). Sum of RGB (Red+Green+Blue) = 208+159+234=601 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.61% from 601); Green value is 159 (62.5% from 255 or 26.46% from 601); Blue value is 234 (91.80% from 255 or 38.94% from 601); Max value from RGB is 234 - color contains mainly: blue. Hex color #D09FEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D09FEA is #2F6015. Grayscale: #B5B5B5. Windows color (decimal): -3104790 or 15376336. OLE color: 15376336.

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

Color convert

RGB208159234-
CMYK0.110.3200.08
HSL279.2º64.1%77.06%-
HSV(B)279.2º32.05%91.76%-
XYZ53.2644.1583.56-
YUV182.2157.23146.4-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.61%
GREEN value IS 159 (62.5% from 255) = 26.46%
BLUE value IS 234 (91.80% from 255) = 38.94%
R=34.61%
G=26.46%
B=38.94%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2081592340.110.3200.08279.264.177.06
HexD09FEAB2008117404d
Octal3202373521340010427100115
Binary11010000100111111110101010111000000100010001011110000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09FEA; }

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

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

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

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

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

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

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

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