#D290EA

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

Shades of Wisteria #D290EA

Tints of Wisteria #D290EA

Color information

#D290EA (or 0xD290EA) is unknown color: approx Wisteria. HEX triplet: D2, 90 and EA. RGB value is (210,144,234). Sum of RGB (Red+Green+Blue) = 210+144+234=588 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.71% from 588); Green value is 144 (56.64% from 255 or 24.49% from 588); Blue value is 234 (91.80% from 255 or 39.80% from 588); Max value from RGB is 234 - color contains mainly: blue. Hex color #D290EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D290EA is #2D6F15. Grayscale: #ADADAD. Windows color (decimal): -2977558 or 15372498. OLE color: 15372498.

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

Color convert

RGB210144234-
CMYK0.100.3800.08
HSL284º68.18%74.12%-
HSV(B)284º38.46%91.76%-
XYZ51.439.5982.77-
YUV173.99161.87153.68-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.71%
GREEN value IS 144 (56.64% from 255) = 24.49%
BLUE value IS 234 (91.80% from 255) = 39.80%
R=35.71%
G=24.49%
B=39.80%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2101442340.100.3800.0828468.1874.12
HexD290EAA260811c444a
Octal3222203521246010434104112
Binary11010010100100001110101010101001100100010001110010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D290EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D290EA; }

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

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

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

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

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

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

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

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