#D191F9

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

Shades of Wisteria #D191F9

Tints of Wisteria #D191F9

Color information

#D191F9 (or 0xD191F9) is unknown color: approx Wisteria. HEX triplet: D1, 91 and F9. RGB value is (209,145,249). Sum of RGB (Red+Green+Blue) = 209+145+249=603 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.66% from 603); Green value is 145 (57.03% from 255 or 24.05% from 603); Blue value is 249 (97.66% from 255 or 41.29% from 603); Max value from RGB is 249 - color contains mainly: blue. Hex color #D191F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D191F9 is #2E6E06. Grayscale: #AFAFAF. Windows color (decimal): -3042823 or 16355793. OLE color: 16355793.

HSL color Cylindrical-coordinate representation of color #D191F9: hue angle of 276.92º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D191F9 is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB209145249-
CMYK0.160.4200.02
HSL276.92º89.66%77.25%-
HSV(B)276.92º41.77%97.65%-
XYZ53.5240.6594.65-
YUV175.99169.2151.54-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.66%
GREEN value IS 145 (57.03% from 255) = 24.05%
BLUE value IS 249 (97.66% from 255) = 41.29%
R=34.66%
G=24.05%
B=41.29%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2091452490.160.4200.02276.9289.6677.25
HexD191F9102A021155a4d
Octal321221371205202425132115
Binary1101000110010001111110011000010101001010001010110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D191F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D191F9; }

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

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

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

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

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

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

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

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