#D09AE8

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

Shades of Wisteria #D09AE8

Tints of Wisteria #D09AE8

Color information

#D09AE8 (or 0xD09AE8) is unknown color: approx Wisteria. HEX triplet: D0, 9A and E8. RGB value is (208,154,232). Sum of RGB (Red+Green+Blue) = 208+154+232=594 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.02% from 594); Green value is 154 (60.55% from 255 or 25.93% from 594); Blue value is 232 (91.02% from 255 or 39.06% from 594); Max value from RGB is 232 - color contains mainly: blue. Hex color #D09AE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D09AE8 is #2F6517. Grayscale: #B2B2B2. Windows color (decimal): -3106072 or 15243984. OLE color: 15243984.

HSL color Cylindrical-coordinate representation of color #D09AE8: hue angle of 281.54º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D09AE8 is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB208154232-
CMYK0.100.3400.09
HSL281.54º62.9%75.69%-
HSV(B)281.54º33.62%90.98%-
XYZ52.1342.3581.77-
YUV179.04157.89148.66-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.02%
GREEN value IS 154 (60.55% from 255) = 25.93%
BLUE value IS 232 (91.02% from 255) = 39.06%
R=35.02%
G=25.93%
B=39.06%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2081542320.100.3400.09281.5462.975.69
HexD09AE8A220911a3f4c
Octal320232350124201143277114
Binary1101000010011010111010001010100010010011000110101111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09AE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09AE8; }

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

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

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

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

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

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

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

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