#D9ACDD

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

Shades of Plum #D9ACDD

Tints of Plum #D9ACDD

Color information

#D9ACDD (or 0xD9ACDD) is unknown color: approx Plum. HEX triplet: D9, AC and DD. RGB value is (217,172,221). Sum of RGB (Red+Green+Blue) = 217+172+221=610 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.57% from 610); Green value is 172 (67.58% from 255 or 28.20% from 610); Blue value is 221 (86.72% from 255 or 36.23% from 610); Max value from RGB is 221 - color contains mainly: blue. Hex color #D9ACDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9ACDD is #265322. Grayscale: #BEBEBE. Windows color (decimal): -2511651 or 14527705. OLE color: 14527705.

HSL color Cylindrical-coordinate representation of color #D9ACDD: hue angle of 295.1º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D9ACDD is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB217172221-
CMYK0.020.2200.13
HSL295.1º41.88%77.06%-
HSV(B)295.1º22.17%86.67%-
XYZ56.4249.4874.98-
YUV191.04144.91146.52-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.57%
GREEN value IS 172 (67.58% from 255) = 28.20%
BLUE value IS 221 (86.72% from 255) = 36.23%
R=35.57%
G=28.20%
B=36.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2171722210.020.2200.13295.141.8877.06
HexD9ACDD2160D1272a4d
Octal33125433522601544752115
Binary1101100110101100110111011010110011011001001111010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9ACDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9ACDD; }

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

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

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

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

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

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

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

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