#D7ACDD

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

Shades of Plum #D7ACDD

Tints of Plum #D7ACDD

Color information

#D7ACDD (or 0xD7ACDD) is unknown color: approx Plum. HEX triplet: D7, AC and DD. RGB value is (215,172,221). Sum of RGB (Red+Green+Blue) = 215+172+221=608 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.36% from 608); Green value is 172 (67.58% from 255 or 28.29% from 608); Blue value is 221 (86.72% from 255 or 36.35% from 608); Max value from RGB is 221 - color contains mainly: blue. Hex color #D7ACDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7ACDD is #285322. Grayscale: #BEBEBE. Windows color (decimal): -2642723 or 14527703. OLE color: 14527703.

HSL color Cylindrical-coordinate representation of color #D7ACDD: hue angle of 292.65º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D7ACDD is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB215172221-
CMYK0.030.2200.13
HSL292.65º41.88%77.06%-
HSV(B)292.65º22.17%86.67%-
XYZ55.8349.1774.96-
YUV190.44145.25145.52-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.36%
GREEN value IS 172 (67.58% from 255) = 28.29%
BLUE value IS 221 (86.72% from 255) = 36.35%
R=35.36%
G=28.29%
B=36.35%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2151722210.030.2200.13292.6541.8877.06
HexD7ACDD3160D1252a4d
Octal32725433532601544552115
Binary1101011110101100110111011110110011011001001011010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7ACDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7ACDD; }

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

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

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

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

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

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

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

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