#D797E5

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

Shades of Plum #D797E5

Tints of Plum #D797E5

Color information

#D797E5 (or 0xD797E5) is unknown color: approx Plum. HEX triplet: D7, 97 and E5. RGB value is (215,151,229). Sum of RGB (Red+Green+Blue) = 215+151+229=595 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.13% from 595); Green value is 151 (59.38% from 255 or 25.38% from 595); Blue value is 229 (89.84% from 255 or 38.49% from 595); Max value from RGB is 229 - color contains mainly: blue. Hex color #D797E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D797E5 is #28681A. Grayscale: #B2B2B2. Windows color (decimal): -2648091 or 15046615. OLE color: 15046615.

HSL color Cylindrical-coordinate representation of color #D797E5: hue angle of 289.23º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D797E5 is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB215151229-
CMYK0.060.3400.10
HSL289.23º60%74.51%-
HSV(B)289.23º34.06%89.8%-
XYZ53.2342.2479.48-
YUV179.03156.2153.66-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.13%
GREEN value IS 151 (59.38% from 255) = 25.38%
BLUE value IS 229 (89.84% from 255) = 38.49%
R=36.13%
G=25.38%
B=38.49%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2151512290.060.3400.10289.236074.51
HexD797E56220A1213c4b
Octal32722734564201244174113
Binary110101111001011111100101110100010010101001000011111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D797E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D797E5; }

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

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

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

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

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

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

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

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