#D2A9D5

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

Shades of Plum #D2A9D5

Tints of Plum #D2A9D5

Color information

#D2A9D5 (or 0xD2A9D5) is unknown color: approx Plum. HEX triplet: D2, A9 and D5. RGB value is (210,169,213). Sum of RGB (Red+Green+Blue) = 210+169+213=592 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.47% from 592); Green value is 169 (66.41% from 255 or 28.55% from 592); Blue value is 213 (83.59% from 255 or 35.98% from 592); Max value from RGB is 213 - color contains mainly: blue. Hex color #D2A9D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2A9D5 is #2D562A. Grayscale: #BABABA. Windows color (decimal): -2971179 or 14002642. OLE color: 14002642.

HSL color Cylindrical-coordinate representation of color #D2A9D5: hue angle of 295.91º degrees, saturation: 0.34, 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 #D2A9D5 is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB210169213-
CMYK0.010.2100.16
HSL295.91º34.37%74.9%-
HSV(B)295.91º20.66%83.53%-
XYZ52.7846.8869.22-
YUV186.28143.08144.92-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.47%
GREEN value IS 169 (66.41% from 255) = 28.55%
BLUE value IS 213 (83.59% from 255) = 35.98%
R=35.47%
G=28.55%
B=35.98%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2101692130.010.2100.16295.9134.3774.9
HexD2A9D5115010128224b
Octal32225132512502045042113
Binary1101001010101001110101011101010100001001010001000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A9D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A9D5; }

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

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

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

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

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

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

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

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