#D090E5

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

Shades of Wisteria #D090E5

Tints of Wisteria #D090E5

Color information

#D090E5 (or 0xD090E5) is unknown color: approx Wisteria. HEX triplet: D0, 90 and E5. RGB value is (208,144,229). Sum of RGB (Red+Green+Blue) = 208+144+229=581 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.80% from 581); Green value is 144 (56.64% from 255 or 24.78% from 581); Blue value is 229 (89.84% from 255 or 39.41% from 581); Max value from RGB is 229 - color contains mainly: blue. Hex color #D090E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D090E5 is #2F6F1A. Grayscale: #ACACAC. Windows color (decimal): -3108635 or 15044816. OLE color: 15044816.

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

Color convert

RGB208144229-
CMYK0.090.3700.10
HSL285.18º62.04%73.14%-
HSV(B)285.18º37.12%89.8%-
XYZ50.1339.0179.02-
YUV172.83159.7153.09-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.80%
GREEN value IS 144 (56.64% from 255) = 24.78%
BLUE value IS 229 (89.84% from 255) = 39.41%
R=35.80%
G=24.78%
B=39.41%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2081442290.090.3700.10285.1862.0473.14
HexD090E59250A11d3e49
Octal320220345114501243576111
Binary1101000010010000111001011001100101010101000111011111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D090E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D090E5; }

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

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

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

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

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

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

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

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