#D191DE

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

Shades of Wisteria #D191DE

Tints of Wisteria #D191DE

Color information

#D191DE (or 0xD191DE) is unknown color: approx Wisteria. HEX triplet: D1, 91 and DE. RGB value is (209,145,222). Sum of RGB (Red+Green+Blue) = 209+145+222=576 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.28% from 576); Green value is 145 (57.03% from 255 or 25.17% from 576); Blue value is 222 (87.11% from 255 or 38.54% from 576); Max value from RGB is 222 - color contains mainly: blue. Hex color #D191DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D191DE is #2E6E21. Grayscale: #ACACAC. Windows color (decimal): -3042850 or 14586321. OLE color: 14586321.

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

Color convert

RGB209145222-
CMYK0.060.3500.13
HSL289.87º53.85%71.96%-
HSV(B)289.87º34.68%87.06%-
XYZ49.639.0874.04-
YUV172.91155.7153.74-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.28%
GREEN value IS 145 (57.03% from 255) = 25.17%
BLUE value IS 222 (87.11% from 255) = 38.54%
R=36.28%
G=25.17%
B=38.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2091452220.060.3500.13289.8753.8571.96
HexD191DE6230D1223648
Octal32122133664301544266110
Binary110100011001000111011110110100011011011001000101101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D191DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D191DE; }

 p { color: rgb(209,145,222); }

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

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

 a { background-color: rgb(209,145,222); }

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

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

 span { border-color: rgb(209,145,222); }

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