#D290DE

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

Shades of Wisteria #D290DE

Tints of Wisteria #D290DE

Color information

#D290DE (or 0xD290DE) is unknown color: approx Wisteria. HEX triplet: D2, 90 and DE. RGB value is (210,144,222). Sum of RGB (Red+Green+Blue) = 210+144+222=576 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.46% from 576); Green value is 144 (56.64% from 255 or 25% from 576); Blue value is 222 (87.11% from 255 or 38.54% from 576); Max value from RGB is 222 - color contains mainly: blue. Hex color #D290DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D290DE is #2D6F21. Grayscale: #ACACAC. Windows color (decimal): -2977570 or 14586066. OLE color: 14586066.

HSL color Cylindrical-coordinate representation of color #D290DE: hue angle of 290.77º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D290DE is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB210144222-
CMYK0.050.3500.13
HSL290.77º54.17%71.76%-
HSV(B)290.77º35.14%87.06%-
XYZ49.7438.9274-
YUV172.63155.87154.66-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.46%
GREEN value IS 144 (56.64% from 255) = 25%
BLUE value IS 222 (87.11% from 255) = 38.54%
R=36.46%
G=25%
B=38.54%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2101442220.050.3500.13290.7754.1771.76
HexD290DE5230D1233648
Octal32222033654301544366110
Binary110100101001000011011110101100011011011001000111101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D290DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D290DE; }

 p { color: rgb(210,144,222); }

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

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

 a { background-color: rgb(210,144,222); }

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

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

 span { border-color: rgb(210,144,222); }

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