#D4A8DD

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

Shades of Wisteria #D4A8DD

Tints of Wisteria #D4A8DD

Color information

#D4A8DD (or 0xD4A8DD) is unknown color: approx Wisteria. HEX triplet: D4, A8 and DD. RGB value is (212,168,221). Sum of RGB (Red+Green+Blue) = 212+168+221=601 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.27% from 601); Green value is 168 (66.02% from 255 or 27.95% from 601); Blue value is 221 (86.72% from 255 or 36.77% from 601); Max value from RGB is 221 - color contains mainly: blue. Hex color #D4A8DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A8DD is #2B5722. Grayscale: #BBBBBB. Windows color (decimal): -2840355 or 14526676. OLE color: 14526676.

HSL color Cylindrical-coordinate representation of color #D4A8DD: hue angle of 289.81º degrees, saturation: 0.44, 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 #D4A8DD is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB212168221-
CMYK0.040.2400.13
HSL289.81º43.8%76.27%-
HSV(B)289.81º23.98%86.67%-
XYZ54.2147.2274.66-
YUV187.2147.08145.69-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.27%
GREEN value IS 168 (66.02% from 255) = 27.95%
BLUE value IS 221 (86.72% from 255) = 36.77%
R=35.27%
G=27.95%
B=36.77%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2121682210.040.2400.13289.8143.876.27
HexD4A8DD4180D1222c4c
Octal32425033543001544254114
Binary11010100101010001101110110011000011011001000101011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A8DD; }

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

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

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

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

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

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

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

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