#D085E5

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

Shades of Wisteria #D085E5

Tints of Wisteria #D085E5

Color information

#D085E5 (or 0xD085E5) is unknown color: approx Wisteria. HEX triplet: D0, 85 and E5. RGB value is (208,133,229). Sum of RGB (Red+Green+Blue) = 208+133+229=570 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.49% from 570); Green value is 133 (52.34% from 255 or 23.33% from 570); Blue value is 229 (89.84% from 255 or 40.18% from 570); Max value from RGB is 229 - color contains mainly: blue. Hex color #D085E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D085E5 is #2F7A1A. Grayscale: #A6A6A6. Windows color (decimal): -3111451 or 15042000. OLE color: 15042000.

HSL color Cylindrical-coordinate representation of color #D085E5: hue angle of 286.88º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D085E5 is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB208133229-
CMYK0.090.4200.10
HSL286.88º64.86%70.98%-
HSV(B)286.88º41.92%89.8%-
XYZ48.5435.8478.49-
YUV166.37163.35157.69-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.49%
GREEN value IS 133 (52.34% from 255) = 23.33%
BLUE value IS 229 (89.84% from 255) = 40.18%
R=36.49%
G=23.33%
B=40.18%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2081332290.090.4200.10286.8864.8670.98
HexD085E592A0A11f4147
Octal3202053451152012437101107
Binary11010000100001011110010110011010100101010001111110000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D085E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D085E5; }

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

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

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

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

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

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

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

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