#D49ED9

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

Shades of Plum #D49ED9

Tints of Plum #D49ED9

Color information

#D49ED9 (or 0xD49ED9) is unknown color: approx Plum. HEX triplet: D4, 9E and D9. RGB value is (212,158,217). Sum of RGB (Red+Green+Blue) = 212+158+217=587 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.12% from 587); Green value is 158 (62.11% from 255 or 26.92% from 587); Blue value is 217 (85.16% from 255 or 36.97% from 587); Max value from RGB is 217 - color contains mainly: blue. Hex color #D49ED9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49ED9 is #2B6126. Grayscale: #B4B4B4. Windows color (decimal): -2842919 or 14261972. OLE color: 14261972.

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

Color convert

RGB212158217-
CMYK0.020.2700.15
HSL294.92º43.7%73.53%-
HSV(B)294.92º27.19%85.1%-
XYZ51.943.4671.3-
YUV180.87148.39150.2-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.12%
GREEN value IS 158 (62.11% from 255) = 26.92%
BLUE value IS 217 (85.16% from 255) = 36.97%
R=36.12%
G=26.92%
B=36.97%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2121582170.020.2700.15294.9243.773.53
HexD49ED921B0F1272c4a
Octal32423633123301744754112
Binary1101010010011110110110011011011011111001001111011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49ED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49ED9; }

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

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

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

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

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

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

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

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