#d292f6

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

Shades of Wisteria #D292F6

Tints of Wisteria #D292F6

Color information

#D292F6 (or 0xD292F6) is unknown color: approx Wisteria. HEX triplet: D2, 92 and F6. RGB value is (210,146,246). Sum of RGB (Red+Green+Blue) = 210+146+246=602 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.88% from 602); Green value is 146 (57.42% from 255 or 24.25% from 602); Blue value is 246 (96.48% from 255 or 40.86% from 602); Max value from RGB is 246 - color contains mainly: blue. Hex color #D292F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D292F6 is #2D6D09. Grayscale: #B0B0B0. Windows color (decimal): -2977034 or 16159442. OLE color: 16159442.

HSL color Cylindrical-coordinate representation of color #D292F6: hue angle of 278.4º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D292F6 is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB210146246-
CMYK0.150.4100.04
HSL278.4º84.75%76.86%-
HSV(B)278.4º40.65%96.47%-
XYZ53.4940.9192.27-
YUV176.54167.2151.87-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.88%
GREEN value IS 146 (57.42% from 255) = 24.25%
BLUE value IS 246 (96.48% from 255) = 40.86%
R=34.88%
G=24.25%
B=40.86%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2101462460.150.4100.04278.484.7576.86
HexD292F6F2904116554d
Octal322222366175104426125115
Binary1101001010010010111101101111101001010010001011010101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d292f6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d292f6; }

 p { color: rgb(210,146,246); }

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

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

 a { background-color: rgb(210,146,246); }

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

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

 span { border-color: rgb(210,146,246); }

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