#d49be9

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

Shades of Wisteria #D49BE9

Tints of Wisteria #D49BE9

Color information

#D49BE9 (or 0xD49BE9) is unknown color: approx Wisteria. HEX triplet: D4, 9B and E9. RGB value is (212,155,233). Sum of RGB (Red+Green+Blue) = 212+155+233=600 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.33% from 600); Green value is 155 (60.94% from 255 or 25.83% from 600); Blue value is 233 (91.41% from 255 or 38.83% from 600); Max value from RGB is 233 - color contains mainly: blue. Hex color #D49BE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D49BE9 is #2B6416. Grayscale: #B4B4B4. Windows color (decimal): -2843671 or 15309780. OLE color: 15309780.

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

Color convert

RGB212155233-
CMYK0.090.3300.09
HSL283.85º63.93%76.08%-
HSV(B)283.85º33.48%91.37%-
XYZ53.5843.3282.63-
YUV180.94157.38150.16-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.33%
GREEN value IS 155 (60.94% from 255) = 25.83%
BLUE value IS 233 (91.41% from 255) = 38.83%
R=35.33%
G=25.83%
B=38.83%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2121552330.090.3300.09283.8563.9376.08
HexD49BE99210911c404c
Octal3242333511141011434100114
Binary11010100100110111110100110011000010100110001110010000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d49be9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d49be9; }

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

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

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

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

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

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

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

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