#D190EE

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

Shades of Wisteria #D190EE

Tints of Wisteria #D190EE

Color information

#D190EE (or 0xD190EE) is unknown color: approx Wisteria. HEX triplet: D1, 90 and EE. RGB value is (209,144,238). Sum of RGB (Red+Green+Blue) = 209+144+238=591 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.36% from 591); Green value is 144 (56.64% from 255 or 24.37% from 591); Blue value is 238 (93.36% from 255 or 40.27% from 591); Max value from RGB is 238 - color contains mainly: blue. Hex color #D190EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D190EE is #2E6F11. Grayscale: #ADADAD. Windows color (decimal): -3043090 or 15634641. OLE color: 15634641.

HSL color Cylindrical-coordinate representation of color #D190EE: hue angle of 281.49º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D190EE is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB209144238-
CMYK0.120.3900.07
HSL281.49º73.44%74.9%-
HSV(B)281.49º39.5%93.33%-
XYZ51.739.6785.82-
YUV174.15164.03152.86-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.36%
GREEN value IS 144 (56.64% from 255) = 24.37%
BLUE value IS 238 (93.36% from 255) = 40.27%
R=35.36%
G=24.37%
B=40.27%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2091442380.120.3900.07281.4973.4474.9
HexD190EEC2707119494b
Octal321220356144707431111113
Binary1101000110010000111011101100100111011110001100110010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D190EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D190EE; }

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

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

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

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

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

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

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

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