#D0A4DA

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

Shades of Wisteria #D0A4DA

Tints of Wisteria #D0A4DA

Color information

#D0A4DA (or 0xD0A4DA) is unknown color: approx Wisteria. HEX triplet: D0, A4 and DA. RGB value is (208,164,218). Sum of RGB (Red+Green+Blue) = 208+164+218=590 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.25% from 590); Green value is 164 (64.45% from 255 or 27.80% from 590); Blue value is 218 (85.55% from 255 or 36.95% from 590); Max value from RGB is 218 - color contains mainly: blue. Hex color #D0A4DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A4DA is #2F5B25. Grayscale: #B7B7B7. Windows color (decimal): -3103526 or 14329040. OLE color: 14329040.

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

Color convert

RGB208164218-
CMYK0.050.2500.15
HSL288.89º42.19%74.9%-
HSV(B)288.89º24.77%85.49%-
XYZ51.9445.0272.28-
YUV183.31147.58145.61-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.25%
GREEN value IS 164 (64.45% from 255) = 27.80%
BLUE value IS 218 (85.55% from 255) = 36.95%
R=35.25%
G=27.80%
B=36.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2081642180.050.2500.15288.8942.1974.9
HexD0A4DA5190F1212a4b
Octal32024433253101744152113
Binary11010000101001001101101010111001011111001000011010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A4DA; }

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

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

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

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

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

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

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

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