#D09DEB

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

Shades of Wisteria #D09DEB

Tints of Wisteria #D09DEB

Color information

#D09DEB (or 0xD09DEB) is unknown color: approx Wisteria. HEX triplet: D0, 9D and EB. RGB value is (208,157,235). Sum of RGB (Red+Green+Blue) = 208+157+235=600 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.67% from 600); Green value is 157 (61.72% from 255 or 26.17% from 600); Blue value is 235 (92.19% from 255 or 39.17% from 600); Max value from RGB is 235 - color contains mainly: blue. Hex color #D09DEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D09DEB is #2F6214. Grayscale: #B4B4B4. Windows color (decimal): -3105301 or 15441360. OLE color: 15441360.

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

Color convert

RGB208157235-
CMYK0.110.3300.08
HSL279.23º66.1%76.86%-
HSV(B)279.23º33.19%92.16%-
XYZ53.0643.5284.2-
YUV181.14158.4147.16-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.67%
GREEN value IS 157 (61.72% from 255) = 26.17%
BLUE value IS 235 (92.19% from 255) = 39.17%
R=34.67%
G=26.17%
B=39.17%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2081572350.110.3300.08279.2366.176.86
HexD09DEBB2108117424d
Octal3202353531341010427102115
Binary11010000100111011110101110111000010100010001011110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09DEB; }

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

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

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

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

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

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

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

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