#D4A9DA

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

Shades of Plum #D4A9DA

Tints of Plum #D4A9DA

Color information

#D4A9DA (or 0xD4A9DA) is unknown color: approx Plum. HEX triplet: D4, A9 and DA. RGB value is (212,169,218). Sum of RGB (Red+Green+Blue) = 212+169+218=599 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.39% from 599); Green value is 169 (66.41% from 255 or 28.21% from 599); Blue value is 218 (85.55% from 255 or 36.39% from 599); Max value from RGB is 218 - color contains mainly: blue. Hex color #D4A9DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A9DA is #2B5625. Grayscale: #BBBBBB. Windows color (decimal): -2840102 or 14330324. OLE color: 14330324.

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

Color convert

RGB212169218-
CMYK0.030.2200.15
HSL292.65º39.84%75.88%-
HSV(B)292.65º22.48%85.49%-
XYZ53.9947.4372.64-
YUV187.44145.25145.52-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.39%
GREEN value IS 169 (66.41% from 255) = 28.21%
BLUE value IS 218 (85.55% from 255) = 36.39%
R=35.39%
G=28.21%
B=36.39%

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
Decimal2121692180.030.2200.15292.6539.8475.88
HexD4A9DA3160F125284c
Octal32425133232601744550114
Binary1101010010101001110110101110110011111001001011010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A9DA; }

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

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

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

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

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

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

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

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