#D191F1

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

Shades of Wisteria #D191F1

Tints of Wisteria #D191F1

Color information

#D191F1 (or 0xD191F1) is unknown color: approx Wisteria. HEX triplet: D1, 91 and F1. RGB value is (209,145,241). Sum of RGB (Red+Green+Blue) = 209+145+241=595 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.13% from 595); Green value is 145 (57.03% from 255 or 24.37% from 595); Blue value is 241 (94.53% from 255 or 40.50% from 595); Max value from RGB is 241 - color contains mainly: blue. Hex color #D191F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D191F1 is #2E6E0E. Grayscale: #AEAEAE. Windows color (decimal): -3042831 or 15831505. OLE color: 15831505.

HSL color Cylindrical-coordinate representation of color #D191F1: hue angle of 280º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D191F1 is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB209145241-
CMYK0.130.4000.05
HSL280º77.42%75.69%-
HSV(B)280º39.83%94.51%-
XYZ52.340.1688.21-
YUV175.08165.2152.19-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.13%
GREEN value IS 145 (57.03% from 255) = 24.37%
BLUE value IS 241 (94.53% from 255) = 40.50%
R=35.13%
G=24.37%
B=40.50%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2091452410.130.4000.0528077.4275.69
HexD191F1D28051184d4c
Octal321221361155005430115114
Binary1101000110010001111100011101101000010110001100010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D191F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D191F1; }

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

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

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

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

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

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

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

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