#D49FDF

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

Shades of Wisteria #D49FDF

Tints of Wisteria #D49FDF

Color information

#D49FDF (or 0xD49FDF) is unknown color: approx Wisteria. HEX triplet: D4, 9F and DF. RGB value is (212,159,223). Sum of RGB (Red+Green+Blue) = 212+159+223=594 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.69% from 594); Green value is 159 (62.5% from 255 or 26.77% from 594); Blue value is 223 (87.5% from 255 or 37.54% from 594); Max value from RGB is 223 - color contains mainly: blue. Hex color #D49FDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49FDF is #2B6020. Grayscale: #B5B5B5. Windows color (decimal): -2842657 or 14655444. OLE color: 14655444.

HSL color Cylindrical-coordinate representation of color #D49FDF: hue angle of 289.69º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D49FDF is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB212159223-
CMYK0.050.2900.13
HSL289.69º50%74.9%-
HSV(B)289.69º28.7%87.45%-
XYZ52.8744.1275.54-
YUV182.14151.06149.3-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.69%
GREEN value IS 159 (62.5% from 255) = 26.77%
BLUE value IS 223 (87.5% from 255) = 37.54%
R=35.69%
G=26.77%
B=37.54%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2121592230.050.2900.13289.695074.9
HexD49FDF51D0D122324b
Octal32423733753501544262113
Binary11010100100111111101111110111101011011001000101100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49FDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49FDF; }

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

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

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

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

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

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

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

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