#D289EE

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

Shades of Wisteria #D289EE

Tints of Wisteria #D289EE

Color information

#D289EE (or 0xD289EE) is unknown color: approx Wisteria. HEX triplet: D2, 89 and EE. RGB value is (210,137,238). Sum of RGB (Red+Green+Blue) = 210+137+238=585 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.90% from 585); Green value is 137 (53.91% from 255 or 23.42% from 585); Blue value is 238 (93.36% from 255 or 40.68% from 585); Max value from RGB is 238 - color contains mainly: blue. Hex color #D289EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D289EE is #2D7611. Grayscale: #AAAAAA. Windows color (decimal): -2979346 or 15632850. OLE color: 15632850.

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

Color convert

RGB210137238-
CMYK0.120.4200.07
HSL283.37º74.81%73.53%-
HSV(B)283.37º42.44%93.33%-
XYZ50.9637.7785.49-
YUV170.34166.18156.29-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.90%
GREEN value IS 137 (53.91% from 255) = 23.42%
BLUE value IS 238 (93.36% from 255) = 40.68%
R=35.90%
G=23.42%
B=40.68%

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
Decimal2101372380.120.4200.07283.3774.8173.53
HexD289EEC2A0711b4b4a
Octal322211356145207433113112
Binary1101001010001001111011101100101010011110001101110010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D289EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D289EE; }

 p { color: rgb(210,137,238); }

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

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

 a { background-color: rgb(210,137,238); }

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

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

 span { border-color: rgb(210,137,238); }

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