#D3ACD7

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

Shades of Plum #D3ACD7

Tints of Plum #D3ACD7

Color information

#D3ACD7 (or 0xD3ACD7) is unknown color: approx Plum. HEX triplet: D3, AC and D7. RGB value is (211,172,215). Sum of RGB (Red+Green+Blue) = 211+172+215=598 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.28% from 598); Green value is 172 (67.58% from 255 or 28.76% from 598); Blue value is 215 (84.38% from 255 or 35.95% from 598); Max value from RGB is 215 - color contains mainly: blue. Hex color #D3ACD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3ACD7 is #2C5328. Grayscale: #BCBCBC. Windows color (decimal): -2904873 or 14134483. OLE color: 14134483.

HSL color Cylindrical-coordinate representation of color #D3ACD7: hue angle of 294.42º degrees, saturation: 0.35, 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 #D3ACD7 is Cyan = 0.02, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB211172215-
CMYK0.020.200.16
HSL294.42º34.96%75.88%-
HSV(B)294.42º20%84.31%-
XYZ53.8848.2670.77-
YUV188.56142.92144-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.28%
GREEN value IS 172 (67.58% from 255) = 28.76%
BLUE value IS 215 (84.38% from 255) = 35.95%
R=35.28%
G=28.76%
B=35.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2111722150.020.200.16294.4234.9675.88
HexD3ACD7214010126234c
Octal32325432722402044643114
Binary11010011101011001101011110101000100001001001101000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3ACD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3ACD7; }

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

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

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

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

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

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

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

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