#D294DF

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

Shades of Wisteria #D294DF

Tints of Wisteria #D294DF

Color information

#D294DF (or 0xD294DF) is unknown color: approx Wisteria. HEX triplet: D2, 94 and DF. RGB value is (210,148,223). Sum of RGB (Red+Green+Blue) = 210+148+223=581 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.14% from 581); Green value is 148 (58.20% from 255 or 25.47% from 581); Blue value is 223 (87.5% from 255 or 38.38% from 581); Max value from RGB is 223 - color contains mainly: blue. Hex color #D294DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D294DF is #2D6B20. Grayscale: #AEAEAE. Windows color (decimal): -2976545 or 14652626. OLE color: 14652626.

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

Color convert

RGB210148223-
CMYK0.060.3400.13
HSL289.6º53.96%72.75%-
HSV(B)289.6º33.63%87.45%-
XYZ50.4940.2174.91-
YUV175.09155.04152.9-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.14%
GREEN value IS 148 (58.20% from 255) = 25.47%
BLUE value IS 223 (87.5% from 255) = 38.38%
R=36.14%
G=25.47%
B=38.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2101482230.060.3400.13289.653.9672.75
HexD294DF6220D1223649
Octal32222433764201544266111
Binary110100101001010011011111110100010011011001000101101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D294DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D294DF; }

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

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

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

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

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

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

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

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