#D797DC

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

Shades of Plum #D797DC

Tints of Plum #D797DC

Color information

#D797DC (or 0xD797DC) is unknown color: approx Plum. HEX triplet: D7, 97 and DC. RGB value is (215,151,220). Sum of RGB (Red+Green+Blue) = 215+151+220=586 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.69% from 586); Green value is 151 (59.38% from 255 or 25.77% from 586); Blue value is 220 (86.33% from 255 or 37.54% from 586); Max value from RGB is 220 - color contains mainly: blue. Hex color #D797DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D797DC is #286823. Grayscale: #B1B1B1. Windows color (decimal): -2648100 or 14456791. OLE color: 14456791.

HSL color Cylindrical-coordinate representation of color #D797DC: hue angle of 295.65º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D797DC is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB215151220-
CMYK0.020.3100.14
HSL295.65º49.64%72.75%-
HSV(B)295.65º31.36%86.27%-
XYZ52.0141.7573.03-
YUV178151.7154.39-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.69%
GREEN value IS 151 (59.38% from 255) = 25.77%
BLUE value IS 220 (86.33% from 255) = 37.54%
R=36.69%
G=25.77%
B=37.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2151512200.020.3100.14295.6549.6472.75
HexD797DC21F0E1283249
Octal32722733423701645062111
Binary1101011110010111110111001011111011101001010001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D797DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D797DC; }

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

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

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

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

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

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

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

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