#D294DD

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

Shades of Wisteria #D294DD

Tints of Wisteria #D294DD

Color information

#D294DD (or 0xD294DD) is unknown color: approx Wisteria. HEX triplet: D2, 94 and DD. RGB value is (210,148,221). Sum of RGB (Red+Green+Blue) = 210+148+221=579 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.27% from 579); Green value is 148 (58.20% from 255 or 25.56% from 579); Blue value is 221 (86.72% from 255 or 38.17% from 579); Max value from RGB is 221 - color contains mainly: blue. Hex color #D294DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D294DD is #2D6B22. Grayscale: #AEAEAE. Windows color (decimal): -2976547 or 14521554. OLE color: 14521554.

HSL color Cylindrical-coordinate representation of color #D294DD: hue angle of 290.96º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D294DD is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB210148221-
CMYK0.050.3300.13
HSL290.96º51.77%72.35%-
HSV(B)290.96º33.03%86.67%-
XYZ50.2240.173.5-
YUV174.86154.04153.06-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.27%
GREEN value IS 148 (58.20% from 255) = 25.56%
BLUE value IS 221 (86.72% from 255) = 38.17%
R=36.27%
G=25.56%
B=38.17%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2101482210.050.3300.13290.9651.7772.35
HexD294DD5210D1233448
Octal32222433554101544364110
Binary110100101001010011011101101100001011011001000111101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D294DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D294DD; }

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

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

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

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

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

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

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

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