#D39FD7

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

Shades of Plum #D39FD7

Tints of Plum #D39FD7

Color information

#D39FD7 (or 0xD39FD7) is unknown color: approx Plum. HEX triplet: D3, 9F and D7. RGB value is (211,159,215). Sum of RGB (Red+Green+Blue) = 211+159+215=585 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.07% from 585); Green value is 159 (62.5% from 255 or 27.18% from 585); Blue value is 215 (84.38% from 255 or 36.75% from 585); Max value from RGB is 215 - color contains mainly: blue. Hex color #D39FD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D39FD7 is #2C6028. Grayscale: #B4B4B4. Windows color (decimal): -2908201 or 14131155. OLE color: 14131155.

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

Color convert

RGB211159215-
CMYK0.020.2600.16
HSL295.71º41.18%73.33%-
HSV(B)295.71º26.05%84.31%-
XYZ51.5343.5569.98-
YUV180.93147.23149.45-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.07%
GREEN value IS 159 (62.5% from 255) = 27.18%
BLUE value IS 215 (84.38% from 255) = 36.75%
R=36.07%
G=27.18%
B=36.75%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2111592150.020.2600.16295.7141.1873.33
HexD39FD721A0101282949
Octal32323732723202045051111
Binary11010011100111111101011110110100100001001010001010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39FD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39FD7; }

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

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

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

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

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

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

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

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