#D797DA

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

Shades of Plum #D797DA

Tints of Plum #D797DA

Color information

#D797DA (or 0xD797DA) is unknown color: approx Plum. HEX triplet: D7, 97 and DA. RGB value is (215,151,218). Sum of RGB (Red+Green+Blue) = 215+151+218=584 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.82% from 584); Green value is 151 (59.38% from 255 or 25.86% from 584); Blue value is 218 (85.55% from 255 or 37.33% from 584); Max value from RGB is 218 - color contains mainly: blue. Hex color #D797DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D797DA is #286825. Grayscale: #B1B1B1. Windows color (decimal): -2648102 or 14325719. OLE color: 14325719.

HSL color Cylindrical-coordinate representation of color #D797DA: hue angle of 297.31º 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 #D797DA is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB215151218-
CMYK0.010.3100.15
HSL297.31º47.52%72.35%-
HSV(B)297.31º30.73%85.49%-
XYZ51.7541.6471.64-
YUV177.77150.7154.55-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.82%
GREEN value IS 151 (59.38% from 255) = 25.86%
BLUE value IS 218 (85.55% from 255) = 37.33%
R=36.82%
G=25.86%
B=37.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2151512180.010.3100.15297.3147.5272.35
HexD797DA11F0F1293048
Octal32722733213701745160110
Binary110101111001011111011010111111011111001010011100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D797DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D797DA; }

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

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

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

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

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

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

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

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