#D28DF3

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

Shades of Wisteria #D28DF3

Tints of Wisteria #D28DF3

Color information

#D28DF3 (or 0xD28DF3) is unknown color: approx Wisteria. HEX triplet: D2, 8D and F3. RGB value is (210,141,243). Sum of RGB (Red+Green+Blue) = 210+141+243=594 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.35% from 594); Green value is 141 (55.47% from 255 or 23.74% from 594); Blue value is 243 (95.31% from 255 or 40.91% from 594); Max value from RGB is 243 - color contains mainly: blue. Hex color #D28DF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D28DF3 is #2D720C. Grayscale: #ACACAC. Windows color (decimal): -2978317 or 15961554. OLE color: 15961554.

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

Color convert

RGB210141243-
CMYK0.140.4200.05
HSL280.59º80.95%75.29%-
HSV(B)280.59º41.98%95.29%-
XYZ52.2839.2289.61-
YUV173.26167.36154.21-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.35%
GREEN value IS 141 (55.47% from 255) = 23.74%
BLUE value IS 243 (95.31% from 255) = 40.91%
R=35.35%
G=23.74%
B=40.91%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2101412430.140.4200.05280.5980.9575.29
HexD28DF3E2A05119514b
Octal322215363165205431121113
Binary1101001010001101111100111110101010010110001100110100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28DF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28DF3; }

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

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

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

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

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

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

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

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