#D0A8DA

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

Shades of Wisteria #D0A8DA

Tints of Wisteria #D0A8DA

Color information

#D0A8DA (or 0xD0A8DA) is unknown color: approx Wisteria. HEX triplet: D0, A8 and DA. RGB value is (208,168,218). Sum of RGB (Red+Green+Blue) = 208+168+218=594 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.02% from 594); Green value is 168 (66.02% from 255 or 28.28% from 594); Blue value is 218 (85.55% from 255 or 36.70% from 594); Max value from RGB is 218 - color contains mainly: blue. Hex color #D0A8DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A8DA is #2F5725. Grayscale: #B9B9B9. Windows color (decimal): -3102502 or 14330064. OLE color: 14330064.

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

Color convert

RGB208168218-
CMYK0.050.2300.15
HSL288º40.32%75.69%-
HSV(B)288º22.94%85.49%-
XYZ52.6746.4872.52-
YUV185.66146.25143.93-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.02%
GREEN value IS 168 (66.02% from 255) = 28.28%
BLUE value IS 218 (85.55% from 255) = 36.70%
R=35.02%
G=28.28%
B=36.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2081682180.050.2300.1528840.3275.69
HexD0A8DA5170F120284c
Octal32025033252701744050114
Binary11010000101010001101101010110111011111001000001010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A8DA; }

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

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

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

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

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

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

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

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