#D39FDC

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

Shades of Plum #D39FDC

Tints of Plum #D39FDC

Color information

#D39FDC (or 0xD39FDC) is unknown color: approx Plum. HEX triplet: D3, 9F and DC. RGB value is (211,159,220). Sum of RGB (Red+Green+Blue) = 211+159+220=590 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.76% from 590); Green value is 159 (62.5% from 255 or 26.95% from 590); Blue value is 220 (86.33% from 255 or 37.29% from 590); Max value from RGB is 220 - color contains mainly: blue. Hex color #D39FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D39FDC is #2C6023. Grayscale: #B5B5B5. Windows color (decimal): -2908196 or 14458835. OLE color: 14458835.

HSL color Cylindrical-coordinate representation of color #D39FDC: hue angle of 291.15º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D39FDC is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB211159220-
CMYK0.040.2800.14
HSL291.15º46.56%74.31%-
HSV(B)291.15º27.73%86.27%-
XYZ52.1843.8173.42-
YUV181.5149.73149.04-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.76%
GREEN value IS 159 (62.5% from 255) = 26.95%
BLUE value IS 220 (86.33% from 255) = 37.29%
R=35.76%
G=26.95%
B=37.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2111592200.040.2800.14291.1546.5674.31
HexD39FDC41C0E1232f4a
Octal32323733443401644357112
Binary11010011100111111101110010011100011101001000111011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39FDC; }

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

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

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

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

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

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

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

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