#D292E3

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

Shades of Wisteria #D292E3

Tints of Wisteria #D292E3

Color information

#D292E3 (or 0xD292E3) is unknown color: approx Wisteria. HEX triplet: D2, 92 and E3. RGB value is (210,146,227). Sum of RGB (Red+Green+Blue) = 210+146+227=583 (77% of max value = 765). Red value is 210 (82.42% from 255 or 36.02% from 583); Green value is 146 (57.42% from 255 or 25.04% from 583); Blue value is 227 (89.06% from 255 or 38.94% from 583); Max value from RGB is 227 - color contains mainly: blue. Hex color #D292E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D292E3 is #2D6D1C. Grayscale: #AEAEAE. Windows color (decimal): -2977053 or 14914258. OLE color: 14914258.

HSL color Cylindrical-coordinate representation of color #D292E3: hue angle of 287.41º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D292E3 is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB210146227-
CMYK0.070.3600.11
HSL287.41º59.12%73.14%-
HSV(B)287.41º35.68%89.02%-
XYZ50.7239.8177.68-
YUV174.37157.7153.41-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.02%
GREEN value IS 146 (57.42% from 255) = 25.04%
BLUE value IS 227 (89.06% from 255) = 38.94%
R=36.02%
G=25.04%
B=38.94%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2101462270.070.3600.11287.4159.1273.14
HexD292E37240B11f3b49
Octal32222234374401343773111
Binary110100101001001011100011111100100010111000111111110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D292E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D292E3; }

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

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

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

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

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

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

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

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