#D39AD5

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

Shades of Plum #D39AD5

Tints of Plum #D39AD5

Color information

#D39AD5 (or 0xD39AD5) is unknown color: approx Plum. HEX triplet: D3, 9A and D5. RGB value is (211,154,213). Sum of RGB (Red+Green+Blue) = 211+154+213=578 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.51% from 578); Green value is 154 (60.55% from 255 or 26.64% from 578); Blue value is 213 (83.59% from 255 or 36.85% from 578); Max value from RGB is 213 - color contains mainly: blue. Hex color #D39AD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D39AD5 is #2C652A. Grayscale: #B1B1B1. Windows color (decimal): -2909483 or 13998803. OLE color: 13998803.

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

Color convert

RGB211154213-
CMYK0.010.2800.16
HSL297.97º41.26%71.96%-
HSV(B)297.97º27.7%83.53%-
XYZ50.4341.7668.35-
YUV177.77147.88151.7-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.51%
GREEN value IS 154 (60.55% from 255) = 26.64%
BLUE value IS 213 (83.59% from 255) = 36.85%
R=36.51%
G=26.64%
B=36.85%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2111542130.010.2800.16297.9741.2671.96
HexD39AD511C01012a2948
Octal32323232513402045251110
Binary1101001110011010110101011111000100001001010101010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39AD5; }

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

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

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

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

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

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

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

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