#D3ACD6

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

Shades of Plum #D3ACD6

Tints of Plum #D3ACD6

Color information

#D3ACD6 (or 0xD3ACD6) is unknown color: approx Plum. HEX triplet: D3, AC and D6. RGB value is (211,172,214). Sum of RGB (Red+Green+Blue) = 211+172+214=597 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.34% from 597); Green value is 172 (67.58% from 255 or 28.81% from 597); Blue value is 214 (83.98% from 255 or 35.85% from 597); Max value from RGB is 214 - color contains mainly: blue. Hex color #D3ACD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3ACD6 is #2C5329. Grayscale: #BCBCBC. Windows color (decimal): -2904874 or 14068947. OLE color: 14068947.

HSL color Cylindrical-coordinate representation of color #D3ACD6: hue angle of 295.71º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D3ACD6 is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB211172214-
CMYK0.010.2000.16
HSL295.71º33.87%75.69%-
HSV(B)295.71º19.63%83.92%-
XYZ53.7548.2170.09-
YUV188.45142.42144.08-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.34%
GREEN value IS 172 (67.58% from 255) = 28.81%
BLUE value IS 214 (83.98% from 255) = 35.85%
R=35.34%
G=28.81%
B=35.85%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2111722140.010.2000.16295.7133.8775.69
HexD3ACD6114010128224c
Octal32325432612402045042114
Binary1101001110101100110101101101000100001001010001000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3ACD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3ACD6; }

 p { color: rgb(211,172,214); }

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

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

 a { background-color: rgb(211,172,214); }

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

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

 span { border-color: rgb(211,172,214); }

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