#D28AE4

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

Shades of Wisteria #D28AE4

Tints of Wisteria #D28AE4

Color information

#D28AE4 (or 0xD28AE4) is unknown color: approx Wisteria. HEX triplet: D2, 8A and E4. RGB value is (210,138,228). Sum of RGB (Red+Green+Blue) = 210+138+228=576 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.46% from 576); Green value is 138 (54.30% from 255 or 23.96% from 576); Blue value is 228 (89.45% from 255 or 39.58% from 576); Max value from RGB is 228 - color contains mainly: blue. Hex color #D28AE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28AE4 is #2D751B. Grayscale: #A9A9A9. Windows color (decimal): -2979100 or 14977746. OLE color: 14977746.

HSL color Cylindrical-coordinate representation of color #D28AE4: hue angle of 288º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D28AE4 is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB210138228-
CMYK0.080.3900.11
HSL288º62.5%71.76%-
HSV(B)288º39.47%89.41%-
XYZ49.6737.4878.02-
YUV169.79160.85156.68-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.46%
GREEN value IS 138 (54.30% from 255) = 23.96%
BLUE value IS 228 (89.45% from 255) = 39.58%
R=36.46%
G=23.96%
B=39.58%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2101382280.080.3900.1128862.571.76
HexD28AE48270B1203e48
Octal322212344104701344076110
Binary1101001010001010111001001000100111010111001000001111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28AE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28AE4; }

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

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

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

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

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

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

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

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