#D2ACD7

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

Shades of Plum #D2ACD7

Tints of Plum #D2ACD7

Color information

#D2ACD7 (or 0xD2ACD7) is unknown color: approx Plum. HEX triplet: D2, AC and D7. RGB value is (210,172,215). Sum of RGB (Red+Green+Blue) = 210+172+215=597 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35.18% from 597); Green value is 172 (67.58% from 255 or 28.81% from 597); Blue value is 215 (84.38% from 255 or 36.01% from 597); Max value from RGB is 215 - color contains mainly: blue. Hex color #D2ACD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2ACD7 is #2D5328. Grayscale: #BCBCBC. Windows color (decimal): -2970409 or 14134482. OLE color: 14134482.

HSL color Cylindrical-coordinate representation of color #D2ACD7: hue angle of 293.02º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D2ACD7 is Cyan = 0.02, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB210172215-
CMYK0.020.200.16
HSL293.02º34.96%75.88%-
HSV(B)293.02º20%84.31%-
XYZ53.648.1170.75-
YUV188.26143.09143.5-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.18%
GREEN value IS 172 (67.58% from 255) = 28.81%
BLUE value IS 215 (84.38% from 255) = 36.01%
R=35.18%
G=28.81%
B=36.01%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2101722150.020.200.16293.0234.9675.88
HexD2ACD7214010125234c
Octal32225432722402044543114
Binary11010010101011001101011110101000100001001001011000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2ACD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2ACD7; }

 p { color: rgb(210,172,215); }

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

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

 a { background-color: rgb(210,172,215); }

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

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

 span { border-color: rgb(210,172,215); }

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