#D39DD9

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

Shades of Plum #D39DD9

Tints of Plum #D39DD9

Color information

#D39DD9 (or 0xD39DD9) is unknown color: approx Plum. HEX triplet: D3, 9D and D9. RGB value is (211,157,217). Sum of RGB (Red+Green+Blue) = 211+157+217=585 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.07% from 585); Green value is 157 (61.72% from 255 or 26.84% 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 #D39DD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D39DD9 is #2C6226. Grayscale: #B3B3B3. Windows color (decimal): -2908711 or 14261715. OLE color: 14261715.

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

Color convert

RGB211157217-
CMYK0.030.2800.15
HSL294º44.12%73.33%-
HSV(B)294º27.65%85.1%-
XYZ51.4542.9771.23-
YUV179.99148.89150.12-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.07%
GREEN value IS 157 (61.72% from 255) = 26.84%
BLUE value IS 217 (85.16% from 255) = 37.09%
R=36.07%
G=26.84%
B=37.09%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2111572170.030.2800.1529444.1273.33
HexD39DD931C0F1262c49
Octal32323533133401744654111
Binary1101001110011101110110011111100011111001001101011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39DD9; }

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

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

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

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

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

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

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

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