#D49ED8

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

Shades of Plum #D49ED8

Tints of Plum #D49ED8

Color information

#D49ED8 (or 0xD49ED8) is unknown color: approx Plum. HEX triplet: D4, 9E and D8. RGB value is (212,158,216). Sum of RGB (Red+Green+Blue) = 212+158+216=586 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.18% from 586); Green value is 158 (62.11% from 255 or 26.96% from 586); Blue value is 216 (84.77% from 255 or 36.86% from 586); Max value from RGB is 216 - color contains mainly: blue. Hex color #D49ED8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49ED8 is #2B6127. Grayscale: #B4B4B4. Windows color (decimal): -2842920 or 14196436. OLE color: 14196436.

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

Color convert

RGB212158216-
CMYK0.020.2700.15
HSL295.86º42.65%73.33%-
HSV(B)295.86º26.85%84.71%-
XYZ51.7743.4170.62-
YUV180.76147.89150.28-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.18%
GREEN value IS 158 (62.11% from 255) = 26.96%
BLUE value IS 216 (84.77% from 255) = 36.86%
R=36.18%
G=26.96%
B=36.86%

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
Decimal2121582160.020.2700.15295.8642.6573.33
HexD49ED821B0F1282b49
Octal32423633023301745053111
Binary1101010010011110110110001011011011111001010001010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49ED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49ED8; }

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

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

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

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

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

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

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

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