#D49CD9

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

Shades of Plum #D49CD9

Tints of Plum #D49CD9

Color information

#D49CD9 (or 0xD49CD9) is unknown color: approx Plum. HEX triplet: D4, 9C and D9. RGB value is (212,156,217). Sum of RGB (Red+Green+Blue) = 212+156+217=585 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.24% from 585); Green value is 156 (61.33% from 255 or 26.67% from 585); Blue value is 217 (85.16% from 255 or 37.09% from 585); Max value from RGB is 217 - color contains mainly: blue. Hex color #D49CD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49CD9 is #2B6326. Grayscale: #B3B3B3. Windows color (decimal): -2843431 or 14261460. OLE color: 14261460.

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

Color convert

RGB212156217-
CMYK0.020.2800.15
HSL295.08º44.53%73.14%-
HSV(B)295.08º28.11%85.1%-
XYZ51.5642.7871.19-
YUV179.7149.05151.04-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.24%
GREEN value IS 156 (61.33% from 255) = 26.67%
BLUE value IS 217 (85.16% from 255) = 37.09%
R=36.24%
G=26.67%
B=37.09%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2121562170.020.2800.15295.0844.5373.14
HexD49CD921C0F1272d49
Octal32423433123401744755111
Binary1101010010011100110110011011100011111001001111011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49CD9; }

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

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

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

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

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

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

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

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