#D397DA

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

Shades of Plum #D397DA

Tints of Plum #D397DA

Color information

#D397DA (or 0xD397DA) is unknown color: approx Plum. HEX triplet: D3, 97 and DA. RGB value is (211,151,218). Sum of RGB (Red+Green+Blue) = 211+151+218=580 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.38% from 580); Green value is 151 (59.38% from 255 or 26.03% from 580); Blue value is 218 (85.55% from 255 or 37.59% from 580); Max value from RGB is 218 - color contains mainly: blue. Hex color #D397DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D397DA is #2C6825. Grayscale: #B0B0B0. Windows color (decimal): -2910246 or 14325715. OLE color: 14325715.

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

Color convert

RGB211151218-
CMYK0.030.3100.15
HSL293.73º47.52%72.35%-
HSV(B)293.73º30.73%85.49%-
XYZ50.5941.0471.59-
YUV176.58151.38152.55-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.38%
GREEN value IS 151 (59.38% from 255) = 26.03%
BLUE value IS 218 (85.55% from 255) = 37.59%
R=36.38%
G=26.03%
B=37.59%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2111512180.030.3100.15293.7347.5272.35
HexD397DA31F0F1263048
Octal32322733233701744660110
Binary1101001110010111110110101111111011111001001101100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D397DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D397DA; }

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

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

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

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

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

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

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

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