#D086E0

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

Shades of Wisteria #D086E0

Tints of Wisteria #D086E0

Color information

#D086E0 (or 0xD086E0) is unknown color: approx Wisteria. HEX triplet: D0, 86 and E0. RGB value is (208,134,224). Sum of RGB (Red+Green+Blue) = 208+134+224=566 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.75% from 566); Green value is 134 (52.73% from 255 or 23.67% from 566); Blue value is 224 (87.89% from 255 or 39.58% from 566); Max value from RGB is 224 - color contains mainly: blue. Hex color #D086E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D086E0 is #2F791F. Grayscale: #A6A6A6. Windows color (decimal): -3111200 or 14714576. OLE color: 14714576.

HSL color Cylindrical-coordinate representation of color #D086E0: hue angle of 289.33º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D086E0 is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB208134224-
CMYK0.070.4000.12
HSL289.33º59.21%70.2%-
HSV(B)289.33º40.18%87.84%-
XYZ47.9935.8474.91-
YUV166.39160.52157.68-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.75%
GREEN value IS 134 (52.73% from 255) = 23.67%
BLUE value IS 224 (87.89% from 255) = 39.58%
R=36.75%
G=23.67%
B=39.58%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2081342240.070.4000.12289.3359.2170.2
HexD086E07280C1213b46
Octal32020634075001444173106
Binary110100001000011011100000111101000011001001000011110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D086E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D086E0; }

 p { color: rgb(208,134,224); }

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

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

 a { background-color: rgb(208,134,224); }

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

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

 span { border-color: rgb(208,134,224); }

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