#D39DDA

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

Shades of Plum #D39DDA

Tints of Plum #D39DDA

Color information

#D39DDA (or 0xD39DDA) is unknown color: approx Plum. HEX triplet: D3, 9D and DA. RGB value is (211,157,218). Sum of RGB (Red+Green+Blue) = 211+157+218=586 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.01% from 586); Green value is 157 (61.72% from 255 or 26.79% from 586); Blue value is 218 (85.55% from 255 or 37.20% from 586); Max value from RGB is 218 - color contains mainly: blue. Hex color #D39DDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D39DDA is #2C6225. Grayscale: #B3B3B3. Windows color (decimal): -2908710 or 14327251. OLE color: 14327251.

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

Color convert

RGB211157218-
CMYK0.030.2800.15
HSL293.11º45.19%73.53%-
HSV(B)293.11º27.98%85.49%-
XYZ51.5843.0271.92-
YUV180.1149.39150.04-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.01%
GREEN value IS 157 (61.72% from 255) = 26.79%
BLUE value IS 218 (85.55% from 255) = 37.20%
R=36.01%
G=26.79%
B=37.20%

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
Decimal2111572180.030.2800.15293.1145.1973.53
HexD39DDA31C0F1252d4a
Octal32323533233401744555112
Binary1101001110011101110110101111100011111001001011011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39DDA; }

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

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

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

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

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

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

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

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