#D08EE1

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

Shades of Wisteria #D08EE1

Tints of Wisteria #D08EE1

Color information

#D08EE1 (or 0xD08EE1) is unknown color: approx Wisteria. HEX triplet: D0, 8E and E1. RGB value is (208,142,225). Sum of RGB (Red+Green+Blue) = 208+142+225=575 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.17% from 575); Green value is 142 (55.86% from 255 or 24.70% from 575); Blue value is 225 (88.28% from 255 or 39.13% from 575); Max value from RGB is 225 - color contains mainly: blue. Hex color #D08EE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08EE1 is #2F711E. Grayscale: #AAAAAA. Windows color (decimal): -3109151 or 14782160. OLE color: 14782160.

HSL color Cylindrical-coordinate representation of color #D08EE1: hue angle of 287.71º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D08EE1 is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB208142225-
CMYK0.080.3700.12
HSL287.71º58.04%71.96%-
HSV(B)287.71º36.89%88.24%-
XYZ49.2838.1976.01-
YUV171.2158.37154.25-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.17%
GREEN value IS 142 (55.86% from 255) = 24.70%
BLUE value IS 225 (88.28% from 255) = 39.13%
R=36.17%
G=24.70%
B=39.13%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2081422250.080.3700.12287.7158.0471.96
HexD08EE18250C1203a48
Octal320216341104501444072110
Binary1101000010001110111000011000100101011001001000001110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08EE1; }

 p { color: rgb(208,142,225); }

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

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

 a { background-color: rgb(208,142,225); }

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

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

 span { border-color: rgb(208,142,225); }

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