#D7AAD7

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

Shades of Plum #D7AAD7

Tints of Plum #D7AAD7

Color information

#D7AAD7 (or 0xD7AAD7) is unknown color: approx Plum. HEX triplet: D7, AA and D7. RGB value is (215,170,215). Sum of RGB (Red+Green+Blue) = 215+170+215=600 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.83% from 600); Green value is 170 (66.80% from 255 or 28.33% from 600); Blue value is 215 (84.38% from 255 or 35.83% from 600); Max value from RGB is 215 - color contains mainly: red, blue. Hex color #D7AAD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7AAD7 is #285528. Grayscale: #BCBCBC. Windows color (decimal): -2643241 or 14133975. OLE color: 14133975.

HSL color Cylindrical-coordinate representation of color #D7AAD7: hue angle of 300º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D7AAD7 is Cyan = 0, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB215170215-
CMYK00.2100.16
HSL300º36%75.49%-
HSV(B)300º20.93%84.31%-
XYZ54.6648.170.69-
YUV188.58142.91146.84-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.83%
GREEN value IS 170 (66.80% from 255) = 28.33%
BLUE value IS 215 (84.38% from 255) = 35.83%
R=35.83%
G=28.33%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517021500.2100.163003675.49
HexD7AAD701501012c244b
Octal32725232702502045444113
Binary1101011110101010110101110101010100001001011001001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AAD7; }

 p { color: rgb(215,170,215); }

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

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

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

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

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

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

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