#D090EB

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

Shades of Wisteria #D090EB

Tints of Wisteria #D090EB

Color information

#D090EB (or 0xD090EB) is unknown color: approx Wisteria. HEX triplet: D0, 90 and EB. RGB value is (208,144,235). Sum of RGB (Red+Green+Blue) = 208+144+235=587 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.43% from 587); Green value is 144 (56.64% from 255 or 24.53% from 587); Blue value is 235 (92.19% from 255 or 40.03% from 587); Max value from RGB is 235 - color contains mainly: blue. Hex color #D090EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D090EB is #2F6F14. Grayscale: #ADADAD. Windows color (decimal): -3108629 or 15438032. OLE color: 15438032.

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

Color convert

RGB208144235-
CMYK0.110.3900.08
HSL282.2º69.47%74.31%-
HSV(B)282.2º38.72%92.16%-
XYZ50.9839.3583.51-
YUV173.51162.7152.6-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.43%
GREEN value IS 144 (56.64% from 255) = 24.53%
BLUE value IS 235 (92.19% from 255) = 40.03%
R=35.43%
G=24.53%
B=40.03%

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
Decimal2081442350.110.3900.08282.269.4774.31
HexD090EBB270811a454a
Octal3202203531347010432105112
Binary11010000100100001110101110111001110100010001101010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D090EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D090EB; }

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

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

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

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

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

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

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

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