#D492E5

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

Shades of Wisteria #D492E5

Tints of Wisteria #D492E5

Color information

#D492E5 (or 0xD492E5) is unknown color: approx Wisteria. HEX triplet: D4, 92 and E5. RGB value is (212,146,229). Sum of RGB (Red+Green+Blue) = 212+146+229=587 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.12% from 587); Green value is 146 (57.42% from 255 or 24.87% from 587); Blue value is 229 (89.84% from 255 or 39.01% from 587); Max value from RGB is 229 - color contains mainly: blue. Hex color #D492E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D492E5 is #2B6D1A. Grayscale: #AEAEAE. Windows color (decimal): -2845979 or 15045332. OLE color: 15045332.

HSL color Cylindrical-coordinate representation of color #D492E5: hue angle of 287.71º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D492E5 is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB212146229-
CMYK0.070.3600.10
HSL287.71º61.48%73.53%-
HSV(B)287.71º36.24%89.8%-
XYZ51.5740.2179.17-
YUV175.2158.37154.25-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.12%
GREEN value IS 146 (57.42% from 255) = 24.87%
BLUE value IS 229 (89.84% from 255) = 39.01%
R=36.12%
G=24.87%
B=39.01%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2121462290.070.3600.10287.7161.4873.53
HexD492E57240A1203d4a
Octal32422234574401244075112
Binary110101001001001011100101111100100010101001000001111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D492E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D492E5; }

 p { color: rgb(212,146,229); }

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

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

 a { background-color: rgb(212,146,229); }

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

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

 span { border-color: rgb(212,146,229); }

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