#D09ADE

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

Shades of Wisteria #D09ADE

Tints of Wisteria #D09ADE

Color information

#D09ADE (or 0xD09ADE) is unknown color: approx Wisteria. HEX triplet: D0, 9A and DE. RGB value is (208,154,222). Sum of RGB (Red+Green+Blue) = 208+154+222=584 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.62% from 584); Green value is 154 (60.55% from 255 or 26.37% from 584); Blue value is 222 (87.11% from 255 or 38.01% from 584); Max value from RGB is 222 - color contains mainly: blue. Hex color #D09ADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09ADE is #2F6521. Grayscale: #B1B1B1. Windows color (decimal): -3106082 or 14588624. OLE color: 14588624.

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

Color convert

RGB208154222-
CMYK0.060.3100.13
HSL287.65º50.75%73.73%-
HSV(B)287.65º30.63%87.06%-
XYZ50.7541.874.5-
YUV177.9152.89149.47-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.62%
GREEN value IS 154 (60.55% from 255) = 26.37%
BLUE value IS 222 (87.11% from 255) = 38.01%
R=35.62%
G=26.37%
B=38.01%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2081542220.060.3100.13287.6550.7573.73
HexD09ADE61F0D120334a
Octal32023233663701544063112
Binary11010000100110101101111011011111011011001000001100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09ADE; }

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

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

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

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

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

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

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

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