#D39ADC

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

Shades of Plum #D39ADC

Tints of Plum #D39ADC

Color information

#D39ADC (or 0xD39ADC) is unknown color: approx Plum. HEX triplet: D3, 9A and DC. RGB value is (211,154,220). Sum of RGB (Red+Green+Blue) = 211+154+220=585 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.07% from 585); Green value is 154 (60.55% from 255 or 26.32% from 585); Blue value is 220 (86.33% from 255 or 37.61% from 585); Max value from RGB is 220 - color contains mainly: blue. Hex color #D39ADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D39ADC is #2C6523. Grayscale: #B2B2B2. Windows color (decimal): -2909476 or 14457555. OLE color: 14457555.

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

Color convert

RGB211154220-
CMYK0.040.300.14
HSL291.82º48.53%73.33%-
HSV(B)291.82º30%86.27%-
XYZ51.3442.1373.14-
YUV178.57151.38151.13-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.07%
GREEN value IS 154 (60.55% from 255) = 26.32%
BLUE value IS 220 (86.33% from 255) = 37.61%
R=36.07%
G=26.32%
B=37.61%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2111542200.040.300.14291.8248.5373.33
HexD39ADC41E0E1243149
Octal32323233443601644461111
Binary11010011100110101101110010011110011101001001001100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39ADC; }

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

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

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

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

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

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

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

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