#D090DE

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

Shades of Wisteria #D090DE

Tints of Wisteria #D090DE

Color information

#D090DE (or 0xD090DE) is unknown color: approx Wisteria. HEX triplet: D0, 90 and DE. RGB value is (208,144,222). Sum of RGB (Red+Green+Blue) = 208+144+222=574 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.24% from 574); Green value is 144 (56.64% from 255 or 25.09% from 574); Blue value is 222 (87.11% from 255 or 38.68% from 574); Max value from RGB is 222 - color contains mainly: blue. Hex color #D090DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D090DE is #2F6F21. Grayscale: #ABABAB. Windows color (decimal): -3108642 or 14586064. OLE color: 14586064.

HSL color Cylindrical-coordinate representation of color #D090DE: hue angle of 289.23º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D090DE is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB208144222-
CMYK0.060.3500.13
HSL289.23º54.17%71.76%-
HSV(B)289.23º35.14%87.06%-
XYZ49.1738.6373.97-
YUV172.03156.2153.66-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.24%
GREEN value IS 144 (56.64% from 255) = 25.09%
BLUE value IS 222 (87.11% from 255) = 38.68%
R=36.24%
G=25.09%
B=38.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2081442220.060.3500.13289.2354.1771.76
HexD090DE6230D1213648
Octal32022033664301544166110
Binary110100001001000011011110110100011011011001000011101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D090DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D090DE; }

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

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

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

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

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

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

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

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