#D49BE0

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

Shades of Wisteria #D49BE0

Tints of Wisteria #D49BE0

Color information

#D49BE0 (or 0xD49BE0) is unknown color: approx Wisteria. HEX triplet: D4, 9B and E0. RGB value is (212,155,224). Sum of RGB (Red+Green+Blue) = 212+155+224=591 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.87% from 591); Green value is 155 (60.94% from 255 or 26.23% from 591); Blue value is 224 (87.89% from 255 or 37.90% from 591); Max value from RGB is 224 - color contains mainly: blue. Hex color #D49BE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49BE0 is #2B641F. Grayscale: #B3B3B3. Windows color (decimal): -2843680 or 14719956. OLE color: 14719956.

HSL color Cylindrical-coordinate representation of color #D49BE0: hue angle of 289.57º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D49BE0 is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB212155224-
CMYK0.050.3100.12
HSL289.57º52.67%74.31%-
HSV(B)289.57º30.8%87.84%-
XYZ52.3342.8276.03-
YUV179.91152.88150.89-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.87%
GREEN value IS 155 (60.94% from 255) = 26.23%
BLUE value IS 224 (87.89% from 255) = 37.90%
R=35.87%
G=26.23%
B=37.90%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2121552240.050.3100.12289.5752.6774.31
HexD49BE051F0C122354a
Octal32423334053701444265112
Binary11010100100110111110000010111111011001001000101101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49BE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49BE0; }

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

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

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

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

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

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

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

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