#D495E2

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

Shades of Wisteria #D495E2

Tints of Wisteria #D495E2

Color information

#D495E2 (or 0xD495E2) is unknown color: approx Wisteria. HEX triplet: D4, 95 and E2. RGB value is (212,149,226). Sum of RGB (Red+Green+Blue) = 212+149+226=587 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.12% from 587); Green value is 149 (58.59% from 255 or 25.38% from 587); Blue value is 226 (88.67% from 255 or 38.50% from 587); Max value from RGB is 226 - color contains mainly: blue. Hex color #D495E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D495E2 is #2B6A1D. Grayscale: #B0B0B0. Windows color (decimal): -2845214 or 14849492. OLE color: 14849492.

HSL color Cylindrical-coordinate representation of color #D495E2: hue angle of 289.09º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D495E2 is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB212149226-
CMYK0.060.3400.11
HSL289.09º57.04%73.53%-
HSV(B)289.09º34.07%88.63%-
XYZ51.6340.9877.14-
YUV176.62155.87153.24-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.12%
GREEN value IS 149 (58.59% from 255) = 25.38%
BLUE value IS 226 (88.67% from 255) = 38.50%
R=36.12%
G=25.38%
B=38.50%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2121492260.060.3400.11289.0957.0473.53
HexD495E26220B121394a
Octal32422534264201344171112
Binary110101001001010111100010110100010010111001000011110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D495E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D495E2; }

 p { color: rgb(212,149,226); }

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

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

 a { background-color: rgb(212,149,226); }

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

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

 span { border-color: rgb(212,149,226); }

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