#D39CDA

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

Shades of Plum #D39CDA

Tints of Plum #D39CDA

Color information

#D39CDA (or 0xD39CDA) is unknown color: approx Plum. HEX triplet: D3, 9C and DA. RGB value is (211,156,218). Sum of RGB (Red+Green+Blue) = 211+156+218=585 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.07% from 585); Green value is 156 (61.33% from 255 or 26.67% from 585); Blue value is 218 (85.55% from 255 or 37.26% from 585); Max value from RGB is 218 - color contains mainly: blue. Hex color #D39CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D39CDA is #2C6325. Grayscale: #B3B3B3. Windows color (decimal): -2908966 or 14326995. OLE color: 14326995.

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

Color convert

RGB211156218-
CMYK0.030.2800.15
HSL293.23º45.59%73.33%-
HSV(B)293.23º28.44%85.49%-
XYZ51.4142.6971.86-
YUV179.51149.72150.46-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.07%
GREEN value IS 156 (61.33% from 255) = 26.67%
BLUE value IS 218 (85.55% from 255) = 37.26%
R=36.07%
G=26.67%
B=37.26%

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
Decimal2111562180.030.2800.15293.2345.5973.33
HexD39CDA31C0F1252e49
Octal32323433233401744556111
Binary1101001110011100110110101111100011111001001011011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39CDA; }

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

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

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

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

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

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

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

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