#D28FEF

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

Shades of Wisteria #D28FEF

Tints of Wisteria #D28FEF

Color information

#D28FEF (or 0xD28FEF) is unknown color: approx Wisteria. HEX triplet: D2, 8F and EF. RGB value is (210,143,239). Sum of RGB (Red+Green+Blue) = 210+143+239=592 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.47% from 592); Green value is 143 (56.25% from 255 or 24.16% from 592); Blue value is 239 (93.75% from 255 or 40.37% from 592); Max value from RGB is 239 - color contains mainly: blue. Hex color #D28FEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D28FEF is #2D7010. Grayscale: #ADADAD. Windows color (decimal): -2977809 or 15699922. OLE color: 15699922.

HSL color Cylindrical-coordinate representation of color #D28FEF: hue angle of 281.88º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D28FEF is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB210143239-
CMYK0.120.4000.06
HSL281.88º75%74.9%-
HSV(B)281.88º40.17%93.73%-
XYZ51.9839.5886.56-
YUV173.98164.7153.69-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.47%
GREEN value IS 143 (56.25% from 255) = 24.16%
BLUE value IS 239 (93.75% from 255) = 40.37%
R=35.47%
G=24.16%
B=40.37%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2101432390.120.4000.06281.887574.9
HexD28FEFC280611a4b4b
Octal322217357145006432113113
Binary1101001010001111111011111100101000011010001101010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28FEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28FEF; }

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

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

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

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

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

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

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

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