#D2AADA

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

Shades of Wisteria #D2AADA

Tints of Wisteria #D2AADA

Color information

#D2AADA (or 0xD2AADA) is unknown color: approx Wisteria. HEX triplet: D2, AA and DA. RGB value is (210,170,218). Sum of RGB (Red+Green+Blue) = 210+170+218=598 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35.12% from 598); Green value is 170 (66.80% from 255 or 28.43% from 598); Blue value is 218 (85.55% from 255 or 36.45% from 598); Max value from RGB is 218 - color contains mainly: blue. Hex color #D2AADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2AADA is #2D5525. Grayscale: #BBBBBB. Windows color (decimal): -2970918 or 14330578. OLE color: 14330578.

HSL color Cylindrical-coordinate representation of color #D2AADA: hue angle of 290º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D2AADA is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB210170218-
CMYK0.040.2200.15
HSL290º39.34%76.08%-
HSV(B)290º22.02%85.49%-
XYZ53.6147.5172.68-
YUV187.43145.25144.1-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.12%
GREEN value IS 170 (66.80% from 255) = 28.43%
BLUE value IS 218 (85.55% from 255) = 36.45%
R=35.12%
G=28.43%
B=36.45%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2101702180.040.2200.1529039.3476.08
HexD2AADA4160F122274c
Octal32225233242601744247114
Binary11010010101010101101101010010110011111001000101001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AADA; }

 p { color: rgb(210,170,218); }

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

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

 a { background-color: rgb(210,170,218); }

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

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

 span { border-color: rgb(210,170,218); }

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