#D49FD7

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

Shades of Plum #D49FD7

Tints of Plum #D49FD7

Color information

#D49FD7 (or 0xD49FD7) is unknown color: approx Plum. HEX triplet: D4, 9F and D7. RGB value is (212,159,215). Sum of RGB (Red+Green+Blue) = 212+159+215=586 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.18% from 586); Green value is 159 (62.5% from 255 or 27.13% from 586); Blue value is 215 (84.38% from 255 or 36.69% from 586); Max value from RGB is 215 - color contains mainly: blue. Hex color #D49FD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49FD7 is #2B6028. Grayscale: #B5B5B5. Windows color (decimal): -2842665 or 14131156. OLE color: 14131156.

HSL color Cylindrical-coordinate representation of color #D49FD7: hue angle of 296.79º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D49FD7 is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB212159215-
CMYK0.010.2600.16
HSL296.79º41.18%73.33%-
HSV(B)296.79º26.05%84.31%-
XYZ51.8243.769.99-
YUV181.23147.06149.95-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.18%
GREEN value IS 159 (62.5% from 255) = 27.13%
BLUE value IS 215 (84.38% from 255) = 36.69%
R=36.18%
G=27.13%
B=36.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2121592150.010.2600.16296.7941.1873.33
HexD49FD711A0101292949
Octal32423732713202045151111
Binary1101010010011111110101111110100100001001010011010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49FD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49FD7; }

 p { color: rgb(212,159,215); }

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

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

 a { background-color: rgb(212,159,215); }

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

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

 span { border-color: rgb(212,159,215); }

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