#D39FD3

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

Shades of Plum #D39FD3

Tints of Plum #D39FD3

Color information

#D39FD3 (or 0xD39FD3) is unknown color: approx Plum. HEX triplet: D3, 9F and D3. RGB value is (211,159,211). Sum of RGB (Red+Green+Blue) = 211+159+211=581 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.32% from 581); Green value is 159 (62.5% from 255 or 27.37% from 581); Blue value is 211 (82.81% from 255 or 36.32% from 581); Max value from RGB is 211 - color contains mainly: red, blue. Hex color #D39FD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D39FD3 is #2C602C. Grayscale: #B4B4B4. Windows color (decimal): -2908205 or 13869011. OLE color: 13869011.

HSL color Cylindrical-coordinate representation of color #D39FD3: hue angle of 300º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D39FD3 is Cyan = 0, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB211159211-
CMYK00.2500.17
HSL300º37.14%72.55%-
HSV(B)300º24.64%82.75%-
XYZ51.0243.3567.31-
YUV180.48145.23149.77-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.32%
GREEN value IS 159 (62.5% from 255) = 27.37%
BLUE value IS 211 (82.81% from 255) = 36.32%
R=36.32%
G=27.37%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21115921100.2500.1730037.1472.55
HexD39FD301901112c2549
Octal32323732303102145445111
Binary1101001110011111110100110110010100011001011001001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39FD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39FD3; }

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

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

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

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

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

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

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

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