#D79FE1

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

Shades of Plum #D79FE1

Tints of Plum #D79FE1

Color information

#D79FE1 (or 0xD79FE1) is unknown color: approx Plum. HEX triplet: D7, 9F and E1. RGB value is (215,159,225). Sum of RGB (Red+Green+Blue) = 215+159+225=599 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.89% from 599); Green value is 159 (62.5% from 255 or 26.54% from 599); Blue value is 225 (88.28% from 255 or 37.56% from 599); Max value from RGB is 225 - color contains mainly: blue. Hex color #D79FE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79FE1 is #28601E. Grayscale: #B7B7B7. Windows color (decimal): -2646047 or 14786519. OLE color: 14786519.

HSL color Cylindrical-coordinate representation of color #D79FE1: hue angle of 290.91º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D79FE1 is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB215159225-
CMYK0.040.2900.12
HSL290.91º52.38%75.29%-
HSV(B)290.91º29.33%88.24%-
XYZ54.0144.6877.01-
YUV183.27151.55150.63-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.89%
GREEN value IS 159 (62.5% from 255) = 26.54%
BLUE value IS 225 (88.28% from 255) = 37.56%
R=35.89%
G=26.54%
B=37.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2151592250.040.2900.12290.9152.3875.29
HexD79FE141D0C123344b
Octal32723734143501444364113
Binary11010111100111111110000110011101011001001000111101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79FE1; }

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

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

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

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

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

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

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

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