#D49DEB

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

Shades of Wisteria #D49DEB

Tints of Wisteria #D49DEB

Color information

#D49DEB (or 0xD49DEB) is unknown color: approx Wisteria. HEX triplet: D4, 9D and EB. RGB value is (212,157,235). Sum of RGB (Red+Green+Blue) = 212+157+235=604 (80% of max value = 765). Red value is 212 (83.20% from 255 or 35.10% from 604); Green value is 157 (61.72% from 255 or 25.99% from 604); Blue value is 235 (92.19% from 255 or 38.91% from 604); Max value from RGB is 235 - color contains mainly: blue. Hex color #D49DEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D49DEB is #2B6214. Grayscale: #B6B6B6. Windows color (decimal): -2843157 or 15441364. OLE color: 15441364.

HSL color Cylindrical-coordinate representation of color #D49DEB: hue angle of 282.31º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D49DEB is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB212157235-
CMYK0.100.3300.08
HSL282.31º66.1%76.86%-
HSV(B)282.31º33.19%92.16%-
XYZ54.244.1184.25-
YUV182.34157.72149.16-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.10%
GREEN value IS 157 (61.72% from 255) = 25.99%
BLUE value IS 235 (92.19% from 255) = 38.91%
R=35.10%
G=25.99%
B=38.91%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2121572350.100.3300.08282.3166.176.86
HexD49DEBA210811a424d
Octal3242353531241010432102115
Binary11010100100111011110101110101000010100010001101010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49DEB; }

 p { color: rgb(212,157,235); }

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

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

 a { background-color: rgb(212,157,235); }

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

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

 span { border-color: rgb(212,157,235); }

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