#D19FEF

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

Shades of Wisteria #D19FEF

Tints of Wisteria #D19FEF

Color information

#D19FEF (or 0xD19FEF) is unknown color: approx Wisteria. HEX triplet: D1, 9F and EF. RGB value is (209,159,239). Sum of RGB (Red+Green+Blue) = 209+159+239=607 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.43% from 607); Green value is 159 (62.5% from 255 or 26.19% from 607); Blue value is 239 (93.75% from 255 or 39.37% from 607); Max value from RGB is 239 - color contains mainly: blue. Hex color #D19FEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D19FEF is #2E6010. Grayscale: #B6B6B6. Windows color (decimal): -3039249 or 15704017. OLE color: 15704017.

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

Color convert

RGB209159239-
CMYK0.130.3300.06
HSL277.5º71.43%78.04%-
HSV(B)277.5º33.47%93.73%-
XYZ54.2744.5887.41-
YUV183.07159.56146.5-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.43%
GREEN value IS 159 (62.5% from 255) = 26.19%
BLUE value IS 239 (93.75% from 255) = 39.37%
R=34.43%
G=26.19%
B=39.37%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2091592390.130.3300.06277.571.4378.04
HexD19FEFD2106116474e
Octal321237357154106426107116
Binary1101000110011111111011111101100001011010001011010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19FEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19FEF; }

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

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

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

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

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

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

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

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