#D28AE9

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

Shades of Wisteria #D28AE9

Tints of Wisteria #D28AE9

Color information

#D28AE9 (or 0xD28AE9) is unknown color: approx Wisteria. HEX triplet: D2, 8A and E9. RGB value is (210,138,233). Sum of RGB (Red+Green+Blue) = 210+138+233=581 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.14% from 581); Green value is 138 (54.30% from 255 or 23.75% from 581); Blue value is 233 (91.41% from 255 or 40.10% from 581); Max value from RGB is 233 - color contains mainly: blue. Hex color #D28AE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D28AE9 is #2D7516. Grayscale: #AAAAAA. Windows color (decimal): -2979095 or 15305426. OLE color: 15305426.

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

Color convert

RGB210138233-
CMYK0.100.4100.09
HSL285.47º68.35%72.75%-
HSV(B)285.47º40.77%91.37%-
XYZ50.3737.7681.72-
YUV170.36163.35156.28-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.14%
GREEN value IS 138 (54.30% from 255) = 23.75%
BLUE value IS 233 (91.41% from 255) = 40.10%
R=36.14%
G=23.75%
B=40.10%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2101382330.100.4100.09285.4768.3572.75
HexD28AE9A290911d4449
Octal3222123511251011435104111
Binary11010010100010101110100110101010010100110001110110001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28AE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28AE9; }

 p { color: rgb(210,138,233); }

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

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

 a { background-color: rgb(210,138,233); }

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

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

 span { border-color: rgb(210,138,233); }

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