#D797D5

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

Shades of Plum #D797D5

Tints of Plum #D797D5

Color information

#D797D5 (or 0xD797D5) is unknown color: approx Plum. HEX triplet: D7, 97 and D5. RGB value is (215,151,213). Sum of RGB (Red+Green+Blue) = 215+151+213=579 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.13% from 579); Green value is 151 (59.38% from 255 or 26.08% from 579); Blue value is 213 (83.59% from 255 or 36.79% from 579); Max value from RGB is 215 - color contains mainly: red. Hex color #D797D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D797D5 is #28682A. Grayscale: #B1B1B1. Windows color (decimal): -2648107 or 13998039. OLE color: 13998039.

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

Color convert

RGB215151213-
CMYK00.300.010.16
HSL301.88º44.44%71.76%-
HSV(B)301.88º29.77%84.31%-
XYZ51.141.3868.25-
YUV177.2148.2154.96-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.13%
GREEN value IS 151 (59.38% from 255) = 26.08%
BLUE value IS 213 (83.59% from 255) = 36.79%
R=37.13%
G=26.08%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515121300.300.010.16301.8844.4471.76
HexD797D501E11012e2c48
Octal32722732503612045654110
Binary1101011110010111110101010111101100001001011101011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D797D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D797D5; }

 p { color: rgb(215,151,213); }

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

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

 a { background-color: rgb(215,151,213); }

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

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

 span { border-color: rgb(215,151,213); }

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