#D49DD9

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

Shades of Plum #D49DD9

Tints of Plum #D49DD9

Color information

#D49DD9 (or 0xD49DD9) is unknown color: approx Plum. HEX triplet: D4, 9D and D9. RGB value is (212,157,217). Sum of RGB (Red+Green+Blue) = 212+157+217=586 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.18% from 586); Green value is 157 (61.72% from 255 or 26.79% from 586); Blue value is 217 (85.16% from 255 or 37.03% from 586); Max value from RGB is 217 - color contains mainly: blue. Hex color #D49DD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49DD9 is #2B6226. Grayscale: #B4B4B4. Windows color (decimal): -2843175 or 14261716. OLE color: 14261716.

HSL color Cylindrical-coordinate representation of color #D49DD9: hue angle of 295º degrees, saturation: 0.44, 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 #D49DD9 is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB212157217-
CMYK0.020.2800.15
HSL295º44.12%73.33%-
HSV(B)295º27.65%85.1%-
XYZ51.7343.1271.24-
YUV180.28148.72150.62-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.18%
GREEN value IS 157 (61.72% from 255) = 26.79%
BLUE value IS 217 (85.16% from 255) = 37.03%
R=36.18%
G=26.79%
B=37.03%

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
Decimal2121572170.020.2800.1529544.1273.33
HexD49DD921C0F1272c49
Octal32423533123401744754111
Binary1101010010011101110110011011100011111001001111011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49DD9; }

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

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

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

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

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

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

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

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