#D49AE3

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

Shades of Wisteria #D49AE3

Tints of Wisteria #D49AE3

Color information

#D49AE3 (or 0xD49AE3) is unknown color: approx Wisteria. HEX triplet: D4, 9A and E3. RGB value is (212,154,227). Sum of RGB (Red+Green+Blue) = 212+154+227=593 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.75% from 593); Green value is 154 (60.55% from 255 or 25.97% from 593); Blue value is 227 (89.06% from 255 or 38.28% from 593); Max value from RGB is 227 - color contains mainly: blue. Hex color #D49AE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49AE3 is #2B651C. Grayscale: #B3B3B3. Windows color (decimal): -2843933 or 14916308. OLE color: 14916308.

HSL color Cylindrical-coordinate representation of color #D49AE3: hue angle of 287.67º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D49AE3 is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB212154227-
CMYK0.070.3200.11
HSL287.67º56.59%74.71%-
HSV(B)287.67º32.16%89.02%-
XYZ52.5742.6578.14-
YUV179.66154.72151.06-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.75%
GREEN value IS 154 (60.55% from 255) = 25.97%
BLUE value IS 227 (89.06% from 255) = 38.28%
R=35.75%
G=25.97%
B=38.28%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2121542270.070.3200.11287.6756.5974.71
HexD49AE37200B120394b
Octal32423234374001344071113
Binary110101001001101011100011111100000010111001000001110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49AE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49AE3; }

 p { color: rgb(212,154,227); }

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

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

 a { background-color: rgb(212,154,227); }

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

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

 span { border-color: rgb(212,154,227); }

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