#D9ACD9

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

Shades of Plum #D9ACD9

Tints of Plum #D9ACD9

Color information

#D9ACD9 (or 0xD9ACD9) is unknown color: approx Plum. HEX triplet: D9, AC and D9. RGB value is (217,172,217). Sum of RGB (Red+Green+Blue) = 217+172+217=606 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.81% from 606); Green value is 172 (67.58% from 255 or 28.38% from 606); Blue value is 217 (85.16% from 255 or 35.81% from 606); Max value from RGB is 217 - color contains mainly: red, blue. Hex color #D9ACD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9ACD9 is #265326. Grayscale: #BEBEBE. Windows color (decimal): -2511655 or 14265561. OLE color: 14265561.

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

Color convert

RGB217172217-
CMYK00.2100.15
HSL300º37.19%76.27%-
HSV(B)300º20.74%85.1%-
XYZ55.8949.2772.21-
YUV190.58142.91146.84-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.81%
GREEN value IS 172 (67.58% from 255) = 28.38%
BLUE value IS 217 (85.16% from 255) = 35.81%
R=35.81%
G=28.38%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717221700.2100.1530037.1976.27
HexD9ACD90150F12c254c
Octal33125433102501745445114
Binary110110011010110011011001010101011111001011001001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9ACD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9ACD9; }

 p { color: rgb(217,172,217); }

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

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

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

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

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

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

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