#D2A9D9

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

Shades of Plum #D2A9D9

Tints of Plum #D2A9D9

Color information

#D2A9D9 (or 0xD2A9D9) is unknown color: approx Plum. HEX triplet: D2, A9 and D9. RGB value is (210,169,217). Sum of RGB (Red+Green+Blue) = 210+169+217=596 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.23% from 596); Green value is 169 (66.41% from 255 or 28.36% from 596); Blue value is 217 (85.16% from 255 or 36.41% from 596); Max value from RGB is 217 - color contains mainly: blue. Hex color #D2A9D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2A9D9 is #2D5626. Grayscale: #BABABA. Windows color (decimal): -2971175 or 14264786. OLE color: 14264786.

HSL color Cylindrical-coordinate representation of color #D2A9D9: hue angle of 291.25º degrees, saturation: 0.39, 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 #D2A9D9 is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB210169217-
CMYK0.030.2200.15
HSL291.25º38.71%75.69%-
HSV(B)291.25º22.12%85.1%-
XYZ53.2947.0971.93-
YUV186.73145.08144.6-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.23%
GREEN value IS 169 (66.41% from 255) = 28.36%
BLUE value IS 217 (85.16% from 255) = 36.41%
R=35.23%
G=28.36%
B=36.41%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2101692170.030.2200.15291.2538.7175.69
HexD2A9D93160F123274c
Octal32225133132601744347114
Binary1101001010101001110110011110110011111001000111001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A9D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A9D9; }

 p { color: rgb(210,169,217); }

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

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

 a { background-color: rgb(210,169,217); }

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

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

 span { border-color: rgb(210,169,217); }

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