#D290E5

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

Shades of Wisteria #D290E5

Tints of Wisteria #D290E5

Color information

#D290E5 (or 0xD290E5) is unknown color: approx Wisteria. HEX triplet: D2, 90 and E5. RGB value is (210,144,229). Sum of RGB (Red+Green+Blue) = 210+144+229=583 (77% of max value = 765). Red value is 210 (82.42% from 255 or 36.02% from 583); Green value is 144 (56.64% from 255 or 24.70% 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 #D290E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D290E5 is #2D6F1A. Grayscale: #ADADAD. Windows color (decimal): -2977563 or 15044818. OLE color: 15044818.

HSL color Cylindrical-coordinate representation of color #D290E5: hue angle of 286.59º 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 #D290E5 is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB210144229-
CMYK0.080.3700.10
HSL286.59º62.04%73.14%-
HSV(B)286.59º37.12%89.8%-
XYZ50.6939.3179.04-
YUV173.42159.37154.09-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.02%
GREEN value IS 144 (56.64% from 255) = 24.70%
BLUE value IS 229 (89.84% from 255) = 39.28%
R=36.02%
G=24.70%
B=39.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2101442290.080.3700.10286.5962.0473.14
HexD290E58250A11f3e49
Octal322220345104501243776111
Binary1101001010010000111001011000100101010101000111111111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D290E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D290E5; }

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

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

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

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

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

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

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

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