#D28DEB

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

Shades of Wisteria #D28DEB

Tints of Wisteria #D28DEB

Color information

#D28DEB (or 0xD28DEB) is unknown color: approx Wisteria. HEX triplet: D2, 8D and EB. RGB value is (210,141,235). Sum of RGB (Red+Green+Blue) = 210+141+235=586 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.84% from 586); Green value is 141 (55.47% from 255 or 24.06% from 586); Blue value is 235 (92.19% from 255 or 40.10% from 586); Max value from RGB is 235 - color contains mainly: blue. Hex color #D28DEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D28DEB is #2D7214. Grayscale: #ACACAC. Windows color (decimal): -2978325 or 15437266. OLE color: 15437266.

HSL color Cylindrical-coordinate representation of color #D28DEB: hue angle of 284.04º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D28DEB is Cyan = 0.11, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB210141235-
CMYK0.110.400.08
HSL284.04º70.15%73.73%-
HSV(B)284.04º40%92.16%-
XYZ51.138.7583.38-
YUV172.35163.36154.86-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.84%
GREEN value IS 141 (55.47% from 255) = 24.06%
BLUE value IS 235 (92.19% from 255) = 40.10%
R=35.84%
G=24.06%
B=40.10%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2101412350.110.400.08284.0470.1573.73
HexD28DEBB280811c464a
Octal3222153531350010434106112
Binary11010010100011011110101110111010000100010001110010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28DEB; }

 p { color: rgb(210,141,235); }

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

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

 a { background-color: rgb(210,141,235); }

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

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

 span { border-color: rgb(210,141,235); }

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