#D09CDE

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

Shades of Wisteria #D09CDE

Tints of Wisteria #D09CDE

Color information

#D09CDE (or 0xD09CDE) is unknown color: approx Wisteria. HEX triplet: D0, 9C and DE. RGB value is (208,156,222). Sum of RGB (Red+Green+Blue) = 208+156+222=586 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.49% from 586); Green value is 156 (61.33% from 255 or 26.62% from 586); Blue value is 222 (87.11% from 255 or 37.88% from 586); Max value from RGB is 222 - color contains mainly: blue. Hex color #D09CDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09CDE is #2F6321. Grayscale: #B2B2B2. Windows color (decimal): -3105570 or 14589136. OLE color: 14589136.

HSL color Cylindrical-coordinate representation of color #D09CDE: hue angle of 287.27º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D09CDE is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB208156222-
CMYK0.060.3000.13
HSL287.27º50%74.12%-
HSV(B)287.27º29.73%87.06%-
XYZ51.0942.4674.61-
YUV179.07152.23148.63-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.49%
GREEN value IS 156 (61.33% from 255) = 26.62%
BLUE value IS 222 (87.11% from 255) = 37.88%
R=35.49%
G=26.62%
B=37.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2081562220.060.3000.13287.275074.12
HexD09CDE61E0D11f324a
Octal32023433663601543762112
Binary11010000100111001101111011011110011011000111111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09CDE; }

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

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

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

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

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

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

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

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