#D79FD4

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

Shades of Plum #D79FD4

Tints of Plum #D79FD4

Color information

#D79FD4 (or 0xD79FD4) is unknown color: approx Plum. HEX triplet: D7, 9F and D4. RGB value is (215,159,212). Sum of RGB (Red+Green+Blue) = 215+159+212=586 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.69% from 586); Green value is 159 (62.5% from 255 or 27.13% from 586); Blue value is 212 (83.20% from 255 or 36.18% from 586); Max value from RGB is 215 - color contains mainly: red. Hex color #D79FD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79FD4 is #28602B. Grayscale: #B5B5B5. Windows color (decimal): -2646060 or 13934551. OLE color: 13934551.

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

Color convert

RGB215159212-
CMYK00.260.010.16
HSL303.21º41.18%73.33%-
HSV(B)303.21º26.05%84.31%-
XYZ52.314468.02-
YUV181.79145.05151.69-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.69%
GREEN value IS 159 (62.5% from 255) = 27.13%
BLUE value IS 212 (83.20% from 255) = 36.18%
R=36.69%
G=27.13%
B=36.18%

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
Decimal21515921200.260.010.16303.2141.1873.33
HexD79FD401A11012f2949
Octal32723732403212045751111
Binary1101011110011111110101000110101100001001011111010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79FD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79FD4; }

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

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

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

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

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

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

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

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