#D49ED6

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

Shades of Plum #D49ED6

Tints of Plum #D49ED6

Color information

#D49ED6 (or 0xD49ED6) is unknown color: approx Plum. HEX triplet: D4, 9E and D6. RGB value is (212,158,214). Sum of RGB (Red+Green+Blue) = 212+158+214=584 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.30% from 584); Green value is 158 (62.11% from 255 or 27.05% from 584); Blue value is 214 (83.98% from 255 or 36.64% from 584); Max value from RGB is 214 - color contains mainly: blue. Hex color #D49ED6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49ED6 is #2B6129. Grayscale: #B4B4B4. Windows color (decimal): -2842922 or 14065364. OLE color: 14065364.

HSL color Cylindrical-coordinate representation of color #D49ED6: hue angle of 297.86º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D49ED6 is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB212158214-
CMYK0.010.2600.16
HSL297.86º40.58%72.94%-
HSV(B)297.86º26.17%83.92%-
XYZ51.5243.3169.26-
YUV180.53146.89150.45-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.30%
GREEN value IS 158 (62.11% from 255) = 27.05%
BLUE value IS 214 (83.98% from 255) = 36.64%
R=36.30%
G=27.05%
B=36.64%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2121582140.010.2600.16297.8640.5872.94
HexD49ED611A01012a2949
Octal32423632613202045251111
Binary1101010010011110110101101110100100001001010101010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49ED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49ED6; }

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

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

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

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

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

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

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

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