#D28EED

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

Shades of Wisteria #D28EED

Tints of Wisteria #D28EED

Color information

#D28EED (or 0xD28EED) is unknown color: approx Wisteria. HEX triplet: D2, 8E and ED. RGB value is (210,142,237). Sum of RGB (Red+Green+Blue) = 210+142+237=589 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.65% from 589); Green value is 142 (55.86% from 255 or 24.11% from 589); Blue value is 237 (92.97% from 255 or 40.24% from 589); Max value from RGB is 237 - color contains mainly: blue. Hex color #D28EED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D28EED is #2D7112. Grayscale: #ACACAC. Windows color (decimal): -2978067 or 15568594. OLE color: 15568594.

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

Color convert

RGB210142237-
CMYK0.110.4000.07
HSL282.95º72.52%74.31%-
HSV(B)282.95º40.08%92.94%-
XYZ51.5439.1684.96-
YUV173.16164.03154.28-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.65%
GREEN value IS 142 (55.86% from 255) = 24.11%
BLUE value IS 237 (92.97% from 255) = 40.24%
R=35.65%
G=24.11%
B=40.24%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2101422370.110.4000.07282.9572.5274.31
HexD28EEDB280711b494a
Octal322216355135007433111112
Binary1101001010001110111011011011101000011110001101110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28EED; }

 p { color: rgb(210,142,237); }

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

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

 a { background-color: rgb(210,142,237); }

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

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

 span { border-color: rgb(210,142,237); }

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