#D39ED9

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

Shades of Plum #D39ED9

Tints of Plum #D39ED9

Color information

#D39ED9 (or 0xD39ED9) is unknown color: approx Plum. HEX triplet: D3, 9E and D9. RGB value is (211,158,217). Sum of RGB (Red+Green+Blue) = 211+158+217=586 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.01% from 586); Green value is 158 (62.11% from 255 or 26.96% 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 #D39ED9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D39ED9 is #2C6126. Grayscale: #B4B4B4. Windows color (decimal): -2908455 or 14261971. OLE color: 14261971.

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

Color convert

RGB211158217-
CMYK0.030.2700.15
HSL293.9º43.7%73.53%-
HSV(B)293.9º27.19%85.1%-
XYZ51.6243.3171.29-
YUV180.57148.56149.7-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.01%
GREEN value IS 158 (62.11% from 255) = 26.96%
BLUE value IS 217 (85.16% from 255) = 37.03%
R=36.01%
G=26.96%
B=37.03%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2111582170.030.2700.15293.943.773.53
HexD39ED931B0F1262c4a
Octal32323633133301744654112
Binary1101001110011110110110011111011011111001001101011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39ED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39ED9; }

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

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

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

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

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

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

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

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