#D091E5

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

Shades of Wisteria #D091E5

Tints of Wisteria #D091E5

Color information

#D091E5 (or 0xD091E5) is unknown color: approx Wisteria. HEX triplet: D0, 91 and E5. RGB value is (208,145,229). Sum of RGB (Red+Green+Blue) = 208+145+229=582 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.74% from 582); Green value is 145 (57.03% from 255 or 24.91% from 582); Blue value is 229 (89.84% from 255 or 39.35% from 582); Max value from RGB is 229 - color contains mainly: blue. Hex color #D091E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D091E5 is #2F6E1A. Grayscale: #ADADAD. Windows color (decimal): -3108379 or 15045072. OLE color: 15045072.

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

Color convert

RGB208145229-
CMYK0.090.3700.10
HSL285º61.76%73.33%-
HSV(B)285º36.68%89.8%-
XYZ50.2839.3279.07-
YUV173.41159.37152.67-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.74%
GREEN value IS 145 (57.03% from 255) = 24.91%
BLUE value IS 229 (89.84% from 255) = 39.35%
R=35.74%
G=24.91%
B=39.35%

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
Decimal2081452290.090.3700.1028561.7673.33
HexD091E59250A11d3e49
Octal320221345114501243576111
Binary1101000010010001111001011001100101010101000111011111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D091E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D091E5; }

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

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

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

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

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

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

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

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