#D39CD7

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

Shades of Plum #D39CD7

Tints of Plum #D39CD7

Color information

#D39CD7 (or 0xD39CD7) is unknown color: approx Plum. HEX triplet: D3, 9C and D7. RGB value is (211,156,215). Sum of RGB (Red+Green+Blue) = 211+156+215=582 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.25% from 582); Green value is 156 (61.33% from 255 or 26.80% from 582); Blue value is 215 (84.38% from 255 or 36.94% from 582); Max value from RGB is 215 - color contains mainly: blue. Hex color #D39CD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D39CD7 is #2C6328. Grayscale: #B2B2B2. Windows color (decimal): -2908969 or 14130387. OLE color: 14130387.

HSL color Cylindrical-coordinate representation of color #D39CD7: hue angle of 295.93º degrees, saturation: 0.42, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D39CD7 is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB211156215-
CMYK0.020.2700.16
HSL295.93º42.45%72.75%-
HSV(B)295.93º27.44%84.31%-
XYZ51.0242.5369.81-
YUV179.17148.22150.7-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.25%
GREEN value IS 156 (61.33% from 255) = 26.80%
BLUE value IS 215 (84.38% from 255) = 36.94%
R=36.25%
G=26.80%
B=36.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2111562150.020.2700.16295.9342.4572.75
HexD39CD721B0101282a49
Octal32323432723302045052111
Binary11010011100111001101011110110110100001001010001010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39CD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39CD7; }

 p { color: rgb(211,156,215); }

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

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

 a { background-color: rgb(211,156,215); }

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

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

 span { border-color: rgb(211,156,215); }

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