#D4ACDA

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

Shades of Plum #D4ACDA

Tints of Plum #D4ACDA

Color information

#D4ACDA (or 0xD4ACDA) is unknown color: approx Plum. HEX triplet: D4, AC and DA. RGB value is (212,172,218). Sum of RGB (Red+Green+Blue) = 212+172+218=602 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.22% from 602); Green value is 172 (67.58% from 255 or 28.57% from 602); Blue value is 218 (85.55% from 255 or 36.21% from 602); Max value from RGB is 218 - color contains mainly: blue. Hex color #D4ACDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4ACDA is #2B5325. Grayscale: #BDBDBD. Windows color (decimal): -2839334 or 14331092. OLE color: 14331092.

HSL color Cylindrical-coordinate representation of color #D4ACDA: hue angle of 292.17º degrees, saturation: 0.38, 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 #D4ACDA is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB212172218-
CMYK0.030.2100.15
HSL292.17º38.33%76.47%-
HSV(B)292.17º21.1%85.49%-
XYZ54.5648.5672.83-
YUV189.2144.25144.26-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.22%
GREEN value IS 172 (67.58% from 255) = 28.57%
BLUE value IS 218 (85.55% from 255) = 36.21%
R=35.22%
G=28.57%
B=36.21%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2121722180.030.2100.15292.1738.3376.47
HexD4ACDA3150F124264c
Octal32425433232501744446114
Binary1101010010101100110110101110101011111001001001001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4ACDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4ACDA; }

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

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

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

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

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

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

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

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