#D797D6

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

Shades of Plum #D797D6

Tints of Plum #D797D6

Color information

#D797D6 (or 0xD797D6) is unknown color: approx Plum. HEX triplet: D7, 97 and D6. RGB value is (215,151,214). Sum of RGB (Red+Green+Blue) = 215+151+214=580 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.07% from 580); Green value is 151 (59.38% from 255 or 26.03% from 580); Blue value is 214 (83.98% from 255 or 36.90% from 580); Max value from RGB is 215 - color contains mainly: red. Hex color #D797D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D797D6 is #286829. Grayscale: #B1B1B1. Windows color (decimal): -2648106 or 14063575. OLE color: 14063575.

HSL color Cylindrical-coordinate representation of color #D797D6: hue angle of 300.94º 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 #D797D6 is Cyan = 0, Magento = 0.30, Yellow = 0.00 and Black (K on CMYK) = 0.16.

Color convert

RGB215151214-
CMYK00.300.000.16
HSL300.94º44.44%71.76%-
HSV(B)300.94º29.77%84.31%-
XYZ51.2341.4468.92-
YUV177.32148.7154.88-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.07%
GREEN value IS 151 (59.38% from 255) = 26.03%
BLUE value IS 214 (83.98% from 255) = 36.90%
R=37.07%
G=26.03%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.00
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515121400.300.000.16300.9444.4471.76
HexD797D601E01012d2c48
Octal32722732603602045554110
Binary1101011110010111110101100111100100001001011011011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D797D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D797D6; }

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

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

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

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

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

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

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

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