#D49FE1

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

Shades of Wisteria #D49FE1

Tints of Wisteria #D49FE1

Color information

#D49FE1 (or 0xD49FE1) is unknown color: approx Wisteria. HEX triplet: D4, 9F and E1. RGB value is (212,159,225). Sum of RGB (Red+Green+Blue) = 212+159+225=596 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.57% from 596); Green value is 159 (62.5% from 255 or 26.68% from 596); Blue value is 225 (88.28% from 255 or 37.75% from 596); Max value from RGB is 225 - color contains mainly: blue. Hex color #D49FE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49FE1 is #2B601E. Grayscale: #B6B6B6. Windows color (decimal): -2842655 or 14786516. OLE color: 14786516.

HSL color Cylindrical-coordinate representation of color #D49FE1: hue angle of 288.18º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D49FE1 is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB212159225-
CMYK0.060.2900.12
HSL288.18º52.38%75.29%-
HSV(B)288.18º29.33%88.24%-
XYZ53.1444.2376.97-
YUV182.37152.06149.13-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.57%
GREEN value IS 159 (62.5% from 255) = 26.68%
BLUE value IS 225 (88.28% from 255) = 37.75%
R=35.57%
G=26.68%
B=37.75%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2121592250.060.2900.12288.1852.3875.29
HexD49FE161D0C120344b
Octal32423734163501444064113
Binary11010100100111111110000111011101011001001000001101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49FE1; }

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

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

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

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

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

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

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

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