#D28FE9

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

Shades of Wisteria #D28FE9

Tints of Wisteria #D28FE9

Color information

#D28FE9 (or 0xD28FE9) is unknown color: approx Wisteria. HEX triplet: D2, 8F and E9. RGB value is (210,143,233). Sum of RGB (Red+Green+Blue) = 210+143+233=586 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.84% from 586); Green value is 143 (56.25% from 255 or 24.40% from 586); Blue value is 233 (91.41% from 255 or 39.76% from 586); Max value from RGB is 233 - color contains mainly: blue. Hex color #D28FE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D28FE9 is #2D7016. Grayscale: #ADADAD. Windows color (decimal): -2977815 or 15306706. OLE color: 15306706.

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

Color convert

RGB210143233-
CMYK0.100.3900.09
HSL284.67º67.16%73.73%-
HSV(B)284.67º38.63%91.37%-
XYZ51.1139.2381.97-
YUV173.29161.7154.18-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.84%
GREEN value IS 143 (56.25% from 255) = 24.40%
BLUE value IS 233 (91.41% from 255) = 39.76%
R=35.84%
G=24.40%
B=39.76%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2101432330.100.3900.09284.6767.1673.73
HexD28FE9A270911d434a
Octal3222173511247011435103112
Binary11010010100011111110100110101001110100110001110110000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28FE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28FE9; }

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

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

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

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

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

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

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

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