#D197DD

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

Shades of Wisteria #D197DD

Tints of Wisteria #D197DD

Color information

#D197DD (or 0xD197DD) is unknown color: approx Wisteria. HEX triplet: D1, 97 and DD. RGB value is (209,151,221). Sum of RGB (Red+Green+Blue) = 209+151+221=581 (76% of max value = 765). Red value is 209 (82.03% from 255 or 35.97% from 581); Green value is 151 (59.38% from 255 or 25.99% from 581); Blue value is 221 (86.72% from 255 or 38.04% from 581); Max value from RGB is 221 - color contains mainly: blue. Hex color #D197DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D197DD is #2E6822. Grayscale: #B0B0B0. Windows color (decimal): -3041315 or 14522321. OLE color: 14522321.

HSL color Cylindrical-coordinate representation of color #D197DD: hue angle of 289.71º degrees, saturation: 0.51, 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 #D197DD is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB209151221-
CMYK0.050.3200.13
HSL289.71º50.72%72.94%-
HSV(B)289.71º31.67%86.67%-
XYZ50.4140.9173.65-
YUV176.32153.22151.31-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.97%
GREEN value IS 151 (59.38% from 255) = 25.99%
BLUE value IS 221 (86.72% from 255) = 38.04%
R=35.97%
G=25.99%
B=38.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2091512210.050.3200.13289.7150.7272.94
HexD197DD5200D1223349
Octal32122733554001544263111
Binary110100011001011111011101101100000011011001000101100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D197DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D197DD; }

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

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

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

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

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

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

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

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