#D28BEA

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

Shades of Wisteria #D28BEA

Tints of Wisteria #D28BEA

Color information

#D28BEA (or 0xD28BEA) is unknown color: approx Wisteria. HEX triplet: D2, 8B and EA. RGB value is (210,139,234). Sum of RGB (Red+Green+Blue) = 210+139+234=583 (77% of max value = 765). Red value is 210 (82.42% from 255 or 36.02% from 583); Green value is 139 (54.69% from 255 or 23.84% from 583); Blue value is 234 (91.80% from 255 or 40.14% from 583); Max value from RGB is 234 - color contains mainly: blue. Hex color #D28BEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D28BEA is #2D7415. Grayscale: #AAAAAA. Windows color (decimal): -2978838 or 15371218. OLE color: 15371218.

HSL color Cylindrical-coordinate representation of color #D28BEA: hue angle of 284.84º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D28BEA is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB210139234-
CMYK0.100.4100.08
HSL284.84º69.34%73.14%-
HSV(B)284.84º40.6%91.76%-
XYZ50.6638.1182.53-
YUV171.06163.52155.78-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.02%
GREEN value IS 139 (54.69% from 255) = 23.84%
BLUE value IS 234 (91.80% from 255) = 40.14%
R=36.02%
G=23.84%
B=40.14%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2101392340.100.4100.08284.8469.3473.14
HexD28BEAA290811d4549
Octal3222133521251010435105111
Binary11010010100010111110101010101010010100010001110110001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28BEA; }

 p { color: rgb(210,139,234); }

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

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

 a { background-color: rgb(210,139,234); }

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

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

 span { border-color: rgb(210,139,234); }

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