#D9ACDC

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

Shades of Plum #D9ACDC

Tints of Plum #D9ACDC

Color information

#D9ACDC (or 0xD9ACDC) is unknown color: approx Plum. HEX triplet: D9, AC and DC. RGB value is (217,172,220). Sum of RGB (Red+Green+Blue) = 217+172+220=609 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.63% from 609); Green value is 172 (67.58% from 255 or 28.24% from 609); Blue value is 220 (86.33% from 255 or 36.12% from 609); Max value from RGB is 220 - color contains mainly: blue. Hex color #D9ACDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9ACDC is #265323. Grayscale: #BEBEBE. Windows color (decimal): -2511652 or 14462169. OLE color: 14462169.

HSL color Cylindrical-coordinate representation of color #D9ACDC: hue angle of 296.25º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D9ACDC is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB217172220-
CMYK0.010.2200.14
HSL296.25º40.68%76.86%-
HSV(B)296.25º21.82%86.27%-
XYZ56.2949.4274.28-
YUV190.93144.41146.6-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.63%
GREEN value IS 172 (67.58% from 255) = 28.24%
BLUE value IS 220 (86.33% from 255) = 36.12%
R=35.63%
G=28.24%
B=36.12%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2171722200.010.2200.14296.2540.6876.86
HexD9ACDC1160E128294d
Octal33125433412601645051115
Binary110110011010110011011100110110011101001010001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9ACDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9ACDC; }

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

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

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

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

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

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

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

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