#D196DF

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

Shades of Wisteria #D196DF

Tints of Wisteria #D196DF

Color information

#D196DF (or 0xD196DF) is unknown color: approx Wisteria. HEX triplet: D1, 96 and DF. RGB value is (209,150,223). Sum of RGB (Red+Green+Blue) = 209+150+223=582 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.91% from 582); Green value is 150 (58.98% from 255 or 25.77% from 582); Blue value is 223 (87.5% from 255 or 38.32% from 582); Max value from RGB is 223 - color contains mainly: blue. Hex color #D196DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D196DF is #2E6920. Grayscale: #AFAFAF. Windows color (decimal): -3041569 or 14653137. OLE color: 14653137.

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

Color convert

RGB209150223-
CMYK0.060.3300.13
HSL288.49º53.28%73.14%-
HSV(B)288.49º32.74%87.45%-
XYZ50.5240.775-
YUV175.96154.55151.56-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.91%
GREEN value IS 150 (58.98% from 255) = 25.77%
BLUE value IS 223 (87.5% from 255) = 38.32%
R=35.91%
G=25.77%
B=38.32%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2091502230.060.3300.13288.4953.2873.14
HexD196DF6210D1203549
Octal32122633764101544065111
Binary110100011001011011011111110100001011011001000001101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D196DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D196DF; }

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

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

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

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

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

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

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

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