#D49FD8

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

Shades of Plum #D49FD8

Tints of Plum #D49FD8

Color information

#D49FD8 (or 0xD49FD8) is unknown color: approx Plum. HEX triplet: D4, 9F and D8. RGB value is (212,159,216). Sum of RGB (Red+Green+Blue) = 212+159+216=587 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.12% from 587); Green value is 159 (62.5% from 255 or 27.09% from 587); Blue value is 216 (84.77% from 255 or 36.80% from 587); Max value from RGB is 216 - color contains mainly: blue. Hex color #D49FD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49FD8 is #2B6027. Grayscale: #B5B5B5. Windows color (decimal): -2842664 or 14196692. OLE color: 14196692.

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

Color convert

RGB212159216-
CMYK0.020.2600.15
HSL295.79º42.22%73.53%-
HSV(B)295.79º26.39%84.71%-
XYZ51.9443.7570.67-
YUV181.34147.56149.87-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.12%
GREEN value IS 159 (62.5% from 255) = 27.09%
BLUE value IS 216 (84.77% from 255) = 36.80%
R=36.12%
G=27.09%
B=36.80%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2121592160.020.2600.15295.7942.2273.53
HexD49FD821A0F1282a4a
Octal32423733023201745052112
Binary1101010010011111110110001011010011111001010001010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49FD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49FD8; }

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

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

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

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

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

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

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

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