#D090E9

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

Shades of Wisteria #D090E9

Tints of Wisteria #D090E9

Color information

#D090E9 (or 0xD090E9) is unknown color: approx Wisteria. HEX triplet: D0, 90 and E9. RGB value is (208,144,233). Sum of RGB (Red+Green+Blue) = 208+144+233=585 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.56% from 585); Green value is 144 (56.64% from 255 or 24.62% from 585); Blue value is 233 (91.41% from 255 or 39.83% from 585); Max value from RGB is 233 - color contains mainly: blue. Hex color #D090E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D090E9 is #2F6F16. Grayscale: #ACACAC. Windows color (decimal): -3108631 or 15306960. OLE color: 15306960.

HSL color Cylindrical-coordinate representation of color #D090E9: hue angle of 283.15º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D090E9 is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB208144233-
CMYK0.110.3800.09
HSL283.15º66.92%73.92%-
HSV(B)283.15º38.2%91.37%-
XYZ50.6939.2481.99-
YUV173.28161.7152.76-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.56%
GREEN value IS 144 (56.64% from 255) = 24.62%
BLUE value IS 233 (91.41% from 255) = 39.83%
R=35.56%
G=24.62%
B=39.83%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2081442330.110.3800.09283.1566.9273.92
HexD090E9B260911b434a
Octal3202203511346011433103112
Binary11010000100100001110100110111001100100110001101110000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D090E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D090E9; }

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

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

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

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

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

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

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

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