#D294F0

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

Shades of Wisteria #D294F0

Tints of Wisteria #D294F0

Color information

#D294F0 (or 0xD294F0) is unknown color: approx Wisteria. HEX triplet: D2, 94 and F0. RGB value is (210,148,240). Sum of RGB (Red+Green+Blue) = 210+148+240=598 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35.12% from 598); Green value is 148 (58.20% from 255 or 24.75% from 598); Blue value is 240 (94.14% from 255 or 40.13% from 598); Max value from RGB is 240 - color contains mainly: blue. Hex color #D294F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D294F0 is #2D6B0F. Grayscale: #B0B0B0. Windows color (decimal): -2976528 or 15766738. OLE color: 15766738.

HSL color Cylindrical-coordinate representation of color #D294F0: hue angle of 280.43º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D294F0 is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB210148240-
CMYK0.120.3800.06
HSL280.43º75.41%76.08%-
HSV(B)280.43º38.33%94.12%-
XYZ52.941.1787.6-
YUV177.03163.54151.52-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.12%
GREEN value IS 148 (58.20% from 255) = 24.75%
BLUE value IS 240 (94.14% from 255) = 40.13%
R=35.12%
G=24.75%
B=40.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2101482400.120.3800.06280.4375.4176.08
HexD294F0C26061184b4c
Octal322224360144606430113114
Binary1101001010010100111100001100100110011010001100010010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D294F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D294F0; }

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

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

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

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

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

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

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

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