#D197EA

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

Shades of Wisteria #D197EA

Tints of Wisteria #D197EA

Color information

#D197EA (or 0xD197EA) is unknown color: approx Wisteria. HEX triplet: D1, 97 and EA. RGB value is (209,151,234). Sum of RGB (Red+Green+Blue) = 209+151+234=594 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.19% from 594); Green value is 151 (59.38% from 255 or 25.42% from 594); Blue value is 234 (91.80% from 255 or 39.39% from 594); Max value from RGB is 234 - color contains mainly: blue. Hex color #D197EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D197EA is #2E6815. Grayscale: #B1B1B1. Windows color (decimal): -3041302 or 15374289. OLE color: 15374289.

HSL color Cylindrical-coordinate representation of color #D197EA: hue angle of 281.93º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D197EA is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB209151234-
CMYK0.110.3500.08
HSL281.93º66.4%75.49%-
HSV(B)281.93º35.47%91.76%-
XYZ52.2141.6383.13-
YUV177.8159.72150.25-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.19%
GREEN value IS 151 (59.38% from 255) = 25.42%
BLUE value IS 234 (91.80% from 255) = 39.39%
R=35.19%
G=25.42%
B=39.39%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2091512340.110.3500.08281.9366.475.49
HexD197EAB230811a424b
Octal3212273521343010432102113
Binary11010001100101111110101010111000110100010001101010000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D197EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D197EA; }

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

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

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

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

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

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

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

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