#D291F2

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

Shades of Wisteria #D291F2

Tints of Wisteria #D291F2

Color information

#D291F2 (or 0xD291F2) is unknown color: approx Wisteria. HEX triplet: D2, 91 and F2. RGB value is (210,145,242). Sum of RGB (Red+Green+Blue) = 210+145+242=597 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35.18% from 597); Green value is 145 (57.03% from 255 or 24.29% from 597); Blue value is 242 (94.92% from 255 or 40.54% from 597); Max value from RGB is 242 - color contains mainly: blue. Hex color #D291F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D291F2 is #2D6E0D. Grayscale: #AFAFAF. Windows color (decimal): -2977294 or 15897042. OLE color: 15897042.

HSL color Cylindrical-coordinate representation of color #D291F2: hue angle of 280.21º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D291F2 is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB210145242-
CMYK0.130.4000.05
HSL280.21º78.86%75.88%-
HSV(B)280.21º40.08%94.9%-
XYZ52.7340.3689.02-
YUV175.49165.53152.61-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.18%
GREEN value IS 145 (57.03% from 255) = 24.29%
BLUE value IS 242 (94.92% from 255) = 40.54%
R=35.18%
G=24.29%
B=40.54%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2101452420.130.4000.05280.2178.8675.88
HexD291F2D28051184f4c
Octal322221362155005430117114
Binary1101001010010001111100101101101000010110001100010011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D291F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D291F2; }

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

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

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

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

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

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

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

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