#D79FD5

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

Shades of Plum #D79FD5

Tints of Plum #D79FD5

Color information

#D79FD5 (or 0xD79FD5) is unknown color: approx Plum. HEX triplet: D7, 9F and D5. RGB value is (215,159,213). Sum of RGB (Red+Green+Blue) = 215+159+213=587 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.63% from 587); Green value is 159 (62.5% from 255 or 27.09% from 587); Blue value is 213 (83.59% from 255 or 36.29% from 587); Max value from RGB is 215 - color contains mainly: red. Hex color #D79FD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79FD5 is #28602A. Grayscale: #B5B5B5. Windows color (decimal): -2646059 or 14000087. OLE color: 14000087.

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

Color convert

RGB215159213-
CMYK00.260.010.16
HSL302.14º41.18%73.33%-
HSV(B)302.14º26.05%84.31%-
XYZ52.4344.0568.69-
YUV181.9145.55151.61-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.63%
GREEN value IS 159 (62.5% from 255) = 27.09%
BLUE value IS 213 (83.59% from 255) = 36.29%
R=36.63%
G=27.09%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515921300.260.010.16302.1441.1873.33
HexD79FD501A11012e2949
Octal32723732503212045651111
Binary1101011110011111110101010110101100001001011101010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79FD5; }

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

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

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

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

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

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

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

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