#D28EF2

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

Shades of Wisteria #D28EF2

Tints of Wisteria #D28EF2

Color information

#D28EF2 (or 0xD28EF2) is unknown color: approx Wisteria. HEX triplet: D2, 8E and F2. RGB value is (210,142,242). Sum of RGB (Red+Green+Blue) = 210+142+242=594 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.35% from 594); Green value is 142 (55.86% from 255 or 23.91% from 594); Blue value is 242 (94.92% from 255 or 40.74% from 594); Max value from RGB is 242 - color contains mainly: blue. Hex color #D28EF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D28EF2 is #2D710D. Grayscale: #ADADAD. Windows color (decimal): -2978062 or 15896274. OLE color: 15896274.

HSL color Cylindrical-coordinate representation of color #D28EF2: hue angle of 280.8º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D28EF2 is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB210142242-
CMYK0.130.4100.05
HSL280.8º79.37%75.29%-
HSV(B)280.8º41.32%94.9%-
XYZ52.2839.4688.87-
YUV173.73166.53153.87-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.35%
GREEN value IS 142 (55.86% from 255) = 23.91%
BLUE value IS 242 (94.92% from 255) = 40.74%
R=35.35%
G=23.91%
B=40.74%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2101422420.130.4100.05280.879.3775.29
HexD28EF2D29051194f4b
Octal322216362155105431117113
Binary1101001010001110111100101101101001010110001100110011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28EF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28EF2; }

 p { color: rgb(210,142,242); }

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

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

 a { background-color: rgb(210,142,242); }

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

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

 span { border-color: rgb(210,142,242); }

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