#D79FD7

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

Shades of Plum #D79FD7

Tints of Plum #D79FD7

Color information

#D79FD7 (or 0xD79FD7) is unknown color: approx Plum. HEX triplet: D7, 9F and D7. RGB value is (215,159,215). Sum of RGB (Red+Green+Blue) = 215+159+215=589 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.50% from 589); Green value is 159 (62.5% from 255 or 26.99% from 589); Blue value is 215 (84.38% from 255 or 36.50% from 589); Max value from RGB is 215 - color contains mainly: red, blue. Hex color #D79FD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79FD7 is #286028. Grayscale: #B5B5B5. Windows color (decimal): -2646057 or 14131159. OLE color: 14131159.

HSL color Cylindrical-coordinate representation of color #D79FD7: hue angle of 300º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D79FD7 is Cyan = 0, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB215159215-
CMYK00.2600.16
HSL300º41.18%73.33%-
HSV(B)300º26.05%84.31%-
XYZ52.6944.1570.03-
YUV182.13146.55151.45-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.50%
GREEN value IS 159 (62.5% from 255) = 26.99%
BLUE value IS 215 (84.38% from 255) = 36.50%
R=36.50%
G=26.99%
B=36.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515921500.2600.1630041.1873.33
HexD79FD701A01012c2949
Octal32723732703202045451111
Binary1101011110011111110101110110100100001001011001010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79FD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79FD7; }

 p { color: rgb(215,159,215); }

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

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

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

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

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

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

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