#D09EEA

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

Shades of Wisteria #D09EEA

Tints of Wisteria #D09EEA

Color information

#D09EEA (or 0xD09EEA) is unknown color: approx Wisteria. HEX triplet: D0, 9E and EA. RGB value is (208,158,234). Sum of RGB (Red+Green+Blue) = 208+158+234=600 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.67% from 600); Green value is 158 (62.11% from 255 or 26.33% from 600); Blue value is 234 (91.80% from 255 or 39% from 600); Max value from RGB is 234 - color contains mainly: blue. Hex color #D09EEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D09EEA is #2F6115. Grayscale: #B5B5B5. Windows color (decimal): -3105046 or 15376080. OLE color: 15376080.

HSL color Cylindrical-coordinate representation of color #D09EEA: hue angle of 279.47º 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 #D09EEA is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB208158234-
CMYK0.110.3200.08
HSL279.47º64.41%76.86%-
HSV(B)279.47º32.48%91.76%-
XYZ53.0943.883.5-
YUV181.61157.56146.82-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.67%
GREEN value IS 158 (62.11% from 255) = 26.33%
BLUE value IS 234 (91.80% from 255) = 39%
R=34.67%
G=26.33%
B=39%

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
Decimal2081582340.110.3200.08279.4764.4176.86
HexD09EEAB2008117404d
Octal3202363521340010427100115
Binary11010000100111101110101010111000000100010001011110000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09EEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09EEA; }

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

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

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

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

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

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

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

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