#D19FDF

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

Shades of Wisteria #D19FDF

Tints of Wisteria #D19FDF

Color information

#D19FDF (or 0xD19FDF) is unknown color: approx Wisteria. HEX triplet: D1, 9F and DF. RGB value is (209,159,223). Sum of RGB (Red+Green+Blue) = 209+159+223=591 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.36% from 591); Green value is 159 (62.5% from 255 or 26.90% from 591); Blue value is 223 (87.5% from 255 or 37.73% from 591); Max value from RGB is 223 - color contains mainly: blue. Hex color #D19FDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D19FDF is #2E6020. Grayscale: #B5B5B5. Windows color (decimal): -3039265 or 14655441. OLE color: 14655441.

HSL color Cylindrical-coordinate representation of color #D19FDF: hue angle of 286.88º 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 #D19FDF is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB209159223-
CMYK0.060.2900.13
HSL286.88º50%74.9%-
HSV(B)286.88º28.7%87.45%-
XYZ52.0143.6875.5-
YUV181.25151.56147.8-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.36%
GREEN value IS 159 (62.5% from 255) = 26.90%
BLUE value IS 223 (87.5% from 255) = 37.73%
R=35.36%
G=26.90%
B=37.73%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2091592230.060.2900.13286.885074.9
HexD19FDF61D0D11f324b
Octal32123733763501543762113
Binary11010001100111111101111111011101011011000111111100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19FDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19FDF; }

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

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

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

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

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

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

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

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