#D28AEA

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

Shades of Wisteria #D28AEA

Tints of Wisteria #D28AEA

Color information

#D28AEA (or 0xD28AEA) is unknown color: approx Wisteria. HEX triplet: D2, 8A and EA. RGB value is (210,138,234). Sum of RGB (Red+Green+Blue) = 210+138+234=582 (77% of max value = 765). Red value is 210 (82.42% from 255 or 36.08% from 582); Green value is 138 (54.30% from 255 or 23.71% from 582); Blue value is 234 (91.80% from 255 or 40.21% from 582); Max value from RGB is 234 - color contains mainly: blue. Hex color #D28AEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D28AEA is #2D7515. Grayscale: #AAAAAA. Windows color (decimal): -2979094 or 15370962. OLE color: 15370962.

HSL color Cylindrical-coordinate representation of color #D28AEA: hue angle of 285º degrees, saturation: 0.7, 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 #D28AEA is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB210138234-
CMYK0.100.4100.08
HSL285º69.57%72.94%-
HSV(B)285º41.03%91.76%-
XYZ50.5237.8282.48-
YUV170.47163.85156.19-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.08%
GREEN value IS 138 (54.30% from 255) = 23.71%
BLUE value IS 234 (91.80% from 255) = 40.21%
R=36.08%
G=23.71%
B=40.21%

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
Decimal2101382340.100.4100.0828569.5772.94
HexD28AEAA290811d4649
Octal3222123521251010435106111
Binary11010010100010101110101010101010010100010001110110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28AEA; }

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

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

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

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

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

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

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

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