#D193DF

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

Shades of Wisteria #D193DF

Tints of Wisteria #D193DF

Color information

#D193DF (or 0xD193DF) is unknown color: approx Wisteria. HEX triplet: D1, 93 and DF. RGB value is (209,147,223). Sum of RGB (Red+Green+Blue) = 209+147+223=579 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.10% from 579); Green value is 147 (57.81% from 255 or 25.39% from 579); Blue value is 223 (87.5% from 255 or 38.51% from 579); Max value from RGB is 223 - color contains mainly: blue. Hex color #D193DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D193DF is #2E6C20. Grayscale: #ADADAD. Windows color (decimal): -3042337 or 14652369. OLE color: 14652369.

HSL color Cylindrical-coordinate representation of color #D193DF: hue angle of 288.95º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D193DF is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB209147223-
CMYK0.060.3400.13
HSL288.95º54.29%72.55%-
HSV(B)288.95º34.08%87.45%-
XYZ50.0539.7574.85-
YUV174.2155.54152.82-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.10%
GREEN value IS 147 (57.81% from 255) = 25.39%
BLUE value IS 223 (87.5% from 255) = 38.51%
R=36.10%
G=25.39%
B=38.51%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2091472230.060.3400.13288.9554.2972.55
HexD193DF6220D1213649
Octal32122333764201544166111
Binary110100011001001111011111110100010011011001000011101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D193DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D193DF; }

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

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

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

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

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

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

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

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