#D28FED

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

Shades of Wisteria #D28FED

Tints of Wisteria #D28FED

Color information

#D28FED (or 0xD28FED) is unknown color: approx Wisteria. HEX triplet: D2, 8F and ED. RGB value is (210,143,237). Sum of RGB (Red+Green+Blue) = 210+143+237=590 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.59% from 590); Green value is 143 (56.25% from 255 or 24.24% from 590); Blue value is 237 (92.97% from 255 or 40.17% from 590); Max value from RGB is 237 - color contains mainly: blue. Hex color #D28FED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D28FED is #2D7012. Grayscale: #ADADAD. Windows color (decimal): -2977811 or 15568850. OLE color: 15568850.

HSL color Cylindrical-coordinate representation of color #D28FED: hue angle of 282.77º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D28FED is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB210143237-
CMYK0.110.4000.07
HSL282.77º72.31%74.51%-
HSV(B)282.77º39.66%92.94%-
XYZ51.6939.4685.01-
YUV173.75163.7153.86-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.59%
GREEN value IS 143 (56.25% from 255) = 24.24%
BLUE value IS 237 (92.97% from 255) = 40.17%
R=35.59%
G=24.24%
B=40.17%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2101432370.110.4000.07282.7772.3174.51
HexD28FEDB280711b484b
Octal322217355135007433110113
Binary1101001010001111111011011011101000011110001101110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28FED; }

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

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

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

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

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

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

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

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