#D4ACD5

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

Shades of Plum #D4ACD5

Tints of Plum #D4ACD5

Color information

#D4ACD5 (or 0xD4ACD5) is unknown color: approx Plum. HEX triplet: D4, AC and D5. RGB value is (212,172,213). Sum of RGB (Red+Green+Blue) = 212+172+213=597 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.51% from 597); Green value is 172 (67.58% from 255 or 28.81% from 597); Blue value is 213 (83.59% from 255 or 35.68% from 597); Max value from RGB is 213 - color contains mainly: blue. Hex color #D4ACD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4ACD5 is #2B532A. Grayscale: #BCBCBC. Windows color (decimal): -2839339 or 14003412. OLE color: 14003412.

HSL color Cylindrical-coordinate representation of color #D4ACD5: hue angle of 298.54º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D4ACD5 is Cyan = 0.00, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB212172213-
CMYK0.000.1900.16
HSL298.54º32.8%75.49%-
HSV(B)298.54º19.25%83.53%-
XYZ53.9148.3169.43-
YUV188.63141.75144.67-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.51%
GREEN value IS 172 (67.58% from 255) = 28.81%
BLUE value IS 213 (83.59% from 255) = 35.68%
R=35.51%
G=28.81%
B=35.68%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2121722130.000.1900.16298.5432.875.49
HexD4ACD501301012b214b
Octal32425432502302045341113
Binary1101010010101100110101010100110100001001010111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4ACD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4ACD5; }

 p { color: rgb(212,172,213); }

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

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

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

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

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

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

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