#D190EB

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

Shades of Wisteria #D190EB

Tints of Wisteria #D190EB

Color information

#D190EB (or 0xD190EB) is unknown color: approx Wisteria. HEX triplet: D1, 90 and EB. RGB value is (209,144,235). Sum of RGB (Red+Green+Blue) = 209+144+235=588 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.54% from 588); Green value is 144 (56.64% from 255 or 24.49% from 588); Blue value is 235 (92.19% from 255 or 39.97% from 588); Max value from RGB is 235 - color contains mainly: blue. Hex color #D190EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D190EB is #2E6F14. Grayscale: #ADADAD. Windows color (decimal): -3043093 or 15438033. OLE color: 15438033.

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

Color convert

RGB209144235-
CMYK0.110.3900.08
HSL282.86º69.47%74.31%-
HSV(B)282.86º38.72%92.16%-
XYZ51.2639.583.52-
YUV173.81162.53153.1-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.54%
GREEN value IS 144 (56.64% from 255) = 24.49%
BLUE value IS 235 (92.19% from 255) = 39.97%
R=35.54%
G=24.49%
B=39.97%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2091442350.110.3900.08282.8669.4774.31
HexD190EBB270811b454a
Octal3212203531347010433105112
Binary11010001100100001110101110111001110100010001101110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D190EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D190EB; }

 p { color: rgb(209,144,235); }

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

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

 a { background-color: rgb(209,144,235); }

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

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

 span { border-color: rgb(209,144,235); }

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