#D2A3DC

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

Shades of Wisteria #D2A3DC

Tints of Wisteria #D2A3DC

Color information

#D2A3DC (or 0xD2A3DC) is unknown color: approx Wisteria. HEX triplet: D2, A3 and DC. RGB value is (210,163,220). Sum of RGB (Red+Green+Blue) = 210+163+220=593 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.41% from 593); Green value is 163 (64.06% from 255 or 27.49% from 593); Blue value is 220 (86.33% from 255 or 37.10% from 593); Max value from RGB is 220 - color contains mainly: blue. Hex color #D2A3DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2A3DC is #2D5C23. Grayscale: #B7B7B7. Windows color (decimal): -2972708 or 14459858. OLE color: 14459858.

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

Color convert

RGB210163220-
CMYK0.050.2600.14
HSL289.47º44.88%75.1%-
HSV(B)289.47º25.91%86.27%-
XYZ52.5945.0673.64-
YUV183.55148.57146.87-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.41%
GREEN value IS 163 (64.06% from 255) = 27.49%
BLUE value IS 220 (86.33% from 255) = 37.10%
R=35.41%
G=27.49%
B=37.10%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2101632200.050.2600.14289.4744.8875.1
HexD2A3DC51A0E1212d4b
Octal32224333453201644155113
Binary11010010101000111101110010111010011101001000011011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A3DC; }

 p { color: rgb(210,163,220); }

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

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

 a { background-color: rgb(210,163,220); }

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

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

 span { border-color: rgb(210,163,220); }

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