#D291F8

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

Shades of Wisteria #D291F8

Tints of Wisteria #D291F8

Color information

#D291F8 (or 0xD291F8) is unknown color: approx Wisteria. HEX triplet: D2, 91 and F8. RGB value is (210,145,248). Sum of RGB (Red+Green+Blue) = 210+145+248=603 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.83% from 603); Green value is 145 (57.03% from 255 or 24.05% from 603); Blue value is 248 (97.27% from 255 or 41.13% from 603); Max value from RGB is 248 - color contains mainly: blue. Hex color #D291F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D291F8 is #2D6E07. Grayscale: #AFAFAF. Windows color (decimal): -2977288 or 16290258. OLE color: 16290258.

HSL color Cylindrical-coordinate representation of color #D291F8: hue angle of 277.86º 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 #D291F8 is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB210145248-
CMYK0.150.4200.03
HSL277.86º88.03%77.06%-
HSV(B)277.86º41.53%97.25%-
XYZ53.6540.7393.84-
YUV176.18168.53152.12-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.83%
GREEN value IS 145 (57.03% from 255) = 24.05%
BLUE value IS 248 (97.27% from 255) = 41.13%
R=34.83%
G=24.05%
B=41.13%

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
Decimal2101452480.150.4200.03277.8688.0377.06
HexD291F8F2A03116584d
Octal322221370175203426130115
Binary110100101001000111111000111110101001110001011010110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D291F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D291F8; }

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

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

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

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

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

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

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

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