#D7A9DA

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

Shades of Plum #D7A9DA

Tints of Plum #D7A9DA

Color information

#D7A9DA (or 0xD7A9DA) is unknown color: approx Plum. HEX triplet: D7, A9 and DA. RGB value is (215,169,218). Sum of RGB (Red+Green+Blue) = 215+169+218=602 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.71% from 602); Green value is 169 (66.41% from 255 or 28.07% from 602); Blue value is 218 (85.55% from 255 or 36.21% from 602); Max value from RGB is 218 - color contains mainly: blue. Hex color #D7A9DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A9DA is #285625. Grayscale: #BCBCBC. Windows color (decimal): -2643494 or 14330327. OLE color: 14330327.

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

Color convert

RGB215169218-
CMYK0.010.2200.15
HSL296.33º39.84%75.88%-
HSV(B)296.33º22.48%85.49%-
XYZ54.8747.8872.68-
YUV188.34144.74147.02-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.71%
GREEN value IS 169 (66.41% from 255) = 28.07%
BLUE value IS 218 (85.55% from 255) = 36.21%
R=35.71%
G=28.07%
B=36.21%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2151692180.010.2200.15296.3339.8475.88
HexD7A9DA1160F128284c
Octal32725133212601745050114
Binary110101111010100111011010110110011111001010001010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A9DA; }

 p { color: rgb(215,169,218); }

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

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

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

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

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

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

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