#D49FE9

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

Shades of Wisteria #D49FE9

Tints of Wisteria #D49FE9

Color information

#D49FE9 (or 0xD49FE9) is unknown color: approx Wisteria. HEX triplet: D4, 9F and E9. RGB value is (212,159,233). Sum of RGB (Red+Green+Blue) = 212+159+233=604 (80% of max value = 765). Red value is 212 (83.20% from 255 or 35.10% from 604); Green value is 159 (62.5% from 255 or 26.32% from 604); Blue value is 233 (91.41% from 255 or 38.58% from 604); Max value from RGB is 233 - color contains mainly: blue. Hex color #D49FE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D49FE9 is #2B6016. Grayscale: #B7B7B7. Windows color (decimal): -2842647 or 15310804. OLE color: 15310804.

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

Color convert

RGB212159233-
CMYK0.090.3200.09
HSL282.97º62.71%76.86%-
HSV(B)282.97º31.76%91.37%-
XYZ54.2644.6882.85-
YUV183.28156.06148.48-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.10%
GREEN value IS 159 (62.5% from 255) = 26.32%
BLUE value IS 233 (91.41% from 255) = 38.58%
R=35.10%
G=26.32%
B=38.58%

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
Decimal2121592330.090.3200.09282.9762.7176.86
HexD49FE99200911b3f4d
Octal324237351114001143377115
Binary1101010010011111111010011001100000010011000110111111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49FE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49FE9; }

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

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

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

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

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

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

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

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