#D49EDE

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

Shades of Plum #D49EDE

Tints of Plum #D49EDE

Color information

#D49EDE (or 0xD49EDE) is unknown color: approx Plum. HEX triplet: D4, 9E and DE. RGB value is (212,158,222). Sum of RGB (Red+Green+Blue) = 212+158+222=592 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.81% from 592); Green value is 158 (62.11% from 255 or 26.69% from 592); Blue value is 222 (87.11% from 255 or 37.5% from 592); Max value from RGB is 222 - color contains mainly: blue. Hex color #D49EDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49EDE is #2B6121. Grayscale: #B5B5B5. Windows color (decimal): -2842914 or 14589652. OLE color: 14589652.

HSL color Cylindrical-coordinate representation of color #D49EDE: hue angle of 290.62º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D49EDE is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB212158222-
CMYK0.050.2900.13
HSL290.62º49.23%74.51%-
HSV(B)290.62º28.83%87.06%-
XYZ52.5643.7274.78-
YUV181.44150.89149.8-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.81%
GREEN value IS 158 (62.11% from 255) = 26.69%
BLUE value IS 222 (87.11% from 255) = 37.5%
R=35.81%
G=26.69%
B=37.5%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2121582220.050.2900.13290.6249.2374.51
HexD49EDE51D0D123314b
Octal32423633653501544361113
Binary11010100100111101101111010111101011011001000111100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49EDE; }

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

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

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

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

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

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

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

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