#D0A2DA

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

Shades of Wisteria #D0A2DA

Tints of Wisteria #D0A2DA

Color information

#D0A2DA (or 0xD0A2DA) is unknown color: approx Wisteria. HEX triplet: D0, A2 and DA. RGB value is (208,162,218). Sum of RGB (Red+Green+Blue) = 208+162+218=588 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.37% from 588); Green value is 162 (63.67% from 255 or 27.55% from 588); Blue value is 218 (85.55% from 255 or 37.07% from 588); Max value from RGB is 218 - color contains mainly: blue. Hex color #D0A2DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A2DA is #2F5D25. Grayscale: #B5B5B5. Windows color (decimal): -3104038 or 14328528. OLE color: 14328528.

HSL color Cylindrical-coordinate representation of color #D0A2DA: hue angle of 289.29º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D0A2DA is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB208162218-
CMYK0.050.2600.15
HSL289.29º43.08%74.51%-
HSV(B)289.29º25.69%85.49%-
XYZ51.5944.3172.16-
YUV182.14148.24146.45-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.37%
GREEN value IS 162 (63.67% from 255) = 27.55%
BLUE value IS 218 (85.55% from 255) = 37.07%
R=35.37%
G=27.55%
B=37.07%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2081622180.050.2600.15289.2943.0874.51
HexD0A2DA51A0F1212b4b
Octal32024233253201744153113
Binary11010000101000101101101010111010011111001000011010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A2DA; }

 p { color: rgb(208,162,218); }

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

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

 a { background-color: rgb(208,162,218); }

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

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

 span { border-color: rgb(208,162,218); }

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