#D49EF0

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

Shades of Wisteria #D49EF0

Tints of Wisteria #D49EF0

Color information

#D49EF0 (or 0xD49EF0) is unknown color: approx Wisteria. HEX triplet: D4, 9E and F0. RGB value is (212,158,240). Sum of RGB (Red+Green+Blue) = 212+158+240=610 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.75% from 610); Green value is 158 (62.11% from 255 or 25.90% from 610); Blue value is 240 (94.14% from 255 or 39.34% from 610); Max value from RGB is 240 - color contains mainly: blue. Hex color #D49EF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D49EF0 is #2B610F. Grayscale: #B7B7B7. Windows color (decimal): -2842896 or 15769300. OLE color: 15769300.

HSL color Cylindrical-coordinate representation of color #D49EF0: hue angle of 279.51º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D49EF0 is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB212158240-
CMYK0.120.3400.06
HSL279.51º73.21%78.04%-
HSV(B)279.51º34.17%94.12%-
XYZ55.1144.7488.17-
YUV183.49159.89148.33-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.75%
GREEN value IS 158 (62.11% from 255) = 25.90%
BLUE value IS 240 (94.14% from 255) = 39.34%
R=34.75%
G=25.90%
B=39.34%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2121582400.120.3400.06279.5173.2178.04
HexD49EF0C2206118494e
Octal324236360144206430111116
Binary1101010010011110111100001100100010011010001100010010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49EF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49EF0; }

 p { color: rgb(212,158,240); }

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

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

 a { background-color: rgb(212,158,240); }

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

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

 span { border-color: rgb(212,158,240); }

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