#D089ED

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

Shades of Wisteria #D089ED

Tints of Wisteria #D089ED

Color information

#D089ED (or 0xD089ED) is unknown color: approx Wisteria. HEX triplet: D0, 89 and ED. RGB value is (208,137,237). Sum of RGB (Red+Green+Blue) = 208+137+237=582 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.74% from 582); Green value is 137 (53.91% from 255 or 23.54% from 582); Blue value is 237 (92.97% from 255 or 40.72% from 582); Max value from RGB is 237 - color contains mainly: blue. Hex color #D089ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D089ED is #2F7612. Grayscale: #A9A9A9. Windows color (decimal): -3110419 or 15567312. OLE color: 15567312.

HSL color Cylindrical-coordinate representation of color #D089ED: hue angle of 282.6º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D089ED is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB208137237-
CMYK0.120.4200.07
HSL282.6º73.53%73.33%-
HSV(B)282.6º42.19%92.94%-
XYZ50.2437.4284.69-
YUV169.63166.02155.37-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.74%
GREEN value IS 137 (53.91% from 255) = 23.54%
BLUE value IS 237 (92.97% from 255) = 40.72%
R=35.74%
G=23.54%
B=40.72%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2081372370.120.4200.07282.673.5373.33
HexD089EDC2A0711b4a49
Octal320211355145207433112111
Binary1101000010001001111011011100101010011110001101110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D089ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D089ED; }

 p { color: rgb(208,137,237); }

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

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

 a { background-color: rgb(208,137,237); }

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

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

 span { border-color: rgb(208,137,237); }

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