#D49AD9

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

Shades of Plum #D49AD9

Tints of Plum #D49AD9

Color information

#D49AD9 (or 0xD49AD9) is unknown color: approx Plum. HEX triplet: D4, 9A and D9. RGB value is (212,154,217). Sum of RGB (Red+Green+Blue) = 212+154+217=583 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.36% from 583); Green value is 154 (60.55% from 255 or 26.42% from 583); Blue value is 217 (85.16% from 255 or 37.22% from 583); Max value from RGB is 217 - color contains mainly: blue. Hex color #D49AD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49AD9 is #2B6526. Grayscale: #B2B2B2. Windows color (decimal): -2843943 or 14260948. OLE color: 14260948.

HSL color Cylindrical-coordinate representation of color #D49AD9: hue angle of 295.24º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D49AD9 is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB212154217-
CMYK0.020.2900.15
HSL295.24º45.32%72.75%-
HSV(B)295.24º29.03%85.1%-
XYZ51.2342.1271.08-
YUV178.52149.72151.88-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.36%
GREEN value IS 154 (60.55% from 255) = 26.42%
BLUE value IS 217 (85.16% from 255) = 37.22%
R=36.36%
G=26.42%
B=37.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2121542170.020.2900.15295.2445.3272.75
HexD49AD921D0F1272d49
Octal32423233123501744755111
Binary1101010010011010110110011011101011111001001111011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49AD9; }

 p { color: rgb(212,154,217); }

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

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

 a { background-color: rgb(212,154,217); }

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

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

 span { border-color: rgb(212,154,217); }

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