#D28DE2

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

Shades of Wisteria #D28DE2

Tints of Wisteria #D28DE2

Color information

#D28DE2 (or 0xD28DE2) is unknown color: approx Wisteria. HEX triplet: D2, 8D and E2. RGB value is (210,141,226). Sum of RGB (Red+Green+Blue) = 210+141+226=577 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.40% from 577); Green value is 141 (55.47% from 255 or 24.44% from 577); Blue value is 226 (88.67% from 255 or 39.17% from 577); Max value from RGB is 226 - color contains mainly: blue. Hex color #D28DE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28DE2 is #2D721D. Grayscale: #ABABAB. Windows color (decimal): -2978334 or 14847442. OLE color: 14847442.

HSL color Cylindrical-coordinate representation of color #D28DE2: hue angle of 288.71º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D28DE2 is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB210141226-
CMYK0.070.3800.11
HSL288.71º59.44%71.96%-
HSV(B)288.71º37.61%88.63%-
XYZ49.8338.2476.71-
YUV171.32158.86155.59-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.40%
GREEN value IS 141 (55.47% from 255) = 24.44%
BLUE value IS 226 (88.67% from 255) = 39.17%
R=36.40%
G=24.44%
B=39.17%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2101412260.070.3800.11288.7159.4471.96
HexD28DE27260B1213b48
Octal32221534274601344173110
Binary110100101000110111100010111100110010111001000011110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28DE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28DE2; }

 p { color: rgb(210,141,226); }

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

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

 a { background-color: rgb(210,141,226); }

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

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

 span { border-color: rgb(210,141,226); }

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