#D28DDF

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

Shades of Wisteria #D28DDF

Tints of Wisteria #D28DDF

Color information

#D28DDF (or 0xD28DDF) is unknown color: approx Wisteria. HEX triplet: D2, 8D and DF. RGB value is (210,141,223). Sum of RGB (Red+Green+Blue) = 210+141+223=574 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.59% from 574); Green value is 141 (55.47% from 255 or 24.56% from 574); Blue value is 223 (87.5% from 255 or 38.85% from 574); Max value from RGB is 223 - color contains mainly: blue. Hex color #D28DDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28DDF is #2D7220. Grayscale: #AAAAAA. Windows color (decimal): -2978337 or 14650834. OLE color: 14650834.

HSL color Cylindrical-coordinate representation of color #D28DDF: hue angle of 290.49º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D28DDF is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB210141223-
CMYK0.060.3700.13
HSL290.49º56.16%71.37%-
HSV(B)290.49º36.77%87.45%-
XYZ49.4238.0874.56-
YUV170.98157.36155.83-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.59%
GREEN value IS 141 (55.47% from 255) = 24.56%
BLUE value IS 223 (87.5% from 255) = 38.85%
R=36.59%
G=24.56%
B=38.85%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2101412230.060.3700.13290.4956.1671.37
HexD28DDF6250D1223847
Octal32221533764501544270107
Binary110100101000110111011111110100101011011001000101110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28DDF; }

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

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

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

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

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

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

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

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