#D496EA

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

Shades of Wisteria #D496EA

Tints of Wisteria #D496EA

Color information

#D496EA (or 0xD496EA) is unknown color: approx Wisteria. HEX triplet: D4, 96 and EA. RGB value is (212,150,234). Sum of RGB (Red+Green+Blue) = 212+150+234=596 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.57% from 596); Green value is 150 (58.98% from 255 or 25.17% from 596); Blue value is 234 (91.80% from 255 or 39.26% from 596); Max value from RGB is 234 - color contains mainly: blue. Hex color #D496EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D496EA is #2B6915. Grayscale: #B1B1B1. Windows color (decimal): -2844950 or 15374036. OLE color: 15374036.

HSL color Cylindrical-coordinate representation of color #D496EA: hue angle of 284.29º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D496EA is Cyan = 0.09, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB212150234-
CMYK0.090.3600.08
HSL284.29º66.67%75.29%-
HSV(B)284.29º35.9%91.76%-
XYZ52.9141.7583.11-
YUV178.11159.54152.17-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.57%
GREEN value IS 150 (58.98% from 255) = 25.17%
BLUE value IS 234 (91.80% from 255) = 39.26%
R=35.57%
G=25.17%
B=39.26%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2121502340.090.3600.08284.2966.6775.29
HexD496EA9240811c434b
Octal3242263521144010434103113
Binary11010100100101101110101010011001000100010001110010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D496EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D496EA; }

 p { color: rgb(212,150,234); }

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

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

 a { background-color: rgb(212,150,234); }

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

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

 span { border-color: rgb(212,150,234); }

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