#D191E5

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

Shades of Wisteria #D191E5

Tints of Wisteria #D191E5

Color information

#D191E5 (or 0xD191E5) is unknown color: approx Wisteria. HEX triplet: D1, 91 and E5. RGB value is (209,145,229). Sum of RGB (Red+Green+Blue) = 209+145+229=583 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.85% from 583); Green value is 145 (57.03% from 255 or 24.87% from 583); Blue value is 229 (89.84% from 255 or 39.28% from 583); Max value from RGB is 229 - color contains mainly: blue. Hex color #D191E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D191E5 is #2E6E1A. Grayscale: #ADADAD. Windows color (decimal): -3042843 or 15045073. OLE color: 15045073.

HSL color Cylindrical-coordinate representation of color #D191E5: hue angle of 285.71º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D191E5 is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB209145229-
CMYK0.090.3700.10
HSL285.71º61.76%73.33%-
HSV(B)285.71º36.68%89.8%-
XYZ50.5639.4679.08-
YUV173.71159.2153.17-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.85%
GREEN value IS 145 (57.03% from 255) = 24.87%
BLUE value IS 229 (89.84% from 255) = 39.28%
R=35.85%
G=24.87%
B=39.28%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2091452290.090.3700.10285.7161.7673.33
HexD191E59250A11e3e49
Octal321221345114501243676111
Binary1101000110010001111001011001100101010101000111101111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D191E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D191E5; }

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

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

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

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

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

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

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

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