#D3A3D8

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

Shades of Plum #D3A3D8

Tints of Plum #D3A3D8

Color information

#D3A3D8 (or 0xD3A3D8) is unknown color: approx Plum. HEX triplet: D3, A3 and D8. RGB value is (211,163,216). Sum of RGB (Red+Green+Blue) = 211+163+216=590 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.76% from 590); Green value is 163 (64.06% from 255 or 27.63% from 590); Blue value is 216 (84.77% from 255 or 36.61% from 590); Max value from RGB is 216 - color contains mainly: blue. Hex color #D3A3D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3A3D8 is #2C5C27. Grayscale: #B7B7B7. Windows color (decimal): -2907176 or 14197715. OLE color: 14197715.

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

Color convert

RGB211163216-
CMYK0.020.2500.15
HSL294.34º40.46%74.31%-
HSV(B)294.34º24.54%84.71%-
XYZ52.364570.89-
YUV183.39146.4147.69-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.76%
GREEN value IS 163 (64.06% from 255) = 27.63%
BLUE value IS 216 (84.77% from 255) = 36.61%
R=35.76%
G=27.63%
B=36.61%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2111632160.020.2500.15294.3440.4674.31
HexD3A3D82190F126284a
Octal32324333023101744650112
Binary1101001110100011110110001011001011111001001101010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3A3D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3A3D8; }

 p { color: rgb(211,163,216); }

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

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

 a { background-color: rgb(211,163,216); }

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

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

 span { border-color: rgb(211,163,216); }

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