#D290F8

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

Shades of Wisteria #D290F8

Tints of Wisteria #D290F8

Color information

#D290F8 (or 0xD290F8) is unknown color: approx Wisteria. HEX triplet: D2, 90 and F8. RGB value is (210,144,248). Sum of RGB (Red+Green+Blue) = 210+144+248=602 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.88% from 602); Green value is 144 (56.64% from 255 or 23.92% from 602); Blue value is 248 (97.27% from 255 or 41.20% from 602); Max value from RGB is 248 - color contains mainly: blue. Hex color #D290F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D290F8 is #2D6F07. Grayscale: #AFAFAF. Windows color (decimal): -2977544 or 16290002. OLE color: 16290002.

HSL color Cylindrical-coordinate representation of color #D290F8: hue angle of 278.08º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D290F8 is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB210144248-
CMYK0.150.4200.03
HSL278.08º88.14%76.86%-
HSV(B)278.08º41.94%97.25%-
XYZ53.4940.4393.79-
YUV175.59168.87152.54-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.88%
GREEN value IS 144 (56.64% from 255) = 23.92%
BLUE value IS 248 (97.27% from 255) = 41.20%
R=34.88%
G=23.92%
B=41.20%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2101442480.150.4200.03278.0888.1476.86
HexD290F8F2A03116584d
Octal322220370175203426130115
Binary110100101001000011111000111110101001110001011010110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D290F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D290F8; }

 p { color: rgb(210,144,248); }

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

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

 a { background-color: rgb(210,144,248); }

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

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

 span { border-color: rgb(210,144,248); }

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