#D49EE9

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

Shades of Wisteria #D49EE9

Tints of Wisteria #D49EE9

Color information

#D49EE9 (or 0xD49EE9) is unknown color: approx Wisteria. HEX triplet: D4, 9E and E9. RGB value is (212,158,233). Sum of RGB (Red+Green+Blue) = 212+158+233=603 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.16% from 603); Green value is 158 (62.11% from 255 or 26.20% from 603); Blue value is 233 (91.41% from 255 or 38.64% from 603); Max value from RGB is 233 - color contains mainly: blue. Hex color #D49EE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D49EE9 is #2B6116. Grayscale: #B6B6B6. Windows color (decimal): -2842903 or 15310548. OLE color: 15310548.

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

Color convert

RGB212158233-
CMYK0.090.3200.09
HSL283.2º63.03%76.67%-
HSV(B)283.2º32.19%91.37%-
XYZ54.0944.3382.8-
YUV182.7156.39148.9-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.16%
GREEN value IS 158 (62.11% from 255) = 26.20%
BLUE value IS 233 (91.41% from 255) = 38.64%
R=35.16%
G=26.20%
B=38.64%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2121582330.090.3200.09283.263.0376.67
HexD49EE99200911b3f4d
Octal324236351114001143377115
Binary1101010010011110111010011001100000010011000110111111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49EE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49EE9; }

 p { color: rgb(212,158,233); }

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

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

 a { background-color: rgb(212,158,233); }

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

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

 span { border-color: rgb(212,158,233); }

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