#d28fee

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

Shades of Wisteria #D28FEE

Tints of Wisteria #D28FEE

Color information

#D28FEE (or 0xD28FEE) is unknown color: approx Wisteria. HEX triplet: D2, 8F and EE. RGB value is (210,143,238). Sum of RGB (Red+Green+Blue) = 210+143+238=591 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.53% from 591); Green value is 143 (56.25% from 255 or 24.20% from 591); Blue value is 238 (93.36% from 255 or 40.27% from 591); Max value from RGB is 238 - color contains mainly: blue. Hex color #D28FEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D28FEE is #2D7011. Grayscale: #ADADAD. Windows color (decimal): -2977810 or 15634386. OLE color: 15634386.

HSL color Cylindrical-coordinate representation of color #D28FEE: hue angle of 282.32º degrees, saturation: 0.74, 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 #D28FEE is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB210143238-
CMYK0.120.4000.07
HSL282.32º73.64%74.71%-
HSV(B)282.32º39.92%93.33%-
XYZ51.8339.5285.79-
YUV173.86164.2153.78-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.53%
GREEN value IS 143 (56.25% from 255) = 24.20%
BLUE value IS 238 (93.36% from 255) = 40.27%
R=35.53%
G=24.20%
B=40.27%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2101432380.120.4000.07282.3273.6474.71
HexD28FEEC280711a4a4b
Octal322217356145007432112113
Binary1101001010001111111011101100101000011110001101010010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d28fee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d28fee; }

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

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

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

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

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

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

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

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