#D8ACDA

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

Shades of Plum #D8ACDA

Tints of Plum #D8ACDA

Color information

#D8ACDA (or 0xD8ACDA) is unknown color: approx Plum. HEX triplet: D8, AC and DA. RGB value is (216,172,218). Sum of RGB (Red+Green+Blue) = 216+172+218=606 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.64% from 606); Green value is 172 (67.58% from 255 or 28.38% from 606); Blue value is 218 (85.55% from 255 or 35.97% from 606); Max value from RGB is 218 - color contains mainly: blue. Hex color #D8ACDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8ACDA is #275325. Grayscale: #BEBEBE. Windows color (decimal): -2577190 or 14331096. OLE color: 14331096.

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

Color convert

RGB216172218-
CMYK0.010.2100.15
HSL297.39º38.33%76.47%-
HSV(B)297.39º21.1%85.49%-
XYZ55.7349.1772.88-
YUV190.4143.58146.26-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.64%
GREEN value IS 172 (67.58% from 255) = 28.38%
BLUE value IS 218 (85.55% from 255) = 35.97%
R=35.64%
G=28.38%
B=35.97%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161722180.010.2100.15297.3938.3376.47
HexD8ACDA1150F129264c
Octal33025433212501745146114
Binary110110001010110011011010110101011111001010011001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8ACDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8ACDA; }

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

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

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

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

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

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

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

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