#D7ADD9

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

Shades of Plum #D7ADD9

Tints of Plum #D7ADD9

Color information

#D7ADD9 (or 0xD7ADD9) is unknown color: approx Plum. HEX triplet: D7, AD and D9. RGB value is (215,173,217). Sum of RGB (Red+Green+Blue) = 215+173+217=605 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.54% from 605); Green value is 173 (67.97% from 255 or 28.60% from 605); Blue value is 217 (85.16% from 255 or 35.87% from 605); Max value from RGB is 217 - color contains mainly: blue. Hex color #D7ADD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7ADD9 is #285226. Grayscale: #BEBEBE. Windows color (decimal): -2642471 or 14265815. OLE color: 14265815.

HSL color Cylindrical-coordinate representation of color #D7ADD9: hue angle of 297.27º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D7ADD9 is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB215173217-
CMYK0.010.2000.15
HSL297.27º36.67%76.47%-
HSV(B)297.27º20.28%85.1%-
XYZ55.4949.3472.25-
YUV190.57142.91145.42-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.54%
GREEN value IS 173 (67.97% from 255) = 28.60%
BLUE value IS 217 (85.16% from 255) = 35.87%
R=35.54%
G=28.60%
B=35.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2151732170.010.2000.15297.2736.6776.47
HexD7ADD91140F129254c
Octal32725533112401745145114
Binary110101111010110111011001110100011111001010011001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7ADD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7ADD9; }

 p { color: rgb(215,173,217); }

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

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

 a { background-color: rgb(215,173,217); }

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

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

 span { border-color: rgb(215,173,217); }

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