#D49FE7

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

Shades of Wisteria #D49FE7

Tints of Wisteria #D49FE7

Color information

#D49FE7 (or 0xD49FE7) is unknown color: approx Wisteria. HEX triplet: D4, 9F and E7. RGB value is (212,159,231). Sum of RGB (Red+Green+Blue) = 212+159+231=602 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.22% from 602); Green value is 159 (62.5% from 255 or 26.41% from 602); Blue value is 231 (90.62% from 255 or 38.37% from 602); Max value from RGB is 231 - color contains mainly: blue. Hex color #D49FE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D49FE7 is #2B6018. Grayscale: #B6B6B6. Windows color (decimal): -2842649 or 15179732. OLE color: 15179732.

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

Color convert

RGB212159231-
CMYK0.080.3100.09
HSL284.17º60%76.47%-
HSV(B)284.17º31.17%90.59%-
XYZ53.9744.5681.36-
YUV183.06155.06148.65-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.22%
GREEN value IS 159 (62.5% from 255) = 26.41%
BLUE value IS 231 (90.62% from 255) = 38.37%
R=35.22%
G=26.41%
B=38.37%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2121592310.080.3100.09284.176076.47
HexD49FE781F0911c3c4c
Octal324237347103701143474114
Binary110101001001111111100111100011111010011000111001111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49FE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49FE7; }

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

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

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

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

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

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

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

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