#D49FEB

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

Shades of Wisteria #D49FEB

Tints of Wisteria #D49FEB

Color information

#D49FEB (or 0xD49FEB) is unknown color: approx Wisteria. HEX triplet: D4, 9F and EB. RGB value is (212,159,235). Sum of RGB (Red+Green+Blue) = 212+159+235=606 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.98% from 606); Green value is 159 (62.5% from 255 or 26.24% from 606); Blue value is 235 (92.19% from 255 or 38.78% from 606); Max value from RGB is 235 - color contains mainly: blue. Hex color #D49FEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D49FEB is #2B6014. Grayscale: #B7B7B7. Windows color (decimal): -2842645 or 15441876. OLE color: 15441876.

HSL color Cylindrical-coordinate representation of color #D49FEB: hue angle of 281.84º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D49FEB is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB212159235-
CMYK0.100.3200.08
HSL281.84º65.52%77.25%-
HSV(B)281.84º32.34%92.16%-
XYZ54.5444.7984.37-
YUV183.51157.06148.32-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.98%
GREEN value IS 159 (62.5% from 255) = 26.24%
BLUE value IS 235 (92.19% from 255) = 38.78%
R=34.98%
G=26.24%
B=38.78%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2121592350.100.3200.08281.8465.5277.25
HexD49FEBA200811a424d
Octal3242373531240010432102115
Binary11010100100111111110101110101000000100010001101010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49FEB; }

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

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

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

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

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

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

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

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