#D4A8DE

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

Shades of Wisteria #D4A8DE

Tints of Wisteria #D4A8DE

Color information

#D4A8DE (or 0xD4A8DE) is unknown color: approx Wisteria. HEX triplet: D4, A8 and DE. RGB value is (212,168,222). Sum of RGB (Red+Green+Blue) = 212+168+222=602 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.22% from 602); Green value is 168 (66.02% from 255 or 27.91% from 602); Blue value is 222 (87.11% from 255 or 36.88% from 602); Max value from RGB is 222 - color contains mainly: blue. Hex color #D4A8DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A8DE is #2B5721. Grayscale: #BBBBBB. Windows color (decimal): -2840354 or 14592212. OLE color: 14592212.

HSL color Cylindrical-coordinate representation of color #D4A8DE: hue angle of 288.89º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D4A8DE is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB212168222-
CMYK0.050.2400.13
HSL288.89º45%76.47%-
HSV(B)288.89º24.32%87.06%-
XYZ54.3447.2875.37-
YUV187.31147.58145.61-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.22%
GREEN value IS 168 (66.02% from 255) = 27.91%
BLUE value IS 222 (87.11% from 255) = 36.88%
R=35.22%
G=27.91%
B=36.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2121682220.050.2400.13288.894576.47
HexD4A8DE5180D1212d4c
Octal32425033653001544155114
Binary11010100101010001101111010111000011011001000011011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A8DE; }

 p { color: rgb(212,168,222); }

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

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

 a { background-color: rgb(212,168,222); }

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

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

 span { border-color: rgb(212,168,222); }

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