#D091E9

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

Shades of Wisteria #D091E9

Tints of Wisteria #D091E9

Color information

#D091E9 (or 0xD091E9) is unknown color: approx Wisteria. HEX triplet: D0, 91 and E9. RGB value is (208,145,233). Sum of RGB (Red+Green+Blue) = 208+145+233=586 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.49% from 586); Green value is 145 (57.03% from 255 or 24.74% from 586); Blue value is 233 (91.41% from 255 or 39.76% from 586); Max value from RGB is 233 - color contains mainly: blue. Hex color #D091E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D091E9 is #2F6E16. Grayscale: #ADADAD. Windows color (decimal): -3108375 or 15307216. OLE color: 15307216.

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

Color convert

RGB208145233-
CMYK0.110.3800.09
HSL282.95º66.67%74.12%-
HSV(B)282.95º37.77%91.37%-
XYZ50.8539.5482.04-
YUV173.87161.37152.34-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.49%
GREEN value IS 145 (57.03% from 255) = 24.74%
BLUE value IS 233 (91.41% from 255) = 39.76%
R=35.49%
G=24.74%
B=39.76%

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
Decimal2081452330.110.3800.09282.9566.6774.12
HexD091E9B260911b434a
Octal3202213511346011433103112
Binary11010000100100011110100110111001100100110001101110000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D091E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D091E9; }

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

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

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

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

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

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

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

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