#D197DF

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

Shades of Wisteria #D197DF

Tints of Wisteria #D197DF

Color information

#D197DF (or 0xD197DF) is unknown color: approx Wisteria. HEX triplet: D1, 97 and DF. RGB value is (209,151,223). Sum of RGB (Red+Green+Blue) = 209+151+223=583 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.85% from 583); Green value is 151 (59.38% from 255 or 25.90% from 583); Blue value is 223 (87.5% from 255 or 38.25% from 583); Max value from RGB is 223 - color contains mainly: blue. Hex color #D197DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D197DF is #2E6820. Grayscale: #B0B0B0. Windows color (decimal): -3041313 or 14653393. OLE color: 14653393.

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

Color convert

RGB209151223-
CMYK0.060.3200.13
HSL288.33º52.94%73.33%-
HSV(B)288.33º32.29%87.45%-
XYZ50.6841.0275.06-
YUV176.55154.22151.15-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.85%
GREEN value IS 151 (59.38% from 255) = 25.90%
BLUE value IS 223 (87.5% from 255) = 38.25%
R=35.85%
G=25.90%
B=38.25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2091512230.060.3200.13288.3352.9473.33
HexD197DF6200D1203549
Octal32122733764001544065111
Binary110100011001011111011111110100000011011001000001101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D197DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D197DF; }

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

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

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

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

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

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

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

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