#D49AE8

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

Shades of Wisteria #D49AE8

Tints of Wisteria #D49AE8

Color information

#D49AE8 (or 0xD49AE8) is unknown color: approx Wisteria. HEX triplet: D4, 9A and E8. RGB value is (212,154,232). Sum of RGB (Red+Green+Blue) = 212+154+232=598 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.45% from 598); Green value is 154 (60.55% from 255 or 25.75% from 598); Blue value is 232 (91.02% from 255 or 38.80% from 598); Max value from RGB is 232 - color contains mainly: blue. Hex color #D49AE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D49AE8 is #2B6517. Grayscale: #B3B3B3. Windows color (decimal): -2843928 or 15243988. OLE color: 15243988.

HSL color Cylindrical-coordinate representation of color #D49AE8: hue angle of 284.62º 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 #D49AE8 is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB212154232-
CMYK0.090.3400.09
HSL284.62º62.9%75.69%-
HSV(B)284.62º33.62%90.98%-
XYZ53.2742.9381.82-
YUV180.23157.22150.66-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.45%
GREEN value IS 154 (60.55% from 255) = 25.75%
BLUE value IS 232 (91.02% from 255) = 38.80%
R=35.45%
G=25.75%
B=38.80%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2121542320.090.3400.09284.6262.975.69
HexD49AE89220911d3f4c
Octal324232350114201143577114
Binary1101010010011010111010001001100010010011000111011111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49AE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49AE8; }

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

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

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

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

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

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

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

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