#D49EDA

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

Shades of Plum #D49EDA

Tints of Plum #D49EDA

Color information

#D49EDA (or 0xD49EDA) is unknown color: approx Plum. HEX triplet: D4, 9E and DA. RGB value is (212,158,218). Sum of RGB (Red+Green+Blue) = 212+158+218=588 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.05% from 588); Green value is 158 (62.11% from 255 or 26.87% from 588); Blue value is 218 (85.55% from 255 or 37.07% from 588); Max value from RGB is 218 - color contains mainly: blue. Hex color #D49EDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49EDA is #2B6125. Grayscale: #B4B4B4. Windows color (decimal): -2842918 or 14327508. OLE color: 14327508.

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

Color convert

RGB212158218-
CMYK0.030.2800.15
HSL294º44.78%73.73%-
HSV(B)294º27.52%85.49%-
XYZ52.0343.5171.99-
YUV180.99148.89150.12-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.05%
GREEN value IS 158 (62.11% from 255) = 26.87%
BLUE value IS 218 (85.55% from 255) = 37.07%
R=36.05%
G=26.87%
B=37.07%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2121582180.030.2800.1529444.7873.73
HexD49EDA31C0F1262d4a
Octal32423633233401744655112
Binary1101010010011110110110101111100011111001001101011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49EDA; }

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

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

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

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

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

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

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

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